If you’re lucky enough to be running Apache (a good portion of the internet does), you can stream your own videos direct from your website. This involves the addition of a small module called Mod-H264. Here’s how to do it. You will need root access to do this and I am assuming you’re running Centos,…
Category: Linux
Linux and File Editing
When you need to edit a file on Linux, it is highly recommended that you use a linux text editor. If you’re using a windows machine or something else, the editor you use might introduce carriage return characters into the end of every line. This can prove to be a problem as it WILL wreak…
Backups: a bit of insight and perspective.
Many of us have backups. Many of us don’t. Here’s an interesting question though. Those of us that have backups. How many have actually tested them out to make sure they’re working? If you have, how often do you test them? Most people set up a backup solution and just let it run. They don’t…
Redundant Application and Database Infrastructures
Most people don’t backup their databases, much less set up redundancy. It’s an important thing to consider when your application / website just cannot go down. This article discusses what it will take to set up that type of redundancy and I will be following up with a document on how to do it in…
Fixing Live WordPress Install without downtime [Solved – A Solution]
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…
EC2 with REAL Support
Using Amazon’s EC2 infrastructure is a real pain in the butt. It’s confusing and the documentation isn’t really all that helpful in many cases. So I propose something simple.. Call it a shameless plug, but it’s about supporting the family. Sign up for EC2 through my eStore and you’ll get all the support you need. …
Using Amazon’s Free Tier to get a free VPN connection for a year.
I know I’ve written about this in the past, but I’ve finally created a guide on how to do this step by step. It’s available for purchase now. This is literally a how-to on getting an OpenVPN server up and running for free for a year. Specify Your Donation: (Min. $5.00) [wp_eStore_buy_now:product_id:11:end]
Recovering space on your hard drive
There are many articles about dealing with recovering space on your computer / hard drive / Storage and they all talk about the same things. This article isn’t going to so much focus on that, but simply focus on the not so obvious things you can do. As a rule of thumb, there are always…
Backup your Linux Server configuration for a really fast restore
Every once in a while, we have to build a server. You’ve spent the time installing and configuring everything and you want a snapshot for Posterity’s sake. Here’s how to do it quickly. This little command will simply take a snapshot of everything of importance and for the most part allow you to restore your…
EC2 Instances, the pitfalls and how to avoid them.
So I decided to take the plunge into moving my mailserver from Linode to EC2 considering it made more sense after doing some math. The reality is Linode is an excellent VPS host and I still have many machines with them (and highly recommend them), but the reality is at some point, it doesn’t become…