(6)

Setup OpenVPN Server on Linksys WRT54G with DD-WRT

As of DD-WRT v.24 SP1, it is now possible to set up DD-WRT as an OpenVPN server. Which is a pretty good thing, because I needed to setup one of these beasts! I used Windows as a client, but also to generate the various configuration, certificate and key files. Initial setup First, install OpenVPN  […]

Continue reading

Bug: Ubuntu 10.10 does not apply themes properly

After the upgrade from 10.04 to 10.10 I noticed the Ubuntu theme was sometimes reverted to the default Gnome one, meaning fonts, icons, toolbars are all reset. I tried a clean reinstall but the same bug raised up again. It seems to be a race condition appearing on higher hardware (combination of SSD  […]

Continue reading

Enabling NumLock in the Gnome login screen

Install numlockx using apt-get, aptitude or Synaptic Edit /etc/gdm/Init/Default Find the line exit 0 Add the following code above that line if [ -x /usr/bin/numlockx ]; then /usr/bin/numlockx on fi source 1  […]

Continue reading

How to secure delete files in Linux

Shred shred OPTIONS filename Common options: -n N Overwrite a file N times. -u Remove the file after you’ve shredded it. -z After shredding a file with random bits (ones and zeros), overwrite the file with only zeros. So, for example, to shred a file “topsecret.txt” with 26 iterations, and delete it  […]

Continue reading

Configuring anonymous public shares with Samba

I recently had to setup a simple, straightforward file server. I chose to install the Turnkey File Server Appliance as it had everything I wanted, ready to use. Following a SAMBA tutorial I could set the server so Samba users can have access to shared resources. However, for a public share I wanted  […]

Continue reading

Page top