-
Archives
- April 2017
- April 2016
- July 2015
- November 2014
- October 2014
- June 2014
- May 2014
- January 2014
- December 2013
- October 2013
- April 2013
- April 2012
- October 2011
- July 2011
- April 2011
- March 2011
- February 2011
- May 2010
- April 2010
- January 2010
- October 2009
- June 2009
- May 2009
- April 2009
- February 2009
- October 2008
- September 2008
- August 2008
- July 2008
- January 2008
- December 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- May 2007
-
Meta
Category Archives: How Tos
HOW TO Build non-root FreeTDS for Linux
This tutorial shows you how to build FreeTDS on any Linux (and probably Unix) system in a stand-alone fashion. No root or packages required. Prerequisites: You do need a compiler and functional build environment. If you can successfully ./configure && … Continue reading
HOW TO Install mcrypt for PHP on RedHat Linux 6 and Oracle Linux 6
This tutorial shows you how to install libmcrypt and the companion PHP module under RedHat Linux 6 and Oracle Linux 6. By default, RHEL and OL do not provide mcrypt or libmcrypt packages for the 6.x release. Subsequently, they don’t … Continue reading
HOW TO Flush The Linux File Cache
You can’t prevent Linux from using the file cache and you don’t want to. However, on occasion you may want to flush it. Here’s how: First, flush your filesystems to disk. Just run the command sync Then, echo 1, 2 … Continue reading
Posted in How Tos, linux
Leave a comment