Monthly Archives: December 2011

Increase WordPress Loading Speed

Disqus after page load Page Speed embed-facebook-twitter-google-plus-without-javascript/

Posted in Uncategorized | Leave a comment

Linux Commands

Linux commands I find usefull. free -m ( show free memory ) htop sync; echo 3 > /proc/sys/vm/drop_caches (clears cache from ram) top -b -n 1 | grep -i apache ( shows apache memory consumption) df -h (free disk space) sudo useradd testuser -p testpass -d /var/www/vhosts/tvshow.com/ dscacheutil -flushcache sudo nano /private/etc/hosts Virtual Hosts Examples: [...]

Posted in Uncategorized | Leave a comment