To install a ADSL/PPPoE/RP-PPPoE in ubuntu linux

Posted on September 4, 2008

  1. wget -c http://frankandjacq.com/ubuntuguide/rp-pppoe-3.5.tar.gz
    sudo tar zxvf rp-pppoe-3.5.tar.gz -C /opt/
    sudo chown -R root:root /opt/rp-pppoe-3.5/
    sudo gedit /usr/share/applications/RP-PPPoE.desktop
  2. Insert the following lines into the RP-PPPoE.desktop file
    [Desktop Entry]
    Name=RP-PPPoE
    Comment=RP-PPPoE
    Exec=gksudo /opt/rp-pppoe-3.5/go-gui
    Icon=
    Terminal=false
    Type=Application
    Categories=Application;System;
  3. Save the edited file
  4. Applications->System Tools->RP-PPPoE

Popularity: 4% [?]

» Filed Under Linux

Comments

Leave a Reply