Get Going With Ubuntu

July 22nd, 2006

If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!

After a night and half day configurating Ubuntu, now I got this little bit knowledge on Ubuntu. The good thing about this OS are:

1, Very intenal secure (Not sure about internet stuff :?)
2, More stable (It don’t turn blue screen/restart when an application is crashed)
3, Install ANYTHING (From Microsoft application to Mac application but need some support application though)
Terminal a.k.a Command
So everytime I wanted to edit any root file, I need to login through terminal (Which is Command for Windows). On the way getting use on this style, cause I barely use Command when I’m with Windows. Just installed all Windows fonts, hehe… I like Windows fonts a lot, Arial, Verdana, Impact, Century Gothic blah blah blah…
Windows Fonts
Looks nice eh? :P Installing these fonts is easy…

First off, you need to go to Terminal, like I mention, almost everything you’ll need to go to Terminal in order to proccess even installing an application. And type in:

sudo gedit /etc/apt/sources.list

Where “sudo” is login as the root user of your machine, and there will need password of course. Then it will prompt out the “sources.list” file like *.txt file on Windows, add in:

deb http://us.archive.ubuntu.com/ubuntu/ dapper universe multiverse
deb-src http://us.archive.ubuntu.com/ubuntu/ dapper universe multiverse
deb http://security.ubuntu.com/ubuntu dapper-security universe multiverse
deb-src http://security.ubuntu.com/ubuntu dapper-security universe multiverse

Save the sources.list and go back to Terminal type in:

sudo apt-get update

Yeap, you need to login AGAIN… Sercure bah, but sometimes annoying too :? This update might need some times, like 5-10 minutes for my machine. After this, type in:

sudo apt-get install msttcorefonts

This will take more time than the previous update. After this install, download this file here, either on the desktop or on the Archive Manager (This one is recommended). And go to Terminal again…

sudo tar -xvjpf nicefonts.tbz /etc/fonts/

This is for if you download the file on Archive Manager

cd ~/Desktop
sudo tar -xvjpf nicefonts.tbz -C /etc/fonts/

This is for if you download the file on desktop…

That’s all, all you need to do after the install of this last step, restart your computer and voila! Got this steps from Ubuntu Community Forum, but there isn’t that complete though, so Google it out if you’re following the forum’s steps. Damn, this look a tough way to install, but the only way. Forgot to take some screenshot sorry :P

4 Responses to “Get Going With Ubuntu”

  1. wuching
    July 22nd, 2006 at 4:01 pm

    eh? what for u install that os wei?

  2. Palmdoc
    July 22nd, 2006 at 4:12 pm

    Are u using Dapper Drake (6.03)? Well its on the whole better than 5.x
    But stability wise, I realise it hangs my NEC Versa notebook now and then. I don’t think it’s an Ubuntu thing, must be the video drivers.
    The latest version has also broken the Palm Hotsync capability for USB connections. So that sucks. Have to wait for the next kernel fix.

  3. Neo
    July 23rd, 2006 at 12:45 am

    What about your Windows? You install Ubuntu to dual boot?

  4. wong
    July 23rd, 2006 at 4:15 pm

    wuching: Just for fun. LOL~! Maybe it’s better than Windows? Who knows?

    Paldoc: I’m using Daper Drake 6.06. I think there is another version coming out.

    Nwo: I clear the Windows, go for only Ubuntu :P

Leave a Reply