Tutorials

Setup Korean fonts on Linux Debian

|| how to setup korean fonts on debian # aptitude install ttf-unfonts-core ttf-unfonts-extra || links | google | alexxoid
Sysadmin.ID
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...
Sysadmin.ID
1 min read

Install WordPress Mobile Edition plugins

|| how to install WordPress Mobile Edition plugins | download WordPress Mobile Edition on wp-content/plugins # cd wp-content/plugins/ # wget //downloads.wordpress.org/plugin/wordpress-mobile-edition.3.1.zip...
Sysadmin.ID
17 sec read

Protecting a folder on nginx

|| how to protecting a folder with password on nginx | generate htpasswd password using perl # perl -le 'print crypt("yourpassword",...
Sysadmin.ID
15 sec read

Remove navbar on blogger

|| how to remove navbar on blogspot | login to your account | go to Layout – Edit HTML | add...
Sysadmin.ID
7 sec read

resolve ssh error

|| ssh error keys agent # ssh username@server Agent admitted failure to sign using the key. || how to fix ssh...
Sysadmin.ID
7 sec read

Install phpmyadmin on linux

|| what is phpmyadmin please take a look this || how to install phpmyadmin on linux | download phpmyadmin package #...
Sysadmin.ID
15 sec read