Video Sharing Script

All about video sharing sites

ddos attacker need a site down

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 request to one web site. Requests are like

84.236.177.78 - - [08/Jun/2008:15:07:18 +0000] “GET / HTTP/1.1″ 200 151 “-” “Mozilla/4.0 (compatible)”
84.236.177.78 - - [...]

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 is available for download from
http://www.rarlab.com/download.htm

# wget http://www.rarlab.com/rar/rarlinux-3.7.1.tar.gz
# tar -zxvf rarlinux-3.7.1.tar.gz
# cd rar
# mv unrar /usr/local/bin

Thats all, [...]

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), modified separately, and then brought up to date by propagating the changes in each replica to the other. Unison can deal with [...]

FTP login problem

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 login to Cpanel, it is working fine.
FTP login gets error
root@server10 [/scripts]# ftp localhost
Connected to localhost.
220———- Welcome [...]

« Previous Entries