Brad's Blog

Published: 2007-02-08

wifit - an iwconfig tool

Linux networking wifi

I've recently installed Mepis Linux on a couple of laptops (a Compaq Presario 2195US and a Dell Latitude D610, both of which use NdisWrapper for wifi drivers).I'm fairly mobile, so I needed a way to quickly change my wireless settings. I wrote this simple bash script to let me do that, and I thought I'd just share it.#!/bin/bash## wifit - the wifi tool## This is a script that accepts a wifi-enabled interface, ## essid, and an ...