OpenVPN Windows Client Bug
14
Aug
Tags: bug, OpenVPN
Posted in Tutorials | No Comments »
The Windows OpenVPN client handles the tls-auth configuration entry incorrectly. Here is how to fix it.
Compiling PHP on 64 Bit Red Hat
22
Oct
Tags: Linux, PHP
Posted in Tutorials | No Comments »
Having errors compiling PHP for 64 bit? Heres how to fix it!
LVM: Resizing One Logical Volume With Another
28
Apr
Tags: Linux, LVM
Posted in Tutorials | No Comments »
Sounds rather odd at first, but somebody might find it useful. When doing updates on my NAS, I found that one of my partitions did not have sufficient free space to complete the update. I then remembered that I set aside a few gigabytes of space from my storage disks (I like to install one [...]
Simple Template Engine In PHP
11
Mar
Tags: PHP, Tutorial
Posted in Tutorials | 3 Comments »
Most newer web sites use some form of templating engine, whether it be Smarty, Zend, or any other fine piece of software. For small sites, this may not necessarily be a smart decision. Many of the engines out there are just too bloated for such a web site. This article will show you how to create a compact, simple template engine with support for layouts.

