Most people just install Mysql, use the defaults and call it a day. Unfortunately, for a select group of people with high traffic, this can cause problems. It all falls into the issue of performance. This can effect your website, applications, etc. I’ve seen this happen on numerous occasions, because people don’t bother to think…
Month: April 2012
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…
A very easy way to eliminate quite a bit of SPAM if you’re using Postfix and Spamassassin. [SOLVED]
SPAM is definitely a huge problem in our lives. Here’s a real simple way to eliminate spam. This assumes you’re running postfix and Spamassassin already. You need to remember that Spamassassin does nothing but score and tag spam. There will always be false positives. There are solutions that will handle most of it though. If…
Corporate Privacy as a consultant
I’m a consultant and on occasion, I have to be on-site at the client. The problem is, some corporations are completely psychotic about security. Unfortunately, it’s not for the right reasons. It’s usually to protect themselves. They look at everything you do, every email you send, every website you browse, and pretty much monitor your…
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 Follow Up to Using the Promise R4/R6 natively in Bootcamp using my solution. [Solved and Verified]
A few months ago, I posted the following: http://swimminginthought.com/2012/01/promise-pegasys-r6r4-on-windows-bootcamp-solved/ I figured out the solution on how to run this wonderful device on Bootcamp / Windows natively. Needless to say, it’s been a while now and I’ve even gone so far as to update the firmware on the R4/R6 (I’m running an R6 by the way)….
Is Firefox preventing you from going to a website because of the port it’s on? [Solved]
Every once in a while, we need to go to a website that has a non-standard port. For example, the address might look like this: https://localhost:888 (This would be for the 3ware management interface for example). In Mozilla Firefox, you’ll get a screen that looks like this: [singlepic id=63] Obviously, this can be a real…
How to Bind utorrent to a specific ip and route it out a vpn for better speed. [Solved]
Torrent technology is an amazing in the sense it uses swarms of users to serve and share files you may be trying to download. It’s been implemented by many companies and is a very bandwidth efficient format to get your files served to you faster. Whenever I download CentOS DVDs, I use utorrent and other…