Download http://linuxwireless.org/download/compat-wireless-2.6/compat-wireless.tar.bz2
Unpack and compile as root:
./scripts/driver-select atheros
make -j3
make install
make unload
make wlunload
make btunload
rmmod ath9k
modprobe ath9k
# dmidecode | grep -i serial
# dmidecode -t 1
# dmidecode -s system-serial-number
# passwd -l {username}
# passwd -l vivek
# passwd -u {username}
# passwd -u vivek
# dmidecode -t 16
# dmidecode -t 17
cat >foo.txt
Unix is the best.
<control-D>
cat score.txt names.txt > report.txt
cat >>foo.txt
A champion is someone who gets up, even when he can't
<control-D>
cat filename >/dev/dsp
cat recording.au >/dev/audio
dd bs=8k count=4 </dev/audio >testing123.au
cat testing123.au >/dev/audio
tac fileName
cat fileName | tac
tac <<<"$myFileName"