Hi everyone!
I'd like to write a little program to process some simple commandes to enable my wifi.
sudo iwconfig wlan0 key restricted XXXXXXXX
echo key ok
sudo ifconfig wlan0 up
sudo kcontrol
actually i've done a shell script that can be run in konsole but I have to run it in konsole with /home/anodynn/wificommand.sh how can I make it able to be run from an icone on the desktop?
Further i'd like to enable the wifi in KDE (through the controle panel) how can i do?
If some of you can help me this way i'll be grateful!
If I can do this I'll certainly will be able to do lots of things to custom my KDE.... how great it looks like!
Many thanks for all those who help I hope I will to!
I'd like to write a little program to process some simple commandes to enable my wifi.
sudo iwconfig wlan0 key restricted XXXXXXXX
echo key ok
sudo ifconfig wlan0 up
sudo kcontrol
actually i've done a shell script that can be run in konsole but I have to run it in konsole with /home/anodynn/wificommand.sh how can I make it able to be run from an icone on the desktop?
Further i'd like to enable the wifi in KDE (through the controle panel) how can i do?
If some of you can help me this way i'll be grateful!
If I can do this I'll certainly will be able to do lots of things to custom my KDE.... how great it looks like!
Many thanks for all those who help I hope I will to!
Comment