How to : Dial-Up internet connection with Ubuntu

One of my friends ask me to make a tutorial on how to connect to the internet from Ubuntu using a dial-up modem. Here’s how to do it :

First go to System->administration ->Netwok, when a dialog appear, click Unlock, enter password.

Click Point-to-Point connection, then fill in the dialog with your dial-up internet account details, as shown.

Click OK to confirm your selection, and you are done.

Click the modem tab, put in your modem device port, typically it should be a serial device or /dev/modem

Hopefully this should be able to help you get on the internet!

How to install *.rpm in Ubuntu / Debian based operating system

There are times when you need to install an application that is only available in *.rpm package in Debian GNU/Linux or Ubuntu operating system. One of the main obstacles is that Debian / Ubuntu are using *.deb based packaging system which is incompatible with RPM.

However you can easily convert RPM package to *.deb and install it afterwards, here’s how to do it :

  • Install alien, its available in Debian, Ubuntu repository
  • Convert rpm package using command “sudo alien -k some-binary-package.rpm”
  • Install it using this command “sudo dpkg -i some-binary-package.deb

That’s all about it! Have fun installing application in your application.

How to save laptop battery when using Ubuntu Linux

When you are working outside with your laptop, the most important thing that you might consider is to maximize your battery lifetime. This is true especially when you are working on location where AC power is not readily available.

Laptop mypapit

Typical laptop might last from 1.5 hour to 3 hours of normal use. So you might want to squeeze out all the battery juice and put it to good use.

Here are a few tips that I got from surfing the internet to save battery life when you are using Ubuntu (or GNU Linux OS in general) :

Ubuntu Membership Board Asia and Oceania Region Meeting

The Ubuntu Membership Asia and Oceania approval board is going to have a meeting on 10 June 2008 11:00 UTC time at #ubuntu-meeting (irc.freenode.net) server.

Ubuntu Logo mypapit.net

The main purpose of the meeting is to grant Ubuntu Community membership to new applicants from Asia and Oceania region. The benefits of being an Ubuntu commnity member are :

  • You will be allocated @ubuntu.com emails
  • Able to use ubuntu/member/your_nick cloak on Freenode IRC network
  • The right to print business card with Ubuntu logo
  • Syndication of your Ubuntu blog on Planet Ubuntu

There are still time to apply to be accepted as Ubuntu Community member! Please read the Asia and Oceania Membership Approval Board wiki page for more information.

p/s : My best wish to nbliang, I hope he will be accepted as Ubuntu Community Member on this round.

Enable Network Printer Sharing with Ubuntu Linux computers

Having a shared printer within a computer network is a nice thing to have. Since all computers within the network can access a remote printer to print documents. Maintenance cost is much more cheaper and easier since you only need to service only a single printer within a network.

Here’s how to enable Printer sharing with Ubuntu (or other Linux based computers) through GNOME :

At the computer with the printer

Administer Printers Ubuntu
  • First at the Desktop, go to System->Administration->Printing. A dialog will appear
  • Go to Server Settings, and check the “Share published printers connected to this system” checkbox

    Administer Printers Ubuntu

  • You may, optionally select “Allow users to cancel any job”
  • Click Apply, and close the dialog

At the client computer(s)

Network Printer Sharing Ubuntu, using Samba

  • From the Desktop, go to System->Administration->Printing. A dialog will appear
  • Check “Show shared printers from other systems” checkbox. Click Apply
  • Repeat the first step, this time click “Refresh Printer Queues” button. You shall see the list of shared printer from the server computer
  • Repeat this on other computers on the network to share the printer

That is all to it! Now you can print documents across your computer network.