Recent Posts

Video Sharing Script

Video Sharing Script

Return To Blog Listing

I blog about video sharing sites like youtube, web site promotion, programming and server management.

Recent Posts Tagged With 'Linux'

  • Cpanel support only RHEL and CentOS linux

    Posted on Wednesday July 16th, 2008 at 14:36 in , cpanel, FreeBSD, 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 recomm...

  • ddos attacker need a site down

    Posted on Wednesday June 11th, 2008 at 03:48 in , Linux

    Last Sunday morning when i checked mails found may emails saying forums hosted under www.phpbbweb.com are down. I checked and found the sites are not accessible. On checking server, there is lot of re...

  • Extracting RAR files in Linux

    Posted on Friday April 25th, 2008 at 13:21 in , Linux, unrar

    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...

  • Unison rsync like tool work on windows and linux

    Posted on Thursday April 24th, 2008 at 10:30 in , large sites, Linux, load balance, load balancing, mirroring, rsync

    Unison is a file-synchronization tool for Unix and Windows. It allows two copies of a collection of files and directories to be stored on different hosts (or different disks on the same host), modifie...

  • FTP login problem

    Posted on Tuesday April 22nd, 2008 at 15:15 in , Linux, pureftpd

    On Cpanel server, i can’t login to FTP, first i reset the FTP password in WHM, still it is not working. I tried to login with another web site FTP login details, that too not working. I tried to...

  • My First Server Administration Screencast

    Posted on Sunday April 20th, 2008 at 04:21 in , server administration

    Today server10 went down for some reason. While i fix the server, i made a screen cast as others can see how i fixed it. http://www.youtube.com/watch?v=DkHlhCO1NKM The problem was due to secondary IP&...

  • SHV5 rootkit

    Posted on Saturday April 12th, 2008 at 14:00 in , rootkit, server security

    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 restore when y...

  • SWsoft Acquires Helm Control Panel

    Posted on Friday April 11th, 2008 at 01:49 in , cpanel, helm, Linux

    I have been using HELM control panel on my Windows servers from start. Today i was moving one of my windows server from ThePlanet to Softlayer. The HELM license used in the server was expired and i wa...

  • How to install CPAN libwww-perl

    Posted on Monday April 7th, 2008 at 10:08 in , Linux, 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...