sysadmin.id

  https://sysadmin.id

   



228 Stories by sysadmin.id

Install drupal on linux

|| what is drupal cms please take alook this || how to install drupal on linux | dowload and extract package # wget //ftp.drupal.org/files/projects/drupal-7.0.tar.gz...
1 28 sec read

rsync over ssh

|| what is rsync please take a look this.. || how to using rsync over ssh # rsync -e ssh -goptrWlzuv /source /destination for...
0 7 sec read

Enable register_globals php using .htaccess

|| how to enable register_globals php on cpanel # vi .htaccess php_flag register_globals on || links | google | cpanel
1 4 sec read

Repair db / table mysql on centos

|| what is mysql please take a look this.. || how to repair db mysql on linux centos # /etc/init.d/mysqld stop # myisamchk -r...
0 14 sec read

Disable icmp / ping respond on linux

|| what is ping please take a look this || how to disable icmp / ping respond # echo 1 > /proc/sys/net/ipv4/icmp_echo_ignore_all if you...
0 18 sec read

Setup Korean fonts on Linux Debian

|| how to setup korean fonts on debian # aptitude install ttf-unfonts-core ttf-unfonts-extra || links | google | alexxoid
1 3 sec read

Perl fastcgi on nginx

|| how to setup perl fastcgi on nginx | installing nginx and perl cgi on debian # aptitude install nginx libfcgi-perl | setup nginx...
0 1 min read