Wednesday, December 10, 2008

How to setup a dialup connection Ubuntu

Anybody got stuck up with setting up a dial up connection using your mobile phone in Ubuntu?
I will explain the way in which i have done it.

Step 1: Go to terminal.
Step 2: Type the command : sudo wvdialconf wvdial.conf
Step 3: gedit wvdial.conf
Step 4: Update that file with the Phone number to dial, User name and password to connect your ISP.
Step 5: Save it.
Step 6: Now you will be in the terminal. Enter the command : wvdial

It will initialize the modem and you will be connected.

Dual Booting

I got stuck up with installing ubuntu in my machine.

What was my problem

My machine has Microsoft Windows XP installed in it. And i just want to make it a dual boot machine with Ubuntu and XP.I had four partition and no un allocated space.I tried booting with the install CD of Ubuntu. It showed error while choosing the partition.

How did i resolved
I got into WinXP and through diskmanager, i freed up 10GB space in my Hard Disk. The free space will be highlighted with a bright green color.
Now i tried rebooting the machine with install CD. Now using the partition manager, i created a 8.5GB partition. and a 1GB partition as swap area.

By doing this everything went fine.

Leave queries, if you have n Comments..

Friday, December 5, 2008

The Ultimate Linux Reference Guide for Newbies

A collection of commands for newbies..

http://blog.lxpages.com/ultimate_linux.html

Jus go thru..

Thursday, December 4, 2008

Linux Newbies

If you don't know what to read first, you can jump straight on to my most popular Linux help files:

* An introduction to the Linux command line
Even today, in 2008, the ye olde command line is still a fast and powerful way of using Linux. This series of articles will get you started with the Linux command line.

* The humble Linux cheat sheet
A short and sweet (well, at least short... :) reference list of the basic Linux commands.

* Linux's directory structure
An overview of the most important directories on Linux.

* How to install software from source
Yes, some people still want to install their software the traditional way. Learn how to do it!

* How to edit and understand /etc/fstab
The most popular help article at tuXfiles. I recommend having some basic Linux knowledge before reading this one, though.

Commandline tricks

$ !!

will execute the last executed command.

$!s

will execute the last executed command starting with s.