Linux Operating System comes with a kill command to terminate a process. The command makes it possible to continue running the server without the need to reboot after a major change/update. Here comes the great power of Linux and this is one of the reasons, why Linux is running on 96.4% of servers, on the
Make Linux Great Again
How to Install Google Chrome in RedHat-Based Linux Distros
Google Chrome is a freeware web browser developed by Google Inc. Google Chrome team proudly announced the release of Google Chrome 92 on 16 August 2021. The actual version is 92.0.4515.159 for Linux and Mac OS X/Windows operating systems. This new Chrome version is bundled with a number of exciting fixes, features, and improvements. In
How to Install MySQL 8.0 on Rocky Linux 8
Written in C, MySQL is an open-source, cross-platform, and one of the most widely used Relational Database Management Systems (RDMS). It’s an integral part of the LAMP stack and is a popular database management system in web hosting, data analytics, and eCommerce applications to mention a few. The current stable release is MySQL 8.0.25 and
Htop – An Interactive Process Viewer for Linux
This article is the continuation of our Linux system monitoring series, today we’re talking about the most popular monitoring tool called htop, which is just reached version 3.0.5 and comes with some cool new features. Htop Linux Process Monitoring Tool Htop is an interactive real-time process monitoring application for Linux/Unix-like systems and also a handy
How to Install WordPress Ubuntu Using LAMP Stack
For those who cannot afford the hustles of developing websites from scratch, there are now several content management systems (CMSs) such as WordPress that you can take advantage of to set up blogs as well as complete websites with a few clicks. WordPress is a powerful, free, and open-source, highly pluggable, and customizable CMS that
How to Install KDE Plasma in Linux Desktop
KDE is a well-known desktop environment for Unix-like systems designed for users who wants to have a nice desktop environment for their machines, It is one of the most used desktop interfaces out there. [ You might also like: 10 Best and Most Popular Linux Desktop Environments of All Time ] In the past few
How to Install Docker on Rocky Linux and AlmaLinux
Docker is a hugely popular containerization platform tool that allows users to develop, test and deploy applications in a smooth and efficient manner inside containers. A container is a lightweight and portable unit that runs in complete isolation from the underlying operating system. It packages the application’s source code, alongside its libraries, dependencies, and configuration.
27 Best IDEs for C/C++ Programming or Source Code Editors on Linux
C++, an extension of well known C language, is an excellent, powerful and general-purpose programming language that offers modern and generic programming features for developing large-scale applications ranging from video games, search engines, other computer software to operating systems. C++ is highly reliable and also enables low-level memory manipulation for more advanced programming requirements. Best
10 Useful du (Disk Usage) Commands to Find Disk Usage of Files and Directories
The Linux “du” (Disk Usage) is a standard Unix/Linux command, used to check the information of disk usage of files and directories on a machine. The du command has many parameter options that can be used to get the results in many formats. The du command also displays the files and directory sizes in a
13 Basic Cat Command Examples in Linux
The cat (short for “concatenate“) command is one of the most frequently used commands in Linux/Unix-like operating systems. cat command allows us to create single or multiple files, view content of a file, concatenate files and redirect output in terminal or files. In this article, we are going to find out the handy use of