CentOS
How to See Hidden Files on Linux, Mac and Unix
Files and directory names starting with a dot are treated as hidden files on operating systems derived from Unix. That means you won’t normally see these dot files in Mac OS X, Linux, FreeBSD or enterprise Unix. Linux includes Ubuntu, … Continue reading
What’s the Best Linux Distro according to Google?
What’s the best Linux distribution? Here are the top Linux distros according to global search volumes in Google. Best Linux Distro by Number of Google Searches One way to find the most popular Linux version is to look at the … Continue reading
How to Find a Yum Package
Yum (Yellowdog Updater Modified) is a utility for finding, installing, updating and removing software on Linux. It runs on rpm-compatible Linux distributions, e.g. RedHat, Fedora, SUSE, CentOS, Mandriva. Get the Yum Package Name by Just Using the Software’s Name When … Continue reading
Install the PHP DOM Extension on CentOS – the Easiest Way
Here we cover the fastest, most effective way to get the PHP DOM extension installed on CentOS. If you’ve just found out you need to install this extension, but don’t really know what it is, we’ve included some background first. … Continue reading
How to Install Vim on CentOS
To install vim, run the following command from a CentOS shell: sudo yum install vim-enhanced.i386 Tested on CentOS 5.3 (32 bit). How to Find the Yum Package for Vim To find the command, run: yum search vim The gives you … Continue reading
How to Find Your CentOS Version
Someone’s given you a CentOS server to do some work on, perhaps putting up a website. “What version of CentOS is it running?”, you ask. “I don’t know” is a pretty common answer, or “version 5, I think”. The CentOS … Continue reading
Httpd.conf’s Location on CentOS, Ubuntu, Red Hat, Mac and Others
Here’s where to find the Apache 2 web server configuration file httpd.conf The httpd.conf directory differs across Linux & Unix variants like CentOS, Mac OS X, Red Hat, Ubuntu and XAMPP Mac. This table lists the httpd.conf location for each … Continue reading