Friday, April 30, 2010

Ubuntu 10.04 ... afterthoughts

For a change this isnt a tutorial of some sort. This is what I think about Ubuntu 10.04.

So, after a long wait, 10.04 released yesterday. Great news for all Ubuntu users this, because frankly this is the best Ubuntu release as yet. Not only did it trend on twitter, it trended more than Steve Jobs! :P

Anyway, the thing is, this is a giant leap for Linux. Ubuntu has now entered a territory where its become a really user friendly OS, not to mention the fact that, its dispelling a myth about Linux distros, the myth that all Linux distros are about geeks and nerds. Some might find this not a pleasing trend, but frankly, this can only mean bigger and better things. To be honest, I dont see Linux becoming a common man's OS unless it manages to draw the required attention. Making Ubuntu (since its already the most popular Linux distro) reach the forefront is just the first step in achieving that titanic feat.

So what has changed in 10.04? Well for starters its a lot more user-friendly. Its more social networking friendly, with custom applets etc. It supports a greater number of hardware and provides updates and support for a greater number of apps. Its definitely faster, although how-fast would depend on the user. But in short, its definitely faster than 9.10 (the previous release). The interface has changed completely and in my opinion, its gotten really slick! After the 9.10 release, there was a general outcry among users to stablise the next release. That has been done and more!

Before I conclude I would like to mention a few things. There were a few changes made earlier (changing of default search engine from Google to Yahoo! which has been 'undone' now, and the moving buttons to the left fiasco) which made me question Ubuntu's originality. Especially since Ubuntu is increasingly resembling the OSX. I hope my doubts are found to be untrue in the future. Ubuntu should progress and become popular but it should have its own identity as well.


Share/Bookmark

Ubuntu 10.04 Released

After a long long wait, Ubuntu 10.04 unveiled itself infront of us. This is the download link: http://www.ubuntu.com/getubuntu/download

Personally though I would suggest and request that you download via a torrent. That way you would be downloading faster (as currently the seeds are exceptional), you wouldnt clog the servers and you would be helping other download Ubuntu.
Share/Bookmark

Wednesday, April 28, 2010

Its the big day

Its indeed the big day. Ubuntu 10.04 Lucid Lynx LTS will be released today amidst much fanfare and hype. I am a self confessed Ubuntu fan and like everyone else, I'm very excited about this release. 10.04 marks a paradigm change for Ubuntu as a brand as well as for the user interface of this most popular Linux OS. Although some of the changes havent been welcome, the positives have far overridden them.

Okay, now for some real insight. Frankly speaking 9.10 was very buggy when it came out. And some of the bugs even persist to this day. I hope Ubuntu 10.04 doesnt tread that path and consolidates Ubuntu's name as a stable user friendly OS. A lot has already been said about the release hence it would be boring for you, the reader, to go through all that if I were to repeat those.

Finally, these are instructions about the download:

How to Download:

Go to www.ubuntu.com and download the appropriate file. It will be a .iso file. Then burn it to a CD.

How to Install:

A detailed step by step pictorial (with screenshots) illustration of the entire installation procedure has been provided in the following link:


Share/Bookmark

Sunday, April 25, 2010

ImageShack Uploader

ImageShack Uploader is a software which helps you upload images to www.imageshack.us. Only that now you can do so, from the comfort of your desktop without having to even open your browser.

Free Image Hosting at www.ImageShack.us

Its really a cool app. Unfortunately there's no 64 bit version of the app for Linux. Fortunately though, there is getlibs (see - http://explore-ubuntu.blogspot.com/2010/04/getlibs.html) and that will help you install imageshack uploader on your 64 bit version of Ubuntu. (For 32 bit users, its a simple click and install process)

How to install ImageShack Uploader:


Install it.

If you're using a 32 version of Ubuntu you need not proceed any further. You can run ImageShack Uploader from Internet menu.

If however you're using a 64 bit version, install getlibs (http://explore-ubuntu.blogspot.com/2010/04/getlibs.html).

After than go to the Terminal (Accessories > Terminal) and type the following:

sudo getlibs /usr/bin/imageshack-uploader

Press "y" if you're asked to install packages. Thats it. You can now run ImageShack Uploader from the Internet menu.

Share/Bookmark

getlibs

getlibs is a program which will help you install 32 bit and 64 bit applications on 64 bit OS as well as 32 bit applications on 32 bit OS.

Its practically a lifesaver of a project. Somehow I never managed to install imageshack uploader (Linux version) on my Ubuntu 9.10 64 bit (which works fine on a 32 bit OS). But now, thanks to getlibs, I have managed to install it.

How to install:

To install getlibs download the following file: http://frozenfox.freehostia.com/cappy/getlibs-all.deb

Then simply install it.

How to use:
  • Use getlibs to install a 32-bit library using the library name:
Code:
getlibs -l libogg.so.0 libSDL-1.2.so.0


  • Use getlibs to install a 32-bit library using the package name:
Code:
getlibs -p libqt4-core libqt4-gui


  • Install a 32-bit library file (.deb):
Code:
getlibs -i ~/i386_library_1.deb

  • Download and install a 32-bit library file (.deb):
Code:
getlibs -w http://mirrors.kernel.org/ubuntu/pool/main/s/sdl-image1.2/libsdl-image1.2_1.2.5-3_i386.deb

For more information take a look at this thread on Ubuntuforums: http://ubuntuforums.org/showthread.php?t=474790