Monday, July 21, 2008

PPPOE

Having trouble with an ADSL modem that does not connect automatically? When in Windows you have to use some kind of "Dialer" to connect to the internet? Worry not! Here's your solution for Ubuntu:

To configure your connection type:
$ pppoeconf

Follow the instructions and then use
$ pon dsl-provider

To turn it on.

And
$ poff -a

To stop all pppoe connections.

Cheers

Sunday, July 6, 2008

Create ISO Files

Hi!

In order to create ISO files from CDs or DVDs without special softwares simply type:

$# dd if=/dev/cdrom of=/home/**USER**/**Image_Name**.iso