How to Change the Path Variable in Linux

Operating systems commonly use environment variables to define various global settings for parts of your operating system or to control how applications run. The PATH variable is one of these environment variables and is constantly used without the user realizing it. The variable stores a list of directories where applications (most commonly, your shell) should … Read more

How to Install CentOS

CentOS is free server distribution for Linux that provides users with a free enterprise-class computing platform, and is currently one of the top Linux distributions in the hosting industry. To install CentOS, you must first burn the CentOS ISO installation file to CD or DVD, then follow the on-screen prompts to install the platform on … Read more

How to Configure Fluxbox

Fluxbox is a popular and extremely fast window manager for Linux and Unix-like systems. It requires little memory in comparison to KDE or Gnome so is often used for old or low-powered machines. Steps Install Fluxbox. In the terminal either type apt-get install fluxbox (Ubuntu or other Debian based systems) or yum install fluxbox (Red … Read more

How to Bypass Grub Rescue on a Linux Computer

When you install Linux onto a computer, the computer’s default boot sequence is bypassed or overwritten to allow Linux’s Grub/Grub2 bootloader to take control of your boot sequence and run a completely different system than the original bootloader. During the installation, something can go wrong, and the boot sequence is unable to be loaded when … Read more

How to Install and Upgrade to a New Kernel on Linux Mint

Updating the kernel in Linux can give you the latest drivers, features, fixes, and other critical updates. If it’s your first time updating the kernel in Linux Mint, don’t worry—we’ll walk you through the process step-by-step. Steps WH.shared.addScrollLoadItem(‘2f83fbd72db20461c8735f0ce0df87ce’) WH.performance.clearMarks(‘image1_rendered’); WH.performance.mark(‘image1_rendered’); Type/Copy/Paste: uname -aThis should print the version of the kernel that you are using make … Read more

How to Check Linux Version

Are you using a Linux computer? Are you not sure which version of Linux you are using? There are many different Linux distributions that function very differently. Some distributions have a different desktop environment with different features. Sometimes you may need to figure out which desktop environment you are using. Additionally, the Linux kernel, which … Read more