Network manager

I have tried NetworkManager and Wicd and was unable to configure them to do what I wish (despite being just a regular laptop user). People keep asking what do I use instead: my own scripts. They are very simple and crude, but easier to use and debug than some daemons, at least for my use-case.

http://jenda.hrach.eu/gitweb/?p=network-manager;a=summary

Config files: wpa_supplicant blocks in /root/nm/*.conf. E.g. /root/nm/nsa.conf

network={
  ssid="nsalitomerice"
  psk="MsTD2Q2tpRA"
  priority=1000
  disabled=0
}

Scripts:

BUGS