The ultimate script I have been using for ages, now I decided to opensource it. Read more on github. $ git clone git://github.com/iElectric/GNU-Screen-Dynamic-Titles.git $ cd GNU-Screen-Dynamic-Titles $ sudo ./install.sh ...
After year and a half on Faculty of Electrical Engineering, I have managed to get working Eduroam WPA enterprise encryption on wicd networking client for GNU Linux (pretty good alternative to NetworkManager, but with Unix philosophy in mind). Here is wicd encryption template for wpa_supplicant: name = eap-ttls (Eduroam sl) version = 1 require anon_identity *Anonymous_Identity ca_cert *Path_to_CA_Cert identity *Identity password *Password ---- eapol_version=1 ap_scan=1 ctrl_interface=/var/run/wpa_supplicant network={ ssid="$_ESSID" ...