Using UML in linux :)

Umbrello UML Modeller
Umbrello UML Modeller is a Unified Modelling Language diagram programme for KDE. UML allows you to create diagrams of software and other systems in a standard format. Is a standard program with almost all linux OS by default. Umbrello is part of KDE which means it comes with all GNU/Linux distributions.
Open Umbrello:

run command
Umbrello

Installation:

Download
tar [...]

Best Program to write CD’s/DVD’s in Linux

K3b is a comfortable CD/DVD writing suite for Linux/KDE.
yum install k3b.i386 (recommended) or download
Using K3B GUI:

Make Audio CD
Data DVD
Data CD
Copy CD/DVD
Image file

Frendly GUI, very easy to use and work with.

ISO image to CD/DVD

[root@localhost govath]# cdrecord dev=help
Now write to disk:
[root@localhost govath]# cdrecord -v -eject speed=8 dev=0,1,0 test.iso
In this example:

-v is verbose
-eject ejects the disk when finished
-speed specifies write speed (8)
-dev is the device number (0,1,0) obtained from cdrecord -scanbus
Last is the name of the image being burned (test.iso)

Other way:
Check if you have xcdroast.
Run->xcdroast.
or
yum install xcdroast.i386
Using XCdRoast GUI:

[...]