To install ClamAV antivirus on CentOS 6.0 along with automatic updates and a nightly full system scan please use the following process:
Monthly Archives: July 2012
How Check hard disk health in linux
First check for I/O errors in /var/log/messages if you found any error then there is something wrong with hard disk.
Plesk Panel 11 Linux introduces Nginx
I still have a few Plesk servers running Apache because I have been too lazy to move all my sites. I am so into Nginx now I was thinking about setting aside a day to get this done. So yesterday when logging into my Plesk on one of the servers the update showed a new …
Mount How do I get to the data on my server?
Run the following commands to mount the drive(s): (this example applies to the dedicated servers): Warning!Older servers still using IDE drivers or those without software RAID must use /dev/hda2 instead of /dev/md2. Virtual servers and dedicated servers without software RAID but with SATD drives must use /dev/sda3 or/dev/hda3 (/dev/sda2 or /dev/hda2 with older installations).
/ETC/MTAB~
I don’t know how it really happened – probably a VMWare crash that locked my file system, but after a reboot I got this message at startup :
Connecting to a Remote Host using SSH in Mac OS X
What is SSH? What is SFTP? SSH (Secure Shell Protocol) is a secure replacement for telnet. Like telnet, SSH can be used to connect to a remote host computer using an account name and password. The advantages of SSH over telnet are: