Skip to content

Instantly share code, notes, and snippets.

@hdf
Created March 21, 2017 15:50
Show Gist options
  • Save hdf/0f2d3875db9bf444cbbebd5548834f7b to your computer and use it in GitHub Desktop.
Save hdf/0f2d3875db9bf444cbbebd5548834f7b to your computer and use it in GitHub Desktop.
#!/bin/bash -i
sudo mount -o remount,rw /cdrom
mount -l|grep /dev/sd
setxkbmap hu
#sudo ifconfig wlan0 up
#sudo wpa_passphrase HDF $(head -c 63 wpa_key.txt) > /tmp/wpa.conf
#sudo iwconfig wlan0 essid HDF
#sudo wpa_supplicant -B -iwlan0 -c /tmp/wpa.conf -Dwext -W
#sudo dhclient wlan0
read -t 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment