Its quite simple actually – but I had to google for ages trying to find the answer.
wget -q -O - http://www.atomicorp.com/installers/atomic.sh | sh
yum upgrade php* mysql*
Bear in mind this will do a server upgrade – but seeing as this is a webserver, its probably best to have the latest versions for everything in terms of less security vulnerabilities.
EDIT> More things I needed to document. Incresing the amount of IMAP connections allowed as Thunderbird was erroring out.
Read the rest of this entry »
I was just reading Matt Cutts blog and he reminded me about google’s site speed factors – which now (possibly) affecting page rank in search engines. This led me to jump into webmaster tools for my primary site: http://www.simple1300numbers.com.au and check its load time. Its 3.3 seconds – which according to google is in the top 50% of webpages. It also lists some suggestions on what I can do to improve it, mainly some compression to reduce transfer time.
Just a quick disclaimer – backup your site before doing this. I accidently deleted my css and javascript files a few times so just be safe. Also, make sure you correct your paths as needed.
I decided to do what I could to help the load time, so according to my own results in the Net report in firebug, it takes 4.1 seconds to load the front page.
Read the rest of this entry »