June 15, 2011

OpenWRT and Guest Networks on the Netgear WNDR3700

Filed under: Technical — Tags: , , , — delx @ 1:45 pm

In my house I have Debian Linux running on an old laptop acting as my router with a Netgear WNDR3700 acting as an access point (WAN port on this is unused). The AP is configured with WPA2 security, but recently I wanted to connect my Nintendo DS to the wifi network. Now the Netgear has guest networks, which is pretty much what I wanted, but it only allows the guest wifi access to the WAN port, which was useless to me. I also wanted to be able to conveniently enable and disable the insecure network with a button on the access point. Knowing that the hardware supported what I wanted to do, and having had good experiences with OpenWRT on another router in the past, I set out to see if I could make it work.

(more…)

August 26, 2009

Encrypted file systems on Debian/Ubuntu Linux

Filed under: Technical — Tags: , — delx @ 2:06 am

Recently I set up an encrypted file system so I could do rsync backups to a secured location. What you end up with is a mountable file system that you can use to securely store data. Debian offers an easy way to set up encrypted file systems using the LUKS standard with the cryptsetup package. You’ll need to enter a decryption passphrase to mount the volume whenever the system boots.

(more…)

April 21, 2009

Apple Keyboard on Linux

Filed under: Technical — Tags: , , — delx @ 5:20 pm

The Apple aluminium keyboards are very nice. I recently bought one for an Ubuntu Linux machine, and it requires some special configuration to work as expected.

This post describes how to fix the function keys and swap command (windows or ‘super’) keys with the alt (or option) keys.

(more…)