Categories
Recent Posts
Recent Comments
- Bryan Veloso on Why Ayala Malls Cinemas Suck after September 13, 2011?
- Bogdan on Elegant Themes ePanel: Add All Categories in Featured Category Options
- Leoncio Pactores on Why Ayala Malls Cinemas Suck after September 13, 2011?
- bill on Torr IQ Society: Are you on the top 0.13%?
- Goodbye Adsense for Domains | Bryan Veloso on So long i.PH, we’ll miss you!
Interesting Links
Recent Searches
Interesting Stuff
I'm pretty sure that these beautiful dresses are good for you! Check it out before it's too late!
Tag Archives: Server Administration
Zip files via SSH and copy it to another folder or server
If you files and directories in your server via SSH, just type the command below: zip -r zipfilename.zip folder Just replace the folder with the folder name you are targetting or use * if your currently in the folder. If … Continue reading
Whitelist an IP address in your server via SSH
One day, one of my blog readers can’t access my site. I wondered why and how come she can’t access it but I can. I also asked other readers, and they can. If this happens to you, just like what … Continue reading
Change your PHP handler from mod_php (DSO) to suPHP
Finally, I decided to change my server’s PHP handler to suPHP from mod_php. It’s more secure and I can update my plugins and WordPress files automatically without annoying permission errors. Here’s what my php config looks like after the update: … Continue reading
CHMOD folders, sub-folders, sub-sub-folders, and so on
If you recently changed your PHP handler to suPHP from mod_php or DSO, then you need to CHMOD all your folders, its sub-folders, sub-sub-folders, and so on to 744 to avoid any internal server errors, specifically internal server 500 errors. … Continue reading
