How can I create a shortcut to a DSL connection with Fedora / Ubuntu on the desktop ( GNOME ).?
This is a discussion on Creating shortcut for Network connection in LInux within the Linux & Misc forums, part of the Computing category; How can I create a shortcut to a DSL connection with Fedora / Ubuntu on the desktop ( GNOME ).?...
How can I create a shortcut to a DSL connection with Fedora / Ubuntu on the desktop ( GNOME ).?
Hi NIPU thanks for asking here and welcome to the forums. Do the following:
Create a text file on the desktop and put the following lines in it.
where dsl-connection is the name of the connection you want to use.#!/bin/sh
sudo pppoeconf
sudo pon dsl-connection
sudo poff
now go to command prompt and issue the following command:
where filepath\filename is the exact path to the above text file that you have created. Please let me know if this works or if you're having any problems.chmod +x filepath\filename
Bookmarks