The 10 most useful Linux commands
Maybe the command line isn’t your favorite place to hang out, but to be an effective Linux admin, you need to be able to...
yum command: Update / Install Packages Under Redhat Enterprise / CentOS...
How do I use yum command to update and patch my Red hat Enterprise Linux / CentOS Linux version 5.x server via RHN /...
DOS-to-UNIX file conversion
Using Perl:
# WARNING! For UNIX only! Do not use with ActivePerl in MSYS shell on Windows!
# (Returns error message and file is deleted.)
perl...
Get Information About Your BIOS / Server Hardware From a Shell...
biosdecode is a command line utility to parses the BIOS memory and prints information about all structures (or entry points) it knows of. You can...
Linux: Restart Nginx WebServer
How do I restart nginx web server under Linux?To restart nginx web server use any one of the following command as a root user:
#...
Linux / Unix: Find Out Maximum RAM Supported By The Server...
How do I find out the maximum RAM supported by the Dell / HP / IBM / Oracle / Sun / Intel / AMD...
Apache Address already in use: make_sock: could not bind to port...
Q. How do I fix an error, while restarting Apache ~ Address already in use: make_sock: could not bind to port 80?A. If you are...
Install Imagemagik on Cpanel and Cloudlinux
Imagemagik installation on a cpanel server is quite easy. Imagemagik is an addon for your cPanel server that allows for image manipulation. ImageMagick® is...
How to delete a file
How do I delete a file under Linux operating system?To remove a file or directory in Linux use the rm command.
rm command syntax
rm (short...
Fixing time drift in the servers (syncing with time servers)
Sometimes the clock in the system may shows some drift ( lagging or leading) in time. We can fix this by adjusting the tick...