Archive for February, 2008

Rolling Your Own .deb Package, Getting Secure VPN Tunneling on Ubuntu

« 8 February 2008 | 20:59 | Comuters & Technology, Linux, Software | No Comments »

As you may or may not know, Ubuntu doesn’t include a build environment by default. What this means is that in order to compile program from source, you’ll need to get the build environment on your own. This is simple enough though, as outlined below:
sudo apt-get install build-essential checkinstall
This will install 2 things, the build [...]