Code: Select all
if [ -f ~/.bash_aliases ]; then
. ~/.bash_aliases
fi
Why you don't read all the answers (see the first)?DMIAM wrote:Why does everybody give you the complicated answers?!![]()
Just type "sudo su" (no quotes) before you type "startx"!
Code: Select all
auto lo
iface lo inet loopback
iface eth0 inet dhcp
allow-hotplug wlan0
auto wlan0
iface wlan0 inet dhcp
wpa-ssid “ENTER YOUR ROUTER'S SSID HERE”
wpa-psk “ENTER YOUR ROUTER'S PASSWORD KEY HERE”