I create a bash file to connect to the internet
sudo wpa_supplicant -ieth1 -w -Dwext -c /etc/wpa_supplicant.conf -Bw
sudo wpa_gui
sudo dhclient eth1
but I have to digit root password any time that I run that bash. Is it possible to "memorize that password" like in win?