How to Install Apache on Linux

This minHour teaches you how to download and install an Apache web server on any computer running a Linux-based system. You can use your Linux machine’s Terminal (Command Prompt) to easily download and install Apache on your computer. Steps Open the Terminal (Command Prompt) window on your Linux machine. You can use the Terminal window … Read more

How to Install Netbeans on a Linux

NetBeans is an IDE (Integrated Development Environment) application mainly used by developers to create applications using Java and other programming architectures like PHP and C++. NetBeans can be installed and run on three different operating systems: Windows, OS X, and Linux. To install the NetBeans application on a computer running on Linux requires a bit … Read more

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