智能运维
-
Containers vs Virtual Machines (VMs): What's the Difference?
Introduction Both virtual machines and containers are used to created isolated virtual environments for developing and testing applications or software. The question is how they differ. This article …
-
How to Kill a Process in Linux? Commands to Terminate
Introduction If a Linux process becomes unresponsive or is consuming too many resources, you may need to kill it. Most processes have their own methods of shutting down. Unfortunately, processes can …
-
How to Change Sudo or Root Password in Ubuntu
Introduction Are you looking to change the root password in Ubuntu? Changing passwords is a good practice and should be done periodically. Linux allows multiple user accounts, each having its own pas…
-
How to Install VMware Workstation on Ubuntu
Introduction This simple tutorial shows you how to install VMware Workstation on Ubuntu. Running a virtual machine (VM) on a personal computer has never been easier. With the help of a hypervisor, on…
-
How to Enable & Set Up .htaccess File on Apache
What is an htaccess File? The .htaccess file in Apache is a tool that allows configurations at the directory and subdirectory level. Using .htaccess enables you to configure website permissions …
-
How to Install & Setup MEAN Stack on Ubuntu (MongoDB, Express.JS, Angular.JS, Node.JS)
What is the MEAN stack? The MEAN stack (mean.js) is an open-source JavaScript (JS) framework used for developing robust web applications. It is a set of software tools that include everything needed …
-
How to Use mkdir Command to Make or Create a Linux Directory
What is the mkdir Command in Linux? The mkdir command in Linux/Unix allows users to create or make new directories. mkdir stands for “make directory.” With mkdir, you can also set permissions, create…
-
How to Check CentOS Version?
Introduction There are many reasons why you should know the CentOS version you are running. For example, if you are troubleshooting a system issue, you will want to know. Also, it’s useful to ensure …
-
How To Upgrade or Update CentOS 7.0/7.1/7.2/7.3/7.4/7.5 to CentOS 7.6
Introduction CentOS is a popular fork, or derivative, of the Red Hat Enterprise Linux distribution. CentOS 7.6 is a minor update and was published in December 2018. It includes updates and changes, i…
-
Linux Kernel 5.0 Released, New Features & Improvements!
Introduction The long-awaited Linux Kernel 5.0 upgrade is finally out, and it is time to take a look at all the new features it has to offer. Linus Torvalds, the principal developer of the Linux kern…