Download UML software in Linux

Real programmers don’t do software documentations! They just code! However, there’s a time where you need to document your software project, and UML is probably the most popular tool to document your software design effectively.

But what if you’re developing using GNU/Linux operating system? Which software should you use to draw those UML? Do you need to use a Windows machine just to document your development?

Here’s a list of software that can help you draw UML diagram in GNU Linux :

Hope that helps you in your quest of drawing UML diagram under Linux. If you have any other suggestions, then feel free to add them in the comments box

[tags]uml,draw,software engineering,linux,ubuntu,debian,sdlc,sadm[/tags]

Install Kubuntu with Ubuntu Disc

You’ve tried Ubuntu and didn’t like the GNOME? You want to install Kubuntu with KDE instead?

I’ve a good news for you! You don’t need a separate Kubuntu Disc to install Kubuntu, instead you can just install Kubuntu right from your default Ubuntu Disc provided that you’ve a fast internet connection.

What you need to do is install the “kubuntu-desktop” package from synaptic or console apt-get :

sudo apt-get install kubuntu-desktop

and Ubuntu will take care the rest. To use Kubuntu, you just need to log out from your Ubuntu GNOME desktop, and click the Options to change it to KDE, log-in again, and then you’ll be officially inside Kubuntu.

Have fun trying out this trick!

Full length Website Screenshot with khtml2png

Today I read that two bloggers has been recommending Webshots , a freeware application to take full length website screenshot in Microsoft Windows and is unavailable to users of other operating system such as GNU/Linux, *BSD and Solaris.

khtml2png is a free software application which can also take full length website screenshot like Webshots does, except it works on unix like platform such as GNU/Linux and flavors of BSD.

The software depends on libkhtml (from kdelibs KDE project) to render website and ‘convert’ from ImageMagick to create the actual screenshot.

Originally the software can only output screenshot in lossless PNG format, but the latest version however is able to support as many output format as ImageMagick support including jpg, gif, png and bmp to suit your needs.

Please refer to khtml2png website for sample website screenshot produced by khtml2png.

Get Ubuntu Repositories on DVD

Having Ubuntu Repositories on DVD is handy if for some reason you can’t get connected to the internet or your connection slow to download favorite application.

There’s an Indonesian website which offer Ubuntu repositories (main, restricted, universe, dan multiverse) on DVD, which means that you would not have to be connected to the internet in order to download application anymore.

All you need to do is to download the DVD images using jigdo, and find the means to burn those DVD. Then to use the DVD, you only have to enter this line at the terminal :

sudo apt-cdrom add

Which Ubuntu will prompt you to insert the DVD (in no particular order), wait until apt -cdrom finish scanning the repo and repeat this step for each of the DVDs.

Finally you can browse all the application inside the DVD repositories by browsing Synaptic, and install them.

The downloads can be obtained at http://wiki.ubuntu-id.org/DistribusiDvdReposUbuntu . Please refer to the Jigdo tutorial if you don’t know how to use it in order to download the DVD.

Have a nice day.

[tags]ubuntu,linux,debian,jigdo,repository,repositories[/tags]

youtube-dl – handy for downloading youtube videos in Linux

Every once a while you may come across youtube videos on the internet, this service enable easy? video sharing among internet users. However, youtube seems to discourage it users from downloading the videos to their computer.

This? is rather annoying because you’ve to bookmark the video url in your browser in case if you want to watch it again, plus having to wait for the video to download to your computer. The video will be in Flash Video format FLV, which can be played using Mplayer or any compatible Flash Video Player you can find in the internet
Thank god there’s youtube-dl , a small utility written in python which ease up downloading youtube videos. The tool is easy to use with the only requirement is only the python interpreter which can be immediately found in any modern GNU/Linux distro.

Once you downloaded? youtube-dl, all you need to do is run it :

python youtube-dl http://youtube.com/watch?v=yEiML_9NNYA

Of course there’s some video’s in youtube meant for 13 years and above users, so youtube-dl has an option to specify username and password too.

python youtube-dl -u yourname -p mypasswd http://youtube.com/watch?v=yEiML_9NNYA

Because youtube-dl was written in python, it can be used in any operating system platform provided the platform has python interpreter installed including Windows, Mac OS X or any Unix-based platform for that matter.

You can download youtube-dl from it’s creator website.

[tags]youtube,flash,flash videos,flash video,video,sharing,linux, flv,windows[/tags]

GetGnuLinux.org – Informational website about Linux

GetGnuLinux.org is an informational website about GNU/Linux operating system. The website is simple and easy to navigate and written to accomodate non-technical people. The website answer questions such as “What is Linux?”, “Why not Windows?” and how to switch from Windows to Linux in “Making the Switch”.

The website explains the advantages and disadvantages of using GNU/Linux operating system in in layman terms to help people make decisions whether GNU/Linux operating system is right for them or not. The website also has an FAQ section which answers common questions about GNU/Linux operating system and free software.

I like the way GetGnuLinux.org website was organised with simple layout and theme,it emphasis simplicity to the web users.

[tags]linux,gnu/linux,advocate,free software, open source,opensource[/tags]