server

Protecting a folder on nginx

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

Install phpmyadmin on linux

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

Remove startup service on debian

|| how to remove startup service on debian # update-rc.d -f remove example: # update-rc.d -f exim4 remove || links...
SysadminID
4 sec read

wp rewrite on nginx

|| Permalink wordpress 0. Go to Permalinks 1. Common settings – Custom Structure : /%postname%/ or /%category%/%postname%/ 2. Save Changes ||...
SysadminID
18 sec read

vhost on nginx

|| how to setup vhost on nginx + create directory for vhost # cd /var/www # mkdir -p blackonsole.org/{htdocs,logs,stats} # mkdir...
SysadminID
1 min read

How to install nginx on linux centos

|| what is nginx please take alook this || how to install nginx on linux centos # yum install nginx php-xcache...
SysadminID
22 sec read