Tag Archives: Linux

Installing CloudLinux

Download the cloudlinux auto installer from http://www.cloudlinux.com/downloads/index.php wget http://repo.cloudlinux.com/cloudlinux/sources/cln/cpanel2cl sh cpanel2cl -k <activation_key> After installation, reboot the server, so server will boot in cloudlinux kernel reboot Recompile Apache /scripts/easyapache Now in WHM, you will see cloud Linux at Now go … Continue reading

Posted in Cpanel Server | Tagged , , , , | Leave a comment

Windows 7 Sins

After going through ubuntu forum i found The site tells why you should not use windows.

Posted in Web | Tagged , | Leave a comment

Install festival tts in ubuntu

festival is a tts (text-to-speech) software in ubuntu that offers several different voices. To install festival, run sudo apt-get install festival Now to use festival, in command line type echo “Host On Net Provides Web Hosting” | festival –tts Or … Continue reading

Posted in ubuntu | Tagged , , , , , , | Leave a comment

Linux netbooks expected to reach 50% market share

Linpus Technologies Inc, a Linux operating system (OS) developer, expects Linux-based netbooks to reach 50 percent market share by next year, on a par with Microsoft Inc’s Windows platform, company general manager Stephen Lim said yesterday. “More and more chip … Continue reading

Posted in Linux | Tagged , | Leave a comment

Mono Project Releases 2.0

Mono 2.0 released on 6 Oct 2006. Mono allow you to run ASP.NET, C# applications on Linux. http://mono-project.com Mono is a software platform designed to allow developers to easily create cross platform applications. It is an open source implementation of … Continue reading

Posted in general | Tagged , , , | Leave a comment

Cpanel support only RHEL and CentOS linux

Cpanel is most popular control panel for Linux servers. I used to support many distros. Recently they changed policy to only support CentOS and RHEL Linx distros. They also support FreeBSD, but recommended only for expert users. http://www.cpanel.net/products/cpwhm/cpanel11/sys_requirements.htm It is … Continue reading

Posted in Cpanel Server | Tagged , , , | Leave a comment

Extracting RAR files in Linux

Today a client want to install Flash Media Server on his linux server. He uploded Flash Media Server in a rar file. Linux by default do not support .rar files. So i have to install unrar on the server. This … Continue reading

Posted in Linux | Tagged , , | Leave a comment

SHV5 rootkit

I am posting this as this image was in my desktop for years. I want to delete it, so thought of adding it to blog. In 2006, one of my linux server got hacked. Most will tell you need OS … Continue reading

Posted in Linux | Tagged , , | 2 Comments

How to install CPAN libwww-perl

When installing csf firewall on a server, i got error libwww-perl not installed. I installed it with yum on CentOS 5 yum install perl-libwww-perl

Posted in Linux | Tagged , , | 2 Comments