智能运维
-
How to Upgrade Linux Kernel in CentOS 7
Introduction The Linux kernel is the foundation on which all Linux distributions operate. It is open-source software – anyone can decompile, examine, and modify the code. Updated versions of the kern…
-
How to Install NMAP on Ubuntu 18.04
Introduction Nmap is a powerful network discovery and security auditing utility that is free, open-source, and easy to install. Nmap scans for vulnerabilities on your network, performs inventory chec…
-
How to Uninstall or Remove Packages from CentOS
Introduction Uncesscerary packages slow down system performance and take up storage space. If specific software isn’t being used, then it’s best to remove it, and doing so is easy. In this tutorial, …
-
How to Install VirtualBox on CentOS 7
Introduction Oracle VirtualBox is a virtualization software solution that allows you to create and run virtual machines on a single hardware machine. By using a Type 2 hypervisor, like VirtualBox, yo…
-
5 Linux SSH Security Best Practices to Secure Your Systems
Introduction Minimizing vulnerabilities in your Secure Shell (SSH) protocol is key to ensuring the security of your Linux environment. In this article, we cover the most common Linux SSH security mea…
-
How To Set Up Nginx Virtual Host (Server Blocks) on CentOS 7
Introduction Server Blocks, often referred to as Nginx virtual host are a feature of the Nginx web server that allows you to host multiple websites on one server. As opposed to setting up and configu…
-
Linux File Permission Tutorial: How to Check and Change Permissions
Introduction Linux, like other Unix-like operating systems, allows multiple users to work on the same server simultaneously without disrupting each other. Individuals sharing access to files pose a r…
-
How to Install and Use Nmap Network Scanner on Linux
Introduction Network Mapper (Nmap) is a free, open-source network security scanning tool. By sending IP packets and analyzing the responses, Nmap can discover information about hosts and services on …
-
How To Install XAMPP On CentOS/RHEL 7.0
Introduction The XAMPP stack is a platform that developers use as a local host, giving them a suitable environment for testing software and webpages before transferring data to remote servers. As an …
-
How to Enable and Use firewalld on CentOS 7
Introduction Disabling the firewall in CentOS is sometimes necessary for testing purposes. For security reasons, running a firewall on a production server is a must. We cannot stress enough the impor…