Facebook
Categories
- Apache (8)
- asp (3)
- business (2)
- Cpanel Server (41)
- Database (5)
- dedicated server (5)
- DNS (4)
- errors (1)
- Exim (2)
- ffmpeg (1)
- file sharing (10)
- firefox (1)
- flash (1)
- free stuff (1)
- FreeBSD Server (16)
- Funny (3)
- general (12)
- Git (5)
- hosted scripts (1)
- image hosting (3)
- Installation (4)
- large sites (9)
- Linux (69)
- CentOS (5)
- Debian Linux (1)
- Linux Desktop (1)
- ubuntu (10)
- Mail Server (3)
- Qmail Server (2)
- Monotize (3)
- myspace clone (1)
- mysql (7)
- OpenVZ (7)
- PHP (16)
- PHP Tutorial (1)
- symfony (2)
- zend framework (1)
- Plesk (1)
- Programming (3)
- perl (1)
- Ruby On Rails (1)
- search engine (2)
- security (6)
- Server (10)
- social networking (1)
- Uncategorized (198)
- unmetered servers (6)
- Video (13)
- Video Sharing (21)
- Video Sharing Scripts (6)
- Web (77)
- Web Hosting (4)
- Windows (48)
- iis (1)
- Windows Server Administration (2)
- YouTube (17)
- youtube clone (21)
- yui (2)
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
Windows 7 Sins
After going through ubuntu forum i found The site tells why you should not use windows.
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 apt-get, festival, install, Linux, Text-to-Speech, tts, ubuntu
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
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
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
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
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
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
