Very simple script to parse RSS/Atom feeds into php array :) <? $feed = implode(file('http://www.antaranews.com/rss/nasional')); $xml = simplexml_load_string($feed); $json =...
admin
http://bisakomputer.com/nodejs-membangun-website-dengan-express-framework/
1. back up db mysqldump –u USERNAME –p DATABASENAME > FILENAME.sql 2. back up file tar cvzf wordpress.tar.gz * 3. ...
http://www.rubynginx.com/index.php/2012/10/02/setup-awstats-phpmyadmin-phppgadmin-with-nginx-on-ubuntu/
ls : list files/directories in a directory, comparable to dir in windows/dos. ls -al : shows all files (including ones...
apt-get install php5-mcrypt /etc/init.d/apache2 restart Sometimes you might get the message “php5-mcrypt is already the newest version“. If so, install...
http://www.tuxfiles.org/linuxhelp/fileman.html http://www.tuxfiles.org/linuxhelp/linuxfiles.html http://www.tuxfiles.org/linuxhelp/dirman.html
http://www.ewanleith.com/blog/900/10-million-hits-a-day-with-wordpress-using-a-15-server 10 Million hits per day with WordPress on a $15 virtual server Install Ubuntu 11.10 (Oneiric) on a new...
How do I restart nginx web server under Linux? To restart nginx web server use any one of the following...