WordPress HTTP error on image upload (Nginx)
Recently, I’ve encountered this kind of problem. Maybe because it has been awhile I’m not uploading any images to my post :p Anyway, if you came out with this kind…
Recently, I’ve encountered this kind of problem. Maybe because it has been awhile I’m not uploading any images to my post :p Anyway, if you came out with this kind…
Lets say you wanted to count the number of unique IP addresses hitting your Apache server. It’s very easy to do in a Linux (or compatible) shell. In this tutorial,…
If you are on Apache(mod_rewrite), WordPress will automatically add the required rewrite rules to your .htaccess file for permalinks to work. Just add code generated by WordPress in .htaccess, and…
DenyHosts is a security tool written in python that monitors server access logs to prevent brute force attacks on a virtual private server. The program works by banning IP addresses…
1. Edit you bind & dns configInsert this to db.domain.net blog IN CNAME domain.net. 2. Edit /etc/nginx/sites-available/defaultAdd this: server { listen 80; root /usr/share/nginx/www; index index.php index.html index.htm; server_name domain.net;}…
Here I want to share with you on how to create your own sync server like dropbox.The software that we will use is ownCloud. But before we start, please ensure…
Installing Nginx, MySQL & PHP5 (And PHP5-FPM) a.k.a (LEMP) On Ubuntu 12.04 LTS 1. Update & upgrade your OS first; apt-get updateapt-get upgrade Install Myssql & PHP5-FPM; apt-get install mysql-server…
Haa.. Seperti tajuk diatas, bagi sape2 yang pernah configure & run server Nginx ni, korang pernah kena macam ni tak? Benda ni jadi masa aku nak uploadkan theme kat wordpress..…