I love wordpress. It’s simple and very powerful. The only problem with it is the quality of the plugins and the constant upgrading. Like Microsoft Windows, sooner or later, something is going to break. Of course, I didn’t notice it until just recently. On my blog (This blog), the newsfeeds broke. I really don’t know…
Tag: without
Using Amazon’s free tier to get your own FREE personal vpn server and connection.
I’ve written about personal vpn servers and the great things round strongvpn and other vpn providers to get around the ISP throttling problem of Netflix. I always figured there was a better way to do it. Well, after a bit of thought, I realized that one could easily use Amazon’s free tier (a micro-instance) for…
A less costly way to build an Amazon AMI without incurring the cost of doing it on EC2
I build Amazon AMIs. I started out building them on the actual Amazon EC2 infrastructure myself only to learn that doing so costs the runtime and the money on EC2. There is an easier way to get alot of it out of the way without it actually costing something. My suggestion is to build a…
Automated Backups to Amazon S3. WordPress example explained here.
There are tons of Automated backup plugins for WordPress, but the reality is you’re assuming they work unless you’ve actually restored one of them. This article will explain how to do this without using anything fancy like a backup program. In fact, I just give you a few scripts and of course the old, trusty,…
So you don’t know your root password for mysql. Getting root control of your mysql server back without having to reset the password.
[singlepic id=57] This little tidbit is written for Redhat / CentOS, but with a little bit of work, the concepts and commands are easily modified for any flavor of linux. If you’re sitting on a LAMP stack and you’ve had a defection or just haven’t documented your passwords in a safe place, the easiest…
Updating PHP to on Centos 5.x
Updating PHP on Centos 5 can be confusing with all of the different tutorials out there, but here’s one that absolutely works.