As of late, I noticed a problem that just appeared and it wouldn’t go away. It just started showing up and causing tons of 404s on my site. Now that’s not good. The problem was simply the following: I would have a link on my site. Let’s say the real URL is: http://swimminginthought.com/estore For some…
Tag: to
Rewriting URLs using Apache and WordPress – Natural Partners
This post discusses how using .htaccess on Apache will actually help you avoid many 404s and also support multiple permalink structures in the process. .htaccess is very finicky and that in there lies the problem, but with this article, you should be able to solve a few problems (and even do some extreme customization). My…
Encoding Video Files for Free While Leveraging the Newest Tech including GPUs.
I encode plenty of files. The files include family photos to files for work presentations and of course, web work. Leveraging a GPU (Graphics Card) can significantly decrease decode time. The only problem is that all of the GPU assisted applications cost money! or do they? Well.. I use two applications exclusively. One is free,…
Editing Video Files in Windows very Easily
There will be the occasional time when you need to edit a video file, because you’ll need to, whether it’s a Family video or a simple file you need for marketing, fundraising, etc. You just might want to put a few captions on a file. For humor, informational reasons, etc. Rather than buy one of…
Streaming MP4 Video From Your Webserver [Solved]
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,…
This blog is now available on the Amazon Kindle!
If you’re the proud owner of the Kindle and find this blog interesting, I just thought you’d like to know that I am now publishing to Amazon’s Kindle. You can do a search for Percy Kwong and subscribe to the blog if you’d like. Also, as a Kindle owner (and if you’re a prime member),…
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…
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]
Mysql Tuning for the Novice to Expert
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…
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…