Security

How to Create MariaDB User and Grant Privileges

March 18, 2020

Once you install MariaDB, one of the first things you need to do is to create a new MariaDB user. This article explains how to create a MariaDB user, and then how to grant privileges to the newly created user.

Read more

Iptables Tutorial: Ultimate Guide to Linux Firewall

January 28, 2020

Learn how to use iptables commands and see how iptables works. By following the instructions listed in this article, you'll get a better understanding of network packets, and can configure basic rules for your system and set up ports on the firewall to meet your security needs.

Read more

6 Kubernetes Security Best Practices: Secure Your Workloads

January 23, 2020

This article presents basic security principles such as defense-in-depth and restricted privilege. Learn how to apply these principles in a distributed system such as a Kubernetes cluster.

Read more

How to Install Hashicorp Vault on CentOS 7

December 17, 2019

If you need a management system that will store and protect your authentication and authorization data, you may want to install Vault. Apart from managing access to passwords, certificates, and APIs, Vault also provides on-demand secrets, encryption, and revocation. Follow this simple guide to install Vault on a CentOS 7 system.

Read more

DNS Best Practices for Security and Performance

November 11, 2019

DNS management is a significant hurdle in enterprise environments. DNS infrastructure needs to be organized properly to avoid security and performance issues. By following DNS best practices, most potential problems can be evaded.

Read more

How to Install Nmap on Ubuntu

October 7, 2019

This article will help you how to install Nmap on Ubuntu. Use Nmap to discover network vulnerabilities on remote computer networks.

Read more

How to Secure SSH Connections: 5 Best Practices

September 24, 2019

The article covers the 5 most common and efficient ways to secure an SSH connection. The listed solutions go a long way in preventing malicious activity and protecting your servers.

Read more

How To Create New MySQL User and Grant Privileges

September 18, 2019

MySQL is a database application for Linux. It’s part of the LAMP (Linux, Apache, MySQL, PHP) stack that powers many features on the internet. A MySQL installation starts by default with a root user, but it’s better to create a specific user account that’s non-root.

Read more

How To Install SSL Certificate on Apache for CentOS 7

September 15, 2019

Learn how to obtain and install SSL Certificates on Apache CentOS 7. The article explains how to use an automated certificate authority like Let’s Encrypt, a commercial Comodo certificate, and how to create a certificate of your own.

Read more

How to Enable and Use firewalld on CentOS 7

September 4, 2019

This phoenixNAP guide instructs how to enable and start firewalld on CentOS 7. It explains basic firewall zone concepts and teaches you how to work with default firewalld zones.

Read more