Tech, filmmaking, & thoughts.
Software Installations
How to install Memcached
Feb 8th
This guide will help you setup Memcached on a CentOS server.
What is cachingBefore diving into Memcache specifically, let’s take a step back. What is caching? Why should you care and why should you use it? Caching is used for two very important reasons: to speed up the delivery of the pages and to alleviate system resources. Caching is used to speed up dynamic sites; database driven sites will benefit most form caching. Think about a WordPress site. Each page you visit is not an actually file, but rather an amalgamation of the theme, widgets, posts, footers, headers, etc… Each More >
How to install Icecast
Dec 19th
*Update (06/22/2011) – I updated this guide to use the newest version of Icecast (2.3.2). *Note – This does NOT work on 64 bit CentOS (x86_64); it will only install for 32 bit (i386). If you need to install on 64 bit, use the guide found here: http://support.cast-control.net/index.php?_m=knowledgebase&_a=viewarticle&kbarticleid=69. Once you got it installed, you can start from my Step #3 – Configuration. I tested their guide on my personal server and it worked perfectly.
Icecast Installation Guide for CentOS 5I ran across a request from a customer recently asking me to install Icecast. I didn’t find any easy guides More >

