If you are new to Ubuntu and need some guidance, try reading the ebook by Keir Thomas. It is a very well laid out book and is easy to understand. Most of your queries will get solved in no time after reading the book.
Keir Thomas - Ubuntu Pocket Guide and Reference
Download here
04 February, 2009
[Linux] Ubuntu Pocket Guide and Reference
Posted by
Akshay Gandhi
at
Wednesday, February 04, 2009
0
comments
Labels: Akshay Gandhi's Freewares, linux, ubuntu
14 January, 2009
[Freeware] Ubuntu 8.10
Version 8.10
Ubuntu 8.10 Desktop Edition delivers the features you need for an increasingly mobile digital life, including 3G wireless support and guest sessions that lets users temporarily share computers without compromising security. Ubuntu 8.10 Server Edition consolidates its support for virtualization with an integrated Virtual Machine builder, and brings with it a fully-supported Java stack and support for per-user directory encryption
System Requirements
The minimum memory requirement for Ubuntu 8.10 is 256 MiB of memory. (Note that some of your system's memory may be unavailable due to being used by the graphics card.)
With only the minimum amount of memory available, the installation process will take longer than normal, but will complete successfully, and the system will perform adequately once installed. Low-memory systems may be able to use the desktop CD to install by selecting "Install Ubuntu" from the boot menu to run just the installer, rather than the whole desktop started by selecting "Try Ubuntu without any change to your computer".
The Ubuntu promise
* Ubuntu will always be free of charge, including enterprise releases and security updates.
* Ubuntu comes with full commercial support from Canonical and hundreds of companies around the world.
* Ubuntu includes the very best translations and accessibility infrastructure that the free software community has to offer.
* Ubuntu CDs contain only free software applications; we encourage you to use free and open source software, improve it and pass it on.
Download Ubuntu
Request free Ubuntu CD
Posted by
Akshay Gandhi
at
Wednesday, January 14, 2009
0
comments
Labels: Akshay Gandhi's Freewares, linux, ubuntu
17 September, 2008
Map Windows Key to "Start" in Ubuntu
If you thought that your "windows" key would be worthless in Ubuntu, rethink!!!
You can map your "windows" key to "start" in Ubuntu by following these simple steps:
1. Go to the System \ Preferences \ Keyboard Shortcuts
2. Select "Show the panel menu"
3. Press the "windows" key when "New accelerator…" appears.
4. Close the window and DONE!!!
This is a very easy and useful thing to do with Ubuntu...
Posted by
Akshay Gandhi
at
Wednesday, September 17, 2008
0
comments
Labels: linux, Tips n Tricks, ubuntu
18 June, 2007
Connect to Internet using GPRS in Linux
Internet via Mobile GPRS & USB Cable in Ubuntu 7.04 (GNOME)
# sudo wvdialconf /etc/wvdial.conf
You shd get some output like
Output:
Scanning your serial ports for a modem.
ttyS0<*1>: ATQ0 V1 E1 -- failed with 2400 baud, next try: 9600 baud
ttyS0<*1>: ATQ0 V1 E1 -- failed with 9600 baud, next try: 115200 baud
ttyS0<*1>: ATQ0 V1 E1 -- and failed too at 115200, giving up.
ttyS1<*1>: ATQ0 V1 E1 -- failed with 2400 baud, next try: 9600 baud
ttyS1<*1>: ATQ0 V1 E1 -- failed with 9600 baud, next try: 115200 baud
ttyS1<*1>: ATQ0 V1 E1 -- and failed too at 115200, giving up.
ttyS2<*1>: ATQ0 V1 E1 -- failed with 2400 baud, next try: 9600 baud
ttyS2<*1>: ATQ0 V1 E1 -- failed with 9600 baud, next try: 115200 baud
ttyS2<*1>: ATQ0 V1 E1 -- and failed too at 115200, giving up.
ttyS3<*1>: ATQ0 V1 E1 -- failed with 2400 baud, next try: 9600 baud
ttyS3<*1>: ATQ0 V1 E1 -- failed with 9600 baud, next try: 115200 baud
ttyS3<*1>: ATQ0 V1 E1 -- and failed too at 115200, giving up.
WvModem<*1>: Cannot get information for serial port.
ttyACM0<*1>: ATQ0 V1 E1 -- OK
ttyACM0<*1>: ATQ0 V1 E1 Z -- OK
ttyACM0<*1>: ATQ0 V1 E1 S0=0 -- OK
ttyACM0<*1>: ATQ0 V1 E1 S0=0 &C1 -- OK
ttyACM0<*1>: ATQ0 V1 E1 S0=0 &C1 &D2 -- OK
ttyACM0<*1>: ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0 -- OK
ttyACM0<*1>: Modem Identifier: ATI -- Nokia
ttyACM0<*1>: Speed 4800: AT -- OK
ttyACM0<*1>: Speed 9600: AT -- OK
ttyACM0<*1>: Speed 19200: AT -- OK
ttyACM0<*1>: Speed 38400: AT -- OK
ttyACM0<*1>: Speed 57600: AT -- OK
ttyACM0<*1>: Speed 115200: AT -- OK
ttyACM0<*1>: Speed 230400: AT -- OK
ttyACM0<*1>: Speed 460800: AT -- OK
ttyACM0<*1>: Max speed is 460800; that should be safe.
ttyACM0<*1>: ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0 -- OK
Found an USB modem on /dev/ttyACM0.
Modem configuration written to /etc/wvdial.conf.
ttyACM0
This means that it has found a MODEM.. and the basic wvdial.conf has been written..
Now to edit wvdial.conf
Code:
sudo gedit /etc/wvdial.conf
Enter the Dialling number, Username , Passwd etc
My wvdial.conf :
[Dialer Defaults]
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
Modem Type = USB Modem
ISDN = 0
New PPPD = yes
Phone = *99#
Modem = /dev/ttyACM0
Username = b
Password = a
Baud = 460800
Now to connect
Code:
sudo wvdial
If all has gone right it shd show something like
--> WvDial: Internet dialer version 1.56
--> Cannot get information for serial port.
--> Initializing modem.
--> Sending: ATZ
ATZ
OK
--> Sending: ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
OK
--> Modem initialized.
--> Sending: ATDT*99#
--> Waiting for carrier.
ATDT*99#
CONNECT
~[7f]}#@!}!} } }2}#}$@#}!}$}%\}"}&} }*} } g}%~
--> Carrier detected. Waiting for prompt.
~[7f]}#@!}!} } }2}#}$@#}!}$}%\}"}&} }*} } g}%~
--> PPP negotiation detected.
--> Starting pppd at Fri Apr 27 16:34:47 2007
--> Pid of pppd: 8094
--> Using interface ppp0
--> pppd: p[08][06][08][08]
--> [06][08]
--> pppd: p[08][06][08][08]
--> [06][08]
--> pppd: p[08][06][08][08]
--> [06][08]
--> pppd: p[08][06][08][08]
--> [06][08]
--> local IP address 10.190.237.191
--> pppd: p[08][06][08][08]
--> [06][08]
--> remote IP address 10.6.6.6
--> pppd: p[08][06][08][08]
--> [06][08]
--> primary DNS address 202.56.230.5
--> pppd: p[08][06][08][08]
--> [06][08]
--> secondary DNS address 202.56.240.5
--> pppd: p[08][06][08][08]
--> [06][08]
This means that ur connection is complete... keep that terminal window open and surf..
SOURCE - Thinkdigit Forum
Posted by
Akshay Gandhi
at
Monday, June 18, 2007
0
comments
Labels: Connect to Internet using GPRS in Linux, gprs, internet, linux, Tips n Tricks, ubuntu