Monday, March 31, 2008

free totally legal Nastaliq font by http://www.scict.ir/

http://www.box.net/shared/bh9ioqs2ss originally from http://www.scict.ir/

Sunday, March 16, 2008

command line download accelerator for windows

AXEL is a command line accelerator for the *nix, I have compiled it under cygwin and have put it here:

http://www.box.net/shared/avraot95w8

Enjoy!

Saturday, March 15, 2008

iptables enable passive mode ftp

just do this:
modprobe ip_conntrack_ftp

Tuesday, March 11, 2008

red hat root login in telnet,...

edit /etc/pam.d/login and /etc/pam.d/remote and

comment out

auth required pam_securetty.so

Monday, March 03, 2008

crontab does not accept

crontab does not accept commands with `command to execute` within command line

Saturday, March 01, 2008

Simple web sharing in apache

httpd.conf:

Alias /cbt "/users/WWW"

Order Allow,Deny
Allow from All