+ Reply to Thread
Results 1 to 2 of 2

Creating shortcut for Network connection in LInux

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 ).?...

  1. #1
    NIPU
    Guest

    Cool Creating shortcut for Network connection in LInux

    How can I create a shortcut to a DSL connection with Fedora / Ubuntu on the desktop ( GNOME ).?

  2. #2
    Junior Member
    Join Date
    Feb 2010
    Posts
    25
    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.

    #!/bin/sh
    sudo pppoeconf
    sudo pon dsl-connection
    sudo poff
    where dsl-connection is the name of the connection you want to use.

    now go to command prompt and issue the following command:
    chmod +x filepath\filename
    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.

+ Reply to Thread

Tags for this Thread

Bookmarks

Posting Permissions

  • You may post new threads
  • You may post replies
  • You may not post attachments
  • You may edit your posts