If you’re in Enterprise IT, you’re going to hear one buzz-word a lot. The buzzword? 2-tier Architecture or 3-tier architecture. I like to refer to it as n-Tier architectures. So what exactly is it and what does it mean? A Tier in an architecture is simply the number of layers of an application or system…
Category: Linux
VOIP and Technology in the cloud, an 8 year review
People always wonder whether or not the Cloud is a good idea. Early adopters of technology (like me) test these technologies long before they’re put into production. For me, as a CIO/CTO/Consultant, if it passes the Percy test, it goes on my list of recommendations. So what exactly is the “Percy Test”? It’s a long-term…
Increasing Mysql performance significantly
For those of you who run mysql, there’s an issue that you have to look at. Like file systems, database tables get fragmented over time. There’s a simple fix for it, but you will need to execute one command to do it. Of course, you will need to have root access to your Mysql server,…
How to Make Your WordPress Blog Available in 43 Languages [Solved]
Some of you may have noticed that recently, this blog has a translate option to other languages. It’s really quite simple. Here’s how to do it. Your WordPress Blog should have a text widget. Simply, insert the following code into it and put the widget in your sidebar. <div id=”google_translate_element”></div><script> function googleTranslateElementInit() { new…
Fixing Google’s messy index causing 404s due to a “?” in my urls.
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…
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…
If you’re looking for Rock-Solid WordPress Hosting, I offer it now.
I now offer WordPress Hosting. It is high-quality hosting with all technical support and training built in. It also includes the ability to set up e-commerce on your site. You can sell your digital or tangible products in real-time. I also offer Pay-Per-View e-commerce capabilities. This is not an el-cheapo practice, but rather for individuals…
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,…
Who Said you needed IIS to Stream Windows Media on Apache [Solved]
So you’ve got tons of windows media files and you need to stream them. The only problem is IIS has tons of overhead and the update headaches of Patches is getting old. So… here’s a quick and easy solution. Once again, I’m going to assume you’re running Centos or Redhat. This applies to any Apache…
Fixing the WordPress Permalink Structure change Problem and Avoiding 404s
(Oops.. In my haste, I made a boo boo.. I corrected it.. the post is correct now) It happens to all of us at one time or another. We decide to change our permalink structure and something / everything breaks in WordPress. Not because of the fact that we changed the structure, but everybody and…