The command to sort the contents of the file is #ls -al | sort and to reverse the sorting order we use r at the end of the command as shown below #ls -al | sort r The command to... Continue reading →
Before downloading Webmin, you must already have Perl 5 installed on your system. Perl is usually installed as /usr/local/bin/perl or /usr/bin/perl, and comes as part of most recent versions of Linux. If you don’t have Perl, you can download the source from http://www.perl.com/... Continue reading →
Helpinlinux.com is a site where linux server/system administrators can get some help/tips in linux for managing their linux operating systems. Anyone can share their knowledge here and all are most welcome to join this blog. Thanks, -Siru Continue reading →
MRTG installation ================= SNMP installation [user@linux]#yum install net-snmp* Configuration of snmpd.conf ============================ Inside the /etc/snmp/ folder, there will be the snmp configuration file named, snmpd.conf #mv snmpd.conf snmpd.conf.old #vi snmpd.conf Enter the following line in the new configuration file to... Continue reading →
Hi, this topic covers the user administration in linux operating system. The important feature of a linux machine is that. In linux machine multiple users can access the same machine at the same time. At the end of this topic... Continue reading →
If your apache server stops and if you are getting the following errors when you restart apache services [error] VirtualHost — mixing * ports and non-* ports with a NameVirtualHost address is not supported, proceeding with undefined results then you... Continue reading →
Hi, This post guides you to compile PHP with json in CentOS. By assuming that you have already installed PHP in the system I am going to guide you the installation steps Please run the following command to install json... Continue reading →
Hi, The following steps will make you to upgrade PHP to 5.3.5 using remi repostries in CentOS and RHEL systems. Preinstallation steps ===================== Make a note of current PHP and MySQL versions by using the following commands #php -v #mysql... Continue reading →