<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-3796618218188250713</id><updated>2011-07-07T23:02:03.738-07:00</updated><title type='text'>Peeths Workspace</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://peeths-workspace.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3796618218188250713/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://peeths-workspace.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Peeths</name><uri>http://www.blogger.com/profile/05011076475419313781</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>12</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-3796618218188250713.post-2025042032428838569</id><published>2010-10-09T09:28:00.001-07:00</published><updated>2010-10-09T09:28:47.277-07:00</updated><title type='text'>Restoring Debian Lenny Grub</title><content type='html'>Boot the machine using the installation-media (in your case dvd), &lt;br /&gt;On the boot menu&lt;br /&gt;Choose advanced options &lt;br /&gt;Choose rescue.&lt;br /&gt;you`ll get the usual questions of installation (language, keyboard...) and some stuff will be loaded.&lt;br /&gt;Select the appropriate options till you get the Shell&lt;br /&gt;then you`ll be asked the device you wanna use as root file-system (where / of debian is installed ) and next what you wanna &lt;br /&gt;&lt;br /&gt;do. Then enter the command grub, you will get the grub prompt&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;select the root filesystem mounted to '/' &lt;br /&gt;then &lt;br /&gt;grub&lt;br /&gt;grub&gt;setup (hd0)&lt;br /&gt;grub&gt;quit&lt;br /&gt;exit&lt;br /&gt;&lt;br /&gt;restart the machine and enjoy&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3796618218188250713-2025042032428838569?l=peeths-workspace.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://peeths-workspace.blogspot.com/feeds/2025042032428838569/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://peeths-workspace.blogspot.com/2010/10/restoring-debian-lenny-grub.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3796618218188250713/posts/default/2025042032428838569'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3796618218188250713/posts/default/2025042032428838569'/><link rel='alternate' type='text/html' href='http://peeths-workspace.blogspot.com/2010/10/restoring-debian-lenny-grub.html' title='Restoring Debian Lenny Grub'/><author><name>Peeths</name><uri>http://www.blogger.com/profile/05011076475419313781</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3796618218188250713.post-5973778293386647416</id><published>2009-11-12T00:35:00.000-08:00</published><updated>2009-11-12T02:12:49.108-08:00</updated><title type='text'>Trriple Boot: Windows Debian CentOS</title><content type='html'>Hi All, &lt;br /&gt;&lt;br /&gt;    Dual or Tripple booting with Linux is very simple and easy nowadays. You dont have to worry about multiple kernels or anything.&lt;br /&gt;&lt;br /&gt;    Here I have used Debian 5.0.1 Lenny x64, CentOS 5.4 X64 and WinXP. This can be used for any other linux distrubution.&lt;br /&gt;    First you have to install windoze on to your disk, this is becuse it overwrites the what ever there in the MBR.&lt;br /&gt;    Linux only just added its entry to the MBR that, it. isn't that cool .... :)&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;    I have given 50GB for Windoze, and this I have made as the primary partition. Then i made the rest of the space as the &lt;br /&gt;    extended partition, and created 7 logical partition inside the extended partition.&lt;br /&gt;    This is because a harddisk can have only 4 primary partition or 3 primary partition and one extended partition and in the &lt;br /&gt;    extended partition you have upto 15 partition.&lt;br /&gt;&lt;br /&gt;    now I have the below listed partitions available and how I allocated them for my Operating Systems.&lt;br /&gt;&lt;br /&gt;    /dev/sda1 - Windoze ( primary )&lt;br /&gt;    /dev/sda2 - for both the Linux OS's ( extended partition )&lt;br /&gt;&lt;br /&gt;    /dev/sda3 and /dev/sda4 is been kept reserved names for the any primary partition created in future&lt;br /&gt;    so the next partition inside the extended partition starts with /dev/sda5&lt;br /&gt;  &lt;br /&gt;    /dev/sda5  - /boot ( Debian )&lt;br /&gt;    /dev/sda6  - /home ( Debian )&lt;br /&gt;    /dev/sda7  - /     ( Debian )&lt;br /&gt;    /dev/sda8  - swap  ( Debian and CentOS ) this swap partition is shared by the 2 OS&lt;br /&gt;    /dev/sda9  - /boot ( CentOS )&lt;br /&gt;    /dev/sda10 - /home ( CentOS )&lt;br /&gt;    /dev/sda11 - /     ( CentOS )&lt;br /&gt;     &lt;br /&gt;&lt;br /&gt;    And now I installed Debian, becuase I want debian's grub to have all the etries for other OS. Linux is smart enough to&lt;br /&gt;    detect the windows entry in the MBR and what it does is. It will over the MBR but wont forget to add the windoze entry&lt;br /&gt;    to it . So now When the system boots I have Debian Kernels and Windoze XP to make a choice to boot.&lt;br /&gt;&lt;br /&gt;    And now the we need to have the third OS on the machine, Here comes the tricky part. I will be installing CentOS as my third OS&lt;br /&gt;    Put the instalation DVD and start the install. At the sage when you need to install the grub , choose an option to install grub&lt;br /&gt;    somewhere else other than the MBR, I choosed to install them in my /boot partition of CentOS. because nothing will disturb it :).&lt;br /&gt;    so once the installation is completed and reboots it will show you the Debian boot loader, which has the entry for&lt;br /&gt;    Debian and Windoze. boot into debian and have to manually edit the menu.lst inside /boot/grub/&lt;br /&gt;&lt;br /&gt;    go to the /boot/grub/ directory and edith the menu.lst file and make this addition&lt;br /&gt;    title CentOS_5.4-x86_64&lt;br /&gt;    root (hd0,8) # Remeber that it count from 0 so (hd0,8) means /dev/sda9&lt;br /&gt;    chainloader +1&lt;br /&gt;&lt;br /&gt;    So now what you have is , when you boot the machine you wil get the debian boot loader with the option for&lt;br /&gt;    1) Debian Kernel&lt;br /&gt;    2) Debian Kernel ( single user mode )&lt;br /&gt;    3) CentOS_5.4-x86_64&lt;br /&gt;    4) Microsoft Windowx XP professional&lt;br /&gt;&lt;br /&gt;    Now when you select CentOS , you will now get the boot loader of CentOS ant can boot to any CentOS Kernel.&lt;br /&gt;&lt;br /&gt;    The same way you can use more number of Linux Distro installed in one machine.&lt;br /&gt;&lt;br /&gt;    Please let me know your Comments.&lt;br /&gt;&lt;br /&gt;Thanks&lt;br /&gt;Peeths&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3796618218188250713-5973778293386647416?l=peeths-workspace.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://peeths-workspace.blogspot.com/feeds/5973778293386647416/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://peeths-workspace.blogspot.com/2009/11/trriple-boot-windows-debian-centos.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3796618218188250713/posts/default/5973778293386647416'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3796618218188250713/posts/default/5973778293386647416'/><link rel='alternate' type='text/html' href='http://peeths-workspace.blogspot.com/2009/11/trriple-boot-windows-debian-centos.html' title='Trriple Boot: Windows Debian CentOS'/><author><name>Peeths</name><uri>http://www.blogger.com/profile/05011076475419313781</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3796618218188250713.post-2801165706340809197</id><published>2009-04-20T00:47:00.000-07:00</published><updated>2009-04-20T01:01:18.938-07:00</updated><title type='text'>Recovering Ubuntu After Installing Windows</title><content type='html'>This option will use the Desktop/Live CD to install Grub into your MBR (Master Boot Record). This option will overwrite your Windows Boot Loader. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;1. Boot the Desktop/Live CD. (Use Ubuntu 8.04 or later) &lt;br /&gt;&lt;br /&gt;2. Open a terminal (Applications -&gt; Accessories -&gt; Terminal) &lt;br /&gt;&lt;br /&gt;3. Start grub as root with the following command : &lt;br /&gt;&lt;br /&gt;&lt;span style="font-style:italic;"&gt;&lt;span style="font-weight:bold;"&gt;sudo grub&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;4. You will get a grub prompt (see below) which we will use to find the root partition and install grub to the MBR (hd0) &lt;br /&gt;&lt;span style="font-style:italic;"&gt;&lt;br /&gt;         &lt;span style="font-weight:bold;"&gt;[ Minimal BASH-like line editing is supported.   For&lt;br /&gt;         the   first   word,  TAB  lists  possible  command&lt;br /&gt;         completions.  Anywhere else TAB lists the possible&lt;br /&gt;         completions of a device/filename. ]&lt;br /&gt;&lt;br /&gt;grub&gt;&lt;/span&gt;&lt;span style="font-weight:bold;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Type the following and press enter: &lt;br /&gt;&lt;br /&gt;&lt;span style="font-style:italic;"&gt;&lt;span style="font-weight:bold;"&gt;find /boot/grub/stage1&lt;/span&gt;&lt;span style="font-weight:bold;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;If you get "Error 15: File not found", try the following:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;find /grub/stage1&lt;/span&gt;&lt;span style="font-style:italic;"&gt;&lt;span style="font-weight:bold;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Using this information, set the root device (fill in X,Y with whatever the find command returned): &lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;grub&gt; root (hdX,Y)&lt;/span&gt;&lt;span style="font-style:italic;"&gt;&lt;span style="font-weight:bold;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Exit Grub: &lt;br /&gt;&lt;br /&gt;&lt;span style="font-style:italic;"&gt;&lt;span style="font-weight:bold;"&gt;grub&gt; quit&lt;/span&gt;&lt;span style="font-weight:bold;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;5. Reboot (to hard drive). Grub should be installed and both Ubuntu and Windows should have been automatically detected. &lt;br /&gt;&lt;br /&gt;6. If, after installing grub, Windows will not boot you may need to edit /boot/grub/menu.lst (That is a small "L" and not the number 1 in menu.lst) &lt;br /&gt;&lt;br /&gt;Open a terminal and enter :&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style:italic;"&gt; &lt;span style="font-weight:bold;"&gt;gksu gedit /boot/grub/menu.lst&lt;/span&gt;&lt;span style="font-weight:bold;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Or, in Kubuntu: &lt;br /&gt;&lt;br /&gt;&lt;span style="font-style:italic;"&gt; &lt;span style="font-weight:bold;"&gt;kdesu kate /boot/grub/menu.lst&lt;/span&gt;&lt;span style="font-weight:bold;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Your Windows stanza should look something like this : &lt;br /&gt;&lt;br /&gt;&lt;span style="font-style:italic;"&gt;&lt;span style="font-weight:bold;"&gt;title Windows XP/Vista # You can use any title you wish, this will appear on your grub boot menu&lt;br /&gt; rootnoverify (hd0,0) #(hd0,0) will be most common, you may need to adjust accordingly&lt;br /&gt; makeactive&lt;br /&gt; chainloader +1&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3796618218188250713-2801165706340809197?l=peeths-workspace.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://peeths-workspace.blogspot.com/feeds/2801165706340809197/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://peeths-workspace.blogspot.com/2009/04/recovering-ubuntu-after-installing.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3796618218188250713/posts/default/2801165706340809197'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3796618218188250713/posts/default/2801165706340809197'/><link rel='alternate' type='text/html' href='http://peeths-workspace.blogspot.com/2009/04/recovering-ubuntu-after-installing.html' title='Recovering Ubuntu After Installing Windows'/><author><name>Peeths</name><uri>http://www.blogger.com/profile/05011076475419313781</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3796618218188250713.post-3026797730870480899</id><published>2009-04-03T06:55:00.000-07:00</published><updated>2009-04-03T06:56:43.710-07:00</updated><title type='text'>Reliance Netconnect USB card on Linux - Howto</title><content type='html'>&lt;span style="font-weight:bold;"&gt;Execute everything as root&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Check your card is recognized by the kernel&lt;br /&gt;&lt;br /&gt;Code:&lt;br /&gt;# cat /proc/bus/usb/devices&lt;br /&gt;&lt;br /&gt;.....&lt;br /&gt;.....&lt;br /&gt;T: Bus=02 Lev=01 Prnt=01 Port=05 Cnt=02 Dev#= 4 Spd=12 MxCh= 0&lt;br /&gt;D: Ver= 1.01 Cls=00(&gt;ifc ) Sub=00 Prot=00 MxPS=16 #Cfgs= 1&lt;br /&gt;P: Vendor=12d1 ProdID=1001 Rev= 0.00&lt;br /&gt;S: Manufacturer=Huawei Technologies&lt;br /&gt;S: Product=Huawei Mobile&lt;br /&gt;S: SerialNumber=HUAWEI EC3X1&lt;br /&gt;C:* #Ifs= 2 Cfg#= 1 Atr=e0 MxPwr=100mA&lt;br /&gt;I: If#= 0 Alt= 0 #EPs= 3 Cls=ff(vend.) Sub=ff Prot=ff Driver=pl2303&lt;br /&gt;E: Ad=81(I) Atr=03(Int.) MxPS= 16 Ivl=128ms&lt;br /&gt;E: Ad=8a(I) Atr=02(Bulk) MxPS= 64 Ivl=0ms&lt;br /&gt;E: Ad=0b(O) Atr=02(Bulk) MxPS= 64 Ivl=0ms&lt;br /&gt;I: If#= 1 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=ff Prot=ff Driver=pl2303&lt;br /&gt;E: Ad=83(I) Atr=02(Bulk) MxPS= 64 Ivl=0ms&lt;br /&gt;E: Ad=06(O) Atr=02(Bulk) MxPS= 64 Ivl=0ms&lt;br /&gt;.....&lt;br /&gt;.....&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Now modprobe the driver&lt;br /&gt;&lt;br /&gt;Code:&lt;br /&gt;# modprobe usbserial vendor=0x12d1 product=0x1001&lt;br /&gt;&lt;br /&gt;Should get something like this with dmesg&lt;br /&gt;Code:&lt;br /&gt;# dmesg&lt;br /&gt;[ 2315.412106] usbcore: registered new interface driver usbserial&lt;br /&gt;[ 2315.412508] drivers/usb/serial/usb-serial.c: USB Serial support registered for generic&lt;br /&gt;[ 2315.461938] usbcore: registered new interface driver usbserial_generic&lt;br /&gt;[ 2315.461945] drivers/usb/serial/usb-serial.c: USB Serial Driver core&lt;br /&gt;[ 2315.480382] drivers/usb/serial/usb-serial.c: USB Serial support registered for pl2303&lt;br /&gt;[ 2315.480414] pl2303 2-6:1.0: pl2303 converter detected&lt;br /&gt;[ 2315.480608] usb 2-6: pl2303 converter now attached to ttyUSB0&lt;br /&gt;[ 2315.480620] pl2303 2-6:1.1: pl2303 converter detected&lt;br /&gt;[ 2315.480691] usb 2-6: pl2303 converter now attached to ttyUSB1&lt;br /&gt;&lt;br /&gt;Now edit your wvdial.conf file&lt;br /&gt;&lt;br /&gt;Code&lt;br /&gt;# vi /etc/wvdial.conf&lt;br /&gt;&lt;br /&gt;[Modem0]&lt;br /&gt;Modem = /dev/ttyUSB0&lt;br /&gt;Baud = 115200&lt;br /&gt;SetVolume = 0&lt;br /&gt;Dial Command = ATDT&lt;br /&gt;Init1 = ATZ&lt;br /&gt;FlowControl = Hardware (CRTSCTS)&lt;br /&gt;[Dialer cdma]&lt;br /&gt;Username = You Phone Number Here&lt;br /&gt;Password = Your Password ... usually same as your phone number&lt;br /&gt;Phone = #777&lt;br /&gt;Stupid Mode = 1&lt;br /&gt;Inherits = Modem0&lt;br /&gt;&lt;br /&gt;Now run wvdial&lt;br /&gt;&lt;br /&gt;Code:&lt;br /&gt;# wvdial cdma&lt;br /&gt;--&gt; WvDial: Internet dialer version 1.56&lt;br /&gt;--&gt; Cannot get information for serial port.&lt;br /&gt;--&gt; Initializing modem.&lt;br /&gt;--&gt; Sending: ATZ&lt;br /&gt;ATZ&lt;br /&gt;OK&lt;br /&gt;--&gt; Modem initialized.&lt;br /&gt;--&gt; Sending: ATDT#777&lt;br /&gt;--&gt; Waiting for carrier.&lt;br /&gt;ATDT#777&lt;br /&gt;CONNECT 230400&lt;br /&gt;--&gt; Carrier detected. Starting PPP immediately.&lt;br /&gt;--&gt; Starting pppd at Sat Mar 3 22:55:20 2007&lt;br /&gt;--&gt; Pid of pppd: 24314&lt;br /&gt;--&gt; Using interface ppp0&lt;br /&gt;--&gt; local IP address 220.226.50.126&lt;br /&gt;--&gt; remote IP address 97.239.2.10&lt;br /&gt;--&gt; primary DNS address 202.138.103.100&lt;br /&gt;--&gt; secondary DNS address 202.138.96.2&lt;br /&gt;&lt;br /&gt;Thats it ... you are now connected&lt;br /&gt;Ensure that your internet traffic goes through your "Modem"&lt;br /&gt;In Ubuntu ... this can be done @ System-&gt;Administration-&gt;Networking&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3796618218188250713-3026797730870480899?l=peeths-workspace.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://peeths-workspace.blogspot.com/feeds/3026797730870480899/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://peeths-workspace.blogspot.com/2009/04/reliance-netconnect-usb-card-on-linux.html#comment-form' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3796618218188250713/posts/default/3026797730870480899'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3796618218188250713/posts/default/3026797730870480899'/><link rel='alternate' type='text/html' href='http://peeths-workspace.blogspot.com/2009/04/reliance-netconnect-usb-card-on-linux.html' title='Reliance Netconnect USB card on Linux - Howto'/><author><name>Peeths</name><uri>http://www.blogger.com/profile/05011076475419313781</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3796618218188250713.post-2682096260912693200</id><published>2009-03-07T12:04:00.000-08:00</published><updated>2009-03-07T12:16:45.446-08:00</updated><title type='text'>Jboss and Tomcat port config in Fedora 10</title><content type='html'>I had face many issues while trying to configure multiple server my fedora machine from outside, like&lt;br /&gt;&lt;br /&gt;I have a Fedora 10 machine as a dedicated server, in which I run Jboss and Tomcat server all the time , since there was a conflict between the port of these 2 servers (Both servers use the port 8080 for http), I had to change the port for one server . I decided that I will change the tomcat server port , because it is just a webserver and Jboss is an application server. So I change the server port of Tomcat from 8080 to 9090 (I changed the port in the tomcat server.xml file, This file reside in the folder $CATALINA_HOME\conf\ and restart the server). and I use 9090 for weapps and 8080 for applications .&lt;br /&gt;&lt;br /&gt;The next issue that I faced was the issue with the accessing the port from a different machine using the machine IP or name. The http protocol was not able to access the port both 8080 and 9090 , it was blocked by the IP address.&lt;br /&gt;&lt;br /&gt;Then I flushed out the iptables in Fedora (use command iptables -F as root), the issue solved, but that was not a permanent solution. You need to flush out iptables when ever you restart your machine. and also all the ports will be open for the outside world and which is not good . Later I found the solution. You have to edit the iptables settings.&lt;br /&gt;&lt;br /&gt;open the file /etc/sysconfig/iptables, and add the following line&lt;br /&gt;&lt;br /&gt;-A INPUT -m state --state NEW -m tcp -p tcp --dport 8080 -j ACCEPT&lt;br /&gt;-A INPUT -m state --state NEW -m tcp -p tcp --dport 9090 -j ACCEPT&lt;br /&gt;&lt;br /&gt;Here 8080 is for Jboss and 9090 is for the Tomcat server and thus the issue is solved.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3796618218188250713-2682096260912693200?l=peeths-workspace.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://peeths-workspace.blogspot.com/feeds/2682096260912693200/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://peeths-workspace.blogspot.com/2009/03/jboss-and-tomcat-port-config-in-fedora.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3796618218188250713/posts/default/2682096260912693200'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3796618218188250713/posts/default/2682096260912693200'/><link rel='alternate' type='text/html' href='http://peeths-workspace.blogspot.com/2009/03/jboss-and-tomcat-port-config-in-fedora.html' title='Jboss and Tomcat port config in Fedora 10'/><author><name>Peeths</name><uri>http://www.blogger.com/profile/05011076475419313781</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3796618218188250713.post-1894780165979250489</id><published>2009-02-02T07:02:00.000-08:00</published><updated>2009-02-02T07:31:30.664-08:00</updated><title type='text'>upgrading Fedora from previous version</title><content type='html'>When upgrading fedora from any previous version (not clean install). All the previous packages wont be erased. This might lead to a conflict between the packages while running other applications.&lt;br /&gt;&lt;br /&gt;It can be done and it is easy to remove some older files. Use yum-complete-transaction utility from yum-utils or use "package-cleanup --cleandupes"&lt;br /&gt;&lt;br /&gt;install yum-utils first&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3796618218188250713-1894780165979250489?l=peeths-workspace.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://peeths-workspace.blogspot.com/feeds/1894780165979250489/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://peeths-workspace.blogspot.com/2009/02/upgrading-fedora-from-previous-version.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3796618218188250713/posts/default/1894780165979250489'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3796618218188250713/posts/default/1894780165979250489'/><link rel='alternate' type='text/html' href='http://peeths-workspace.blogspot.com/2009/02/upgrading-fedora-from-previous-version.html' title='upgrading Fedora from previous version'/><author><name>Peeths</name><uri>http://www.blogger.com/profile/05011076475419313781</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3796618218188250713.post-6698597930492315082</id><published>2009-02-02T04:39:00.001-08:00</published><updated>2009-02-02T04:39:43.383-08:00</updated><title type='text'>first charecter to upper case</title><content type='html'>public class Sample {&lt;br /&gt;&lt;br /&gt; /**&lt;br /&gt;  * @param args&lt;br /&gt;  */&lt;br /&gt; public static void main(String[] args) {&lt;br /&gt;  // TODO Auto-generated method stub&lt;br /&gt;  String abc = "hello";&lt;br /&gt;  abc = Character.toUpperCase(abc.charAt(0)) + abc.substring(1);&lt;br /&gt;  System.out.println(abc);&lt;br /&gt;&lt;br /&gt; }&lt;br /&gt;}&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3796618218188250713-6698597930492315082?l=peeths-workspace.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://peeths-workspace.blogspot.com/feeds/6698597930492315082/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://peeths-workspace.blogspot.com/2009/02/first-charecter-to-upper-case.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3796618218188250713/posts/default/6698597930492315082'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3796618218188250713/posts/default/6698597930492315082'/><link rel='alternate' type='text/html' href='http://peeths-workspace.blogspot.com/2009/02/first-charecter-to-upper-case.html' title='first charecter to upper case'/><author><name>Peeths</name><uri>http://www.blogger.com/profile/05011076475419313781</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3796618218188250713.post-8800713269227996539</id><published>2009-01-30T21:36:00.000-08:00</published><updated>2009-01-30T21:51:20.647-08:00</updated><title type='text'>F10 Howto for the rpmfusion nvidia drivers</title><content type='html'>&lt;span style="font-weight:bold;"&gt;For GeForce 6, 7, 8, 9 &amp; 200 series cards&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Code:&lt;br /&gt;&lt;br /&gt;su&lt;br /&gt;rpm -Uvh http://ftp-stud.hs-esslingen.de/pub/Mirrors/rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm http://ftp-stud.hs-esslingen.de/pub/Mirrors/rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm&lt;br /&gt;&lt;br /&gt;yum install kmod-nvidia xorg-x11-drv-nvidia-libs.i386 xorg-x11-drv-nvidia-libs.x86_64&lt;br /&gt;reboot&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;Or (akmod builds the required kmod on bootup )&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Code:&lt;br /&gt;&lt;br /&gt;su&lt;br /&gt;rpm -Uvh http://ftp-stud.hs-esslingen.de/pub/Mirrors/rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm http://ftp-stud.hs-esslingen.de/pub/Mirrors/rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm&lt;br /&gt;yum install akmod-nvidia xorg-x11-drv-nvidia-libs.i386 xorg-x11-drv-nvidia-libs.x86_64&lt;br /&gt;reboot&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;For GeForce FX cards&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Code:&lt;br /&gt;&lt;br /&gt;su&lt;br /&gt;rpm -Uvh http://ftp-stud.hs-esslingen.de/pub/Mirrors/rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm http://ftp-stud.hs-esslingen.de/pub/Mirrors/rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm&lt;br /&gt;yum install kmod-nvidia-173xx xorg-x11-drv-nvidia-173xx-libs.i386 xorg-x11-drv-nvidia-173xx-libs.x86_64&lt;br /&gt;reboot&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;Or (akmod builds the required kmod on bootup )&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Code:&lt;br /&gt;&lt;br /&gt;su&lt;br /&gt;rpm -Uvh http://ftp-stud.hs-esslingen.de/pub/Mirrors/rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm http://ftp-stud.hs-esslingen.de/pub/Mirrors/rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm&lt;br /&gt;yum install akmod-nvidia-173xx xorg-x11-drv-nvidia-173xx-libs.i386 xorg-x11-drv-nvidia-173xx-libs.x86_64&lt;br /&gt;reboot&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;For GeForce 4 and below&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;Code:&lt;br /&gt;&lt;br /&gt;su&lt;br /&gt;rpm -Uvh http://ftp-stud.hs-esslingen.de/pub/Mirrors/rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm http://ftp-stud.hs-esslingen.de/pub/Mirrors/rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm&lt;br /&gt;yum install kmod-nvidia-96xx xorg-x11-drv-nvidia-96xx-libs&lt;br /&gt;reboot&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;Or (akmod builds the required kmod on bootup )&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Code:&lt;br /&gt;&lt;br /&gt;su&lt;br /&gt;rpm -Uvh http://ftp-stud.hs-esslingen.de/pub/Mirrors/rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm http://ftp-stud.hs-esslingen.de/pub/Mirrors/rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm&lt;br /&gt;yum install akmod-nvidia-96xx xorg-x11-drv-nvidia-96xx-libs&lt;br /&gt;reboot&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;&lt;br /&gt;Unsuported&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;RIVA TNT&lt;br /&gt;RIVA TNT2/TNT2 Pro&lt;br /&gt;RIVA TNT2 Ultra&lt;br /&gt;Vanta/Vanta LT&lt;br /&gt;RIVA TNT2 Model 64/Model 64 Pro&lt;br /&gt;Aladdin TNT2&lt;br /&gt;GeForce 256&lt;br /&gt;GeForce DDR&lt;br /&gt;Quadro&lt;br /&gt;GeForce2 GTS/GeForce2 Pro&lt;br /&gt;GeForce2 Ti&lt;br /&gt;GeForce2 Ultra&lt;br /&gt;Quadro2 Pro&lt;br /&gt;&lt;br /&gt;Supported an Unsupported Nvidia cards&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;You may need to edit xorg.conf for compiz to work.&lt;br /&gt;&lt;br /&gt;Code:&lt;br /&gt;&lt;br /&gt;su&lt;br /&gt;gedit /etc/X11/xorg.conf&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;and add&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;For 32 bit&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Code:&lt;br /&gt;&lt;br /&gt;Section "Files"&lt;br /&gt; ModulePath   "/usr/lib/xorg/modules/extensions/nvidia"&lt;br /&gt; ModulePath   "/usr/lib/xorg/modules/drivers"&lt;br /&gt; ModulePath   "/usr/lib/xorg/modules"&lt;br /&gt;EndSection&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;&lt;br /&gt;For 64 bit&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Code:&lt;br /&gt;&lt;br /&gt;Section "Files"&lt;br /&gt; ModulePath   "/usr/lib64/xorg/modules/extensions/nvidia"&lt;br /&gt; ModulePath   "/usr/lib64/xorg/modules/drivers"&lt;br /&gt; ModulePath   "/usr/lib64/xorg/modules"&lt;br /&gt;EndSection&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3796618218188250713-8800713269227996539?l=peeths-workspace.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://peeths-workspace.blogspot.com/feeds/8800713269227996539/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://peeths-workspace.blogspot.com/2009/01/f10-howto-for-rpmfusion-nvidia-drivers.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3796618218188250713/posts/default/8800713269227996539'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3796618218188250713/posts/default/8800713269227996539'/><link rel='alternate' type='text/html' href='http://peeths-workspace.blogspot.com/2009/01/f10-howto-for-rpmfusion-nvidia-drivers.html' title='F10 Howto for the rpmfusion nvidia drivers'/><author><name>Peeths</name><uri>http://www.blogger.com/profile/05011076475419313781</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3796618218188250713.post-192536156850730605</id><published>2009-01-30T21:26:00.000-08:00</published><updated>2009-01-30T21:30:41.792-08:00</updated><title type='text'>Installing Flash Plugin for Firefox</title><content type='html'>&lt;span style="font-weight:bold;"&gt;&lt;br /&gt;  Adobe&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style:italic;"&gt;Create the file in the repository folder&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;su -c 'rpm -ivh http://linuxdownload.adobe.com/adobe-release/adobe-release-i386-1.0-1.noarch.rpm'&lt;br /&gt;&lt;br /&gt;    * When that has been installed edit the repo file to look like the following. &lt;br /&gt;&lt;br /&gt;su -c 'gedit /etc/yum.repos.d/adobe-linux-i386.repo'&lt;br /&gt;&lt;br /&gt;[adobe-linux-i386]&lt;br /&gt;name=Adobe Systems Incorporated&lt;br /&gt;baseurl=http://linuxdownload.adobe.com/linux/i386/&lt;br /&gt;enabled=0&lt;br /&gt;gpgcheck=1&lt;br /&gt;gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linux&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;* Install the Flash Plugin&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;su -c 'yum install flash-plugin'&lt;br /&gt;* If you don't hear audio during playback of flash video just install packet called libflashsupport&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;su -c 'yum install libflashsupport'&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;&lt;br /&gt;Installation without Adobe repository: Install Flash Player 10:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;su -c 'rpm -ivh http://fpdownload.macromedia.com/get/flashplayer/current/flash-plugin-10.0.12.36-release.i386.rpm'&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;&lt;br /&gt;* 64bit Flash&lt;/span&gt;&lt;br /&gt;Make sure to uninstall flash-plugin, libflashsupport and nspluginwrapper before you do these steps&lt;br /&gt;&lt;br /&gt;wget http://download.macromedia.com/pub/l...6_64.so.tar.gz&lt;br /&gt;tar xvzf libflashplayer-10.0.d20.7.linux-x86_64.so.tar.gz -C ~/usr/lib64/mozilla/plugins&lt;br /&gt;&lt;br /&gt;restart Firefox&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3796618218188250713-192536156850730605?l=peeths-workspace.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://peeths-workspace.blogspot.com/feeds/192536156850730605/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://peeths-workspace.blogspot.com/2009/01/installing-flash-plugin-for-firefox.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3796618218188250713/posts/default/192536156850730605'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3796618218188250713/posts/default/192536156850730605'/><link rel='alternate' type='text/html' href='http://peeths-workspace.blogspot.com/2009/01/installing-flash-plugin-for-firefox.html' title='Installing Flash Plugin for Firefox'/><author><name>Peeths</name><uri>http://www.blogger.com/profile/05011076475419313781</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3796618218188250713.post-6750473672203510875</id><published>2009-01-13T04:00:00.000-08:00</published><updated>2009-01-15T03:15:22.001-08:00</updated><title type='text'>Virtual Box in Fedora &amp; Ubuntu</title><content type='html'>&lt;meta equiv="Content-Type" content="text/html; charset=utf-8"&gt;&lt;meta name="ProgId" content="Word.Document"&gt;&lt;meta name="Generator" content="Microsoft Word 11"&gt;&lt;meta name="Originator" content="Microsoft Word 11"&gt;&lt;link rel="File-List" href="file:///C:%5CDOCUME%7E1%5Ca385078%5CLOCALS%7E1%5CTemp%5Cmsohtml1%5C03%5Cclip_filelist.xml"&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;  &lt;w:worddocument&gt;   &lt;w:view&gt;Normal&lt;/w:View&gt;   &lt;w:zoom&gt;0&lt;/w:Zoom&gt;   &lt;w:punctuationkerning/&gt;   &lt;w:validateagainstschemas/&gt;   &lt;w:saveifxmlinvalid&gt;false&lt;/w:SaveIfXMLInvalid&gt;   &lt;w:ignoremixedcontent&gt;false&lt;/w:IgnoreMixedContent&gt;   &lt;w:alwaysshowplaceholdertext&gt;false&lt;/w:AlwaysShowPlaceholderText&gt;   &lt;w:compatibility&gt;    &lt;w:breakwrappedtables/&gt;    &lt;w:snaptogridincell/&gt;    &lt;w:wraptextwithpunct/&gt;    &lt;w:useasianbreakrules/&gt;    &lt;w:dontgrowautofit/&gt;   &lt;/w:Compatibility&gt;   &lt;w:browserlevel&gt;MicrosoftInternetExplorer4&lt;/w:BrowserLevel&gt;  &lt;/w:WordDocument&gt; &lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;  &lt;w:latentstyles deflockedstate="false" latentstylecount="156"&gt;  &lt;/w:LatentStyles&gt; &lt;/xml&gt;&lt;![endif]--&gt;&lt;style&gt; &lt;!--  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:""; 	margin:0in; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:"Times New Roman"; 	mso-fareast-font-family:"Times New Roman";} span.searchword0 	{mso-style-name:searchword0;} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.25in 1.0in 1.25in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;} --&gt; &lt;/style&gt;&lt;!--[if gte mso 10]&gt; &lt;style&gt;  /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Table Normal"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-parent:""; 	mso-padding-alt:0in 5.4pt 0in 5.4pt; 	mso-para-margin:0in; 	mso-para-margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:10.0pt; 	font-family:"Times New Roman"; 	mso-ansi-language:#0400; 	mso-fareast-language:#0400; 	mso-bidi-language:#0400;} &lt;/style&gt; &lt;![endif]--&gt;&lt;br /&gt;&lt;br /&gt;&lt;meta equiv="Content-Type" content="text/html; charset=utf-8"&gt;&lt;meta name="ProgId" content="Word.Document"&gt;&lt;meta name="Generator" content="Microsoft Word 11"&gt;&lt;meta name="Originator" content="Microsoft Word 11"&gt;&lt;link rel="File-List" href="file:///C:%5CDOCUME%7E1%5Ca385078%5CLOCALS%7E1%5CTemp%5Cmsohtml1%5C03%5Cclip_filelist.xml"&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;  &lt;w:worddocument&gt;   &lt;w:view&gt;Normal&lt;/w:View&gt;   &lt;w:zoom&gt;0&lt;/w:Zoom&gt;   &lt;w:punctuationkerning/&gt;   &lt;w:validateagainstschemas/&gt;   &lt;w:saveifxmlinvalid&gt;false&lt;/w:SaveIfXMLInvalid&gt;   &lt;w:ignoremixedcontent&gt;false&lt;/w:IgnoreMixedContent&gt;   &lt;w:alwaysshowplaceholdertext&gt;false&lt;/w:AlwaysShowPlaceholderText&gt;   &lt;w:compatibility&gt;    &lt;w:breakwrappedtables/&gt;    &lt;w:snaptogridincell/&gt;    &lt;w:wraptextwithpunct/&gt;    &lt;w:useasianbreakrules/&gt;    &lt;w:dontgrowautofit/&gt;   &lt;/w:Compatibility&gt;   &lt;w:browserlevel&gt;MicrosoftInternetExplorer4&lt;/w:BrowserLevel&gt;  &lt;/w:WordDocument&gt; &lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;  &lt;w:latentstyles deflockedstate="false" latentstylecount="156"&gt;  &lt;/w:LatentStyles&gt; &lt;/xml&gt;&lt;![endif]--&gt;&lt;style&gt; &lt;!--  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:""; 	margin:0in; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:"Times New Roman"; 	mso-fareast-font-family:"Times New Roman";} span.searchword0 	{mso-style-name:searchword0;} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.25in 1.0in 1.25in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;} --&gt; &lt;/style&gt;&lt;!--[if gte mso 10]&gt; &lt;style&gt;  /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Table Normal"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-parent:""; 	mso-padding-alt:0in 5.4pt 0in 5.4pt; 	mso-para-margin:0in; 	mso-para-margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:10.0pt; 	font-family:"Times New Roman"; 	mso-ansi-language:#0400; 	mso-fareast-language:#0400; 	mso-bidi-language:#0400;} &lt;/style&gt; &lt;![endif]--&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;Fedora is a Linux-based operating system that showcases the latest in free and open source software. It is a community of contributors from around the world who work with each other to advance the interests of the free culture movement.&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;The start of Fedora was with Fedora 1.0, this is the version that Red Hat has released after Red Hat 9. I was user of Red Hat Linux and then later moved on to Fedora. I have worked on Fedora 3, 5, 7, 9 and now 10. It is a great operating system. The main advantage that I see with Fedora from other Linux distribution is that, it can be used as a Server, a Desktop machine and also a learning computer for Newbie’s. I became more comfortable with Linux using Fedora only.&lt;/p&gt;&lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;br /&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;I am also using Ubuntu 8.10 Intrepid Ibex, this is first Ubuntu distribution that I am using, the advantage with Ubuntu is that, it is very user friendly; this is the best Operating system for those who just migrated from windows. Using Ubuntu, you don’t have to go to command prompt to do anything. And for any Newbie, who are more comfortable to work on the GUI more can choose Ubuntu.&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;o:p&gt;&lt;br /&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;span class="searchword0"&gt;VirtualBox&lt;/span&gt; is a family of powerful x86 virtualization products for enterprise as well as home use. VirtualBox runs on Windows, Linux, Macintosh and Open Solaris hosts and supports a large number of guest operating systems including Windows (NT 4.0, 2000, XP, Server 2003, Vista), DOS/Windows 3.x, Linux (2.4 and 2.6), Solaris and Open Solaris, and Open BSD.&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;meta equiv="Content-Type" content="text/html; charset=utf-8"&gt;&lt;meta name="ProgId" content="Word.Document"&gt;&lt;meta name="Generator" content="Microsoft Word 11"&gt;&lt;meta name="Originator" content="Microsoft Word 11"&gt;&lt;link rel="File-List" href="file:///C:%5CDOCUME%7E1%5Ca385078%5CLOCALS%7E1%5CTemp%5Cmsohtml1%5C03%5Cclip_filelist.xml"&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;  &lt;w:worddocument&gt;   &lt;w:view&gt;Normal&lt;/w:View&gt;   &lt;w:zoom&gt;0&lt;/w:Zoom&gt;   &lt;w:punctuationkerning/&gt;   &lt;w:validateagainstschemas/&gt;   &lt;w:saveifxmlinvalid&gt;false&lt;/w:SaveIfXMLInvalid&gt;   &lt;w:ignoremixedcontent&gt;false&lt;/w:IgnoreMixedContent&gt;   &lt;w:alwaysshowplaceholdertext&gt;false&lt;/w:AlwaysShowPlaceholderText&gt;   &lt;w:compatibility&gt;    &lt;w:breakwrappedtables/&gt;    &lt;w:snaptogridincell/&gt;    &lt;w:wraptextwithpunct/&gt;    &lt;w:useasianbreakrules/&gt;    &lt;w:dontgrowautofit/&gt;   &lt;/w:Compatibility&gt;   &lt;w:browserlevel&gt;MicrosoftInternetExplorer4&lt;/w:BrowserLevel&gt;  &lt;/w:WordDocument&gt; &lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;  &lt;w:latentstyles deflockedstate="false" latentstylecount="156"&gt;  &lt;/w:LatentStyles&gt; &lt;/xml&gt;&lt;![endif]--&gt;&lt;style&gt; &lt;!--  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:""; 	margin:0in; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:"Times New Roman"; 	mso-fareast-font-family:"Times New Roman";} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.25in 1.0in 1.25in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;} --&gt; &lt;/style&gt;&lt;!--[if gte mso 10]&gt; &lt;style&gt;  /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Table Normal"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-parent:""; 	mso-padding-alt:0in 5.4pt 0in 5.4pt; 	mso-para-margin:0in; 	mso-para-margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:10.0pt; 	font-family:"Times New Roman"; 	mso-ansi-language:#0400; 	mso-fareast-language:#0400; 	mso-bidi-language:#0400;} &lt;/style&gt; &lt;![endif]--&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;I have used Virtual Box on Windows and also Linux Platforms, and also I heard it works really well on Mac and Solaris. As of now, I have installed Open Solaris, Kubuntu, Ubuntu, Xubuntu, Windows XP, Open Suse 11, Mandriva 2009, and Red Hat 9. All these works pretty well and also they give good performance. &lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;o:p&gt;&lt;br /&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;The one thing that I have noticed about Virtual Box is that, since it gives a virtual Display Adapter it is not capable of running Compiz-fusion. Probably this is because the Virtual Box Adapter (emulator) is not capable of handling graphics acceleration. But other than that they are quit fine. And also if you are also considering some old Operating system also, it might be an issue. I installed Win 98 SE and Fedora Core 3 , on which the installation was successful but for FC 3 I was not able to get the UI , its dead , I am getting only a black screen. For Win 98 things are little, only issue with the drivers. In Windows 7 also the issue is with the driver, but we can still hope that in future VBox may come up with the fixes. But for FC3 and Win 98 I don’t think so .&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;meta equiv="Content-Type" content="text/html; charset=utf-8"&gt;&lt;meta name="ProgId" content="Word.Document"&gt;&lt;meta name="Generator" content="Microsoft Word 11"&gt;&lt;meta name="Originator" content="Microsoft Word 11"&gt;&lt;link rel="File-List" href="file:///C:%5CDOCUME%7E1%5Ca385078%5CLOCALS%7E1%5CTemp%5Cmsohtml1%5C05%5Cclip_filelist.xml"&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;  &lt;w:worddocument&gt;   &lt;w:view&gt;Normal&lt;/w:View&gt;   &lt;w:zoom&gt;0&lt;/w:Zoom&gt;   &lt;w:punctuationkerning/&gt;   &lt;w:validateagainstschemas/&gt;   &lt;w:saveifxmlinvalid&gt;false&lt;/w:SaveIfXMLInvalid&gt;   &lt;w:ignoremixedcontent&gt;false&lt;/w:IgnoreMixedContent&gt;   &lt;w:alwaysshowplaceholdertext&gt;false&lt;/w:AlwaysShowPlaceholderText&gt;   &lt;w:compatibility&gt;    &lt;w:breakwrappedtables/&gt;    &lt;w:snaptogridincell/&gt;    &lt;w:wraptextwithpunct/&gt;    &lt;w:useasianbreakrules/&gt;    &lt;w:dontgrowautofit/&gt;   &lt;/w:Compatibility&gt;   &lt;w:browserlevel&gt;MicrosoftInternetExplorer4&lt;/w:BrowserLevel&gt;  &lt;/w:WordDocument&gt; &lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;  &lt;w:latentstyles deflockedstate="false" latentstylecount="156"&gt;  &lt;/w:LatentStyles&gt; &lt;/xml&gt;&lt;![endif]--&gt;&lt;style&gt; &lt;!--  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:""; 	margin:0in; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:"Times New Roman"; 	mso-fareast-font-family:"Times New Roman";} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.25in 1.0in 1.25in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;} --&gt; &lt;/style&gt;&lt;!--[if gte mso 10]&gt; &lt;style&gt;  /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Table Normal"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-parent:""; 	mso-padding-alt:0in 5.4pt 0in 5.4pt; 	mso-para-margin:0in; 	mso-para-margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:10.0pt; 	font-family:"Times New Roman"; 	mso-ansi-language:#0400; 	mso-fareast-language:#0400; 	mso-bidi-language:#0400;} &lt;/style&gt; &lt;![endif]--&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;The new version of VBox (2.1) provides good support for host network interface, and it is auto configured. Once you have installed your OS inside a virtual machine (it is called guest OS and the main OS is called Host OS for me here it is Fedora and Ubuntu), then you have to install the VBox guest addition. This is in order to configure your VBox display card, sound and network (basically all drivers). The network and IP is configured automatically you can also manually configure the IP address , but there you have to be careful of entering the gateway and DNS address, or else your network wont work correctly.&lt;br /&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;br /&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align: justify;"&gt;Shared drive is something that you can configure on your guest OS from a shared folder on your host OS. If the guest OS is Windows and you have already installed the guest additions then use the command &lt;b style=""&gt;net use x: \\VBoxsvr\Shared&lt;/b&gt; (where &lt;i style=""&gt;Shared&lt;/i&gt; is the name of the directory in the Host OS that is shared , this setting can be given from the VBox main window) to access the shared directory. And if the guess OS is Linux, it is just simple way of mounting your network drive (&lt;b style=""&gt;mount //VBoxsvr/Shared /mnt/Shared_drive -o username=username, password=password&lt;/b&gt;). You can also enable the USB support for the guest OS.&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3796618218188250713-6750473672203510875?l=peeths-workspace.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://peeths-workspace.blogspot.com/feeds/6750473672203510875/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://peeths-workspace.blogspot.com/2009/01/virtual-box.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3796618218188250713/posts/default/6750473672203510875'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3796618218188250713/posts/default/6750473672203510875'/><link rel='alternate' type='text/html' href='http://peeths-workspace.blogspot.com/2009/01/virtual-box.html' title='Virtual Box in Fedora &amp; Ubuntu'/><author><name>Peeths</name><uri>http://www.blogger.com/profile/05011076475419313781</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3796618218188250713.post-9092667794606715145</id><published>2009-01-12T23:29:00.000-08:00</published><updated>2009-01-14T03:26:49.033-08:00</updated><title type='text'>Creating Custom Tag Library</title><content type='html'>JSTL is JSP Tag Library. It is the ability to define our own custom JSP tags.We design how JSP tags, its attribute and its body are intrepeted. They are called custom Tags.Thus a collection of Custom tags are called tag library. These tags can be used in any number of JSP files.they are re-usable component.It is a way that you can customise the JSP by defining own tags.&lt;br /&gt;&lt;br /&gt;There are 4 main component in defining JSTL.&lt;br /&gt;1) JSP Page&lt;br /&gt;2) Tag Handler&lt;br /&gt;3) Tag library descriptor&lt;br /&gt;4) web.xml server configuration file&lt;br /&gt;&lt;br /&gt;Tag Handler&lt;br /&gt;-----------&lt;br /&gt;The Tag handler is a Java Class. This Java Class says how to translate code into tag. It implements the javax.servlet.jsp.tagext.Tag interface. This class file will  be in the same directory as of servlets and Java Beans This is generally done by extending the TagSupport or the BodyTagSupport class.&lt;br /&gt;&lt;br /&gt;import javax.servlet.jsp.tagext.*;&lt;br /&gt;public class Example1 extends TagSupport{&lt;br /&gt;&lt;br /&gt;or&lt;br /&gt;&lt;br /&gt;public class Example1 extends javax.servlet.jsp.tagext.TagSupport{&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Tag Library descriptor&lt;br /&gt;----------------------&lt;br /&gt;The Tag library descriptor is an XML file which describes the name, class and attributes of the Tag Handler. Thus the JSP file will identify the class to the server and associate it with a particular tag name. This file will be of the extention .tld .This file contains some fixed information, an arbitrary short name for your library, a short description, and a series of tag descriptions. The URI of this tld file will be described in the JSP file with a prefix.&lt;br /&gt;&lt;br /&gt;The JSP File&lt;br /&gt;------------&lt;br /&gt;The JSP file will import the tag library referencing the URL of the descriptor file. This defines a prefix to the tld , with which the tld will be accessed. We need to define the taglib directive in the top part of the JSP file.This will be of the form&lt;br /&gt;&lt;br /&gt;&lt;%@ taglib uri "=WEB-INF/lib/Example1.tld" prefix="Example" %&gt;&lt;br /&gt;&lt;br /&gt;The uri can be absolute or relative refering to the taglibrary descriptor.&lt;br /&gt;&lt;br /&gt;Web.xml&lt;br /&gt;-------&lt;br /&gt;This is the file where the we tell the JSP file that where is our tld file is. The is the configuration file for the application to run. &lt;br /&gt;&lt;br /&gt;&lt;taglib&gt;&lt;taglib&gt;&lt;taglib-location&gt;&lt;taglib-location&gt;&lt;/taglib-location&gt;&lt;/taglib-location&gt;&lt;br /&gt;&lt;/taglib&gt;&lt;/taglib&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3796618218188250713-9092667794606715145?l=peeths-workspace.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://peeths-workspace.blogspot.com/feeds/9092667794606715145/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://peeths-workspace.blogspot.com/2009/01/creating-custom-tag-library.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3796618218188250713/posts/default/9092667794606715145'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3796618218188250713/posts/default/9092667794606715145'/><link rel='alternate' type='text/html' href='http://peeths-workspace.blogspot.com/2009/01/creating-custom-tag-library.html' title='Creating Custom Tag Library'/><author><name>Peeths</name><uri>http://www.blogger.com/profile/05011076475419313781</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3796618218188250713.post-9025831144909527510</id><published>2009-01-03T12:01:00.000-08:00</published><updated>2009-01-03T13:47:24.388-08:00</updated><title type='text'>Life of Freedom</title><content type='html'>This blog is completely on my experience on Linux and I am not there for an argument which Operating System is the best or good . Each of them has their own strengths and weakness. Here I would like to add some of experience with Linux that I found them as interesting .&lt;br /&gt;&lt;br /&gt;I have worked on Windows , Linux and Macintosh machines. The use of mac was aaahhh .. 4 years ago , so I dont want to give a comment on that . I heard the new Lepord is good and has a good look and feel. Planning to get one for myself a mac machine , but not in near future.&lt;br /&gt;&lt;br /&gt;I started my computer education on DOS and Windows 3.1 , with the black and white monitor in 1997. well for DOS the whether a color ot black and white no issues . does not make much difference. i was learning of the basics of that. Then slowly moved to Fortran , i dont even remember the syntax of it, but one thing that i remember is that, we should be putting margins on them. Then move on to windows 95 that was the time when i first saw the color monitor for computers. not much worked on Windows 95. Then moved into Windows 98 i find it cool with lot of Application , Office 97 , Games and utilities. Then i installed Mandrake Linux 8 with a dual boot . And i find that i can do the same thing which i can do in Windows . That was my first Linux Operating system .&lt;br /&gt;&lt;br /&gt;Later i moved to Redhat linux , I have used starting from Red Hat 6 to Red Hat 9. it was so good. but since i didnt had an internet connection i was not able to use the full functionality. Later When Fedora launched ( developed by the community-supported Fedora Project and sponsored by Red Hat. ) From ther onwards i was using Fedora . From 1 to now the latest Fedora 10.&lt;br /&gt;&lt;br /&gt;The main advantage that i saw in Linux is that , there is no issues like a VIrus , a Spyware or an adware. It is free . ( Here the term free means not only free of cost, but freedom to do what you want , like customising , compiling and installing software , to make the look you want and even to add a new feature on that ) .&lt;br /&gt;&lt;br /&gt;The latest cool feature that i have used is the compiz-fusion, Compiz is one of the first compositing window managers for the X Window System that uses 3D graphics hardware to create fast compositing desktop effects for window management. The effects, such as a minimization effect and a cube workspace are implemented as loadable plugins. Because it conforms to the Inter-Client Communication Conventions Manual standard, Compiz can substitute for the default Metacity in GNOME or KWin in KDE&lt;br /&gt;&lt;br /&gt;Compiz-fusion is a compositing window manager that uses 3D graphics acceleration via OpenGL. It is the result of a merge between the old Compiz community plugin set "Compiz Extras" and the parts of the Beryl project that are independent of the window manager core. Here are some screen shots of my Compiz on fedora 10.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_7wC5wkQPbc0/SV_MpJt7njI/AAAAAAAAAAc/tHaGzOl6c8M/s1600-h/Compiz-6.jpg"&gt;&lt;img style="cursor: pointer; width: 400px; height: 250px;" src="http://1.bp.blogspot.com/_7wC5wkQPbc0/SV_MpJt7njI/AAAAAAAAAAc/tHaGzOl6c8M/s400/Compiz-6.jpg" alt="" id="BLOGGER_PHOTO_ID_5287169494911524402" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_7wC5wkQPbc0/SV_PIwJ7DiI/AAAAAAAAAAs/1C4pVrOQNWM/s1600-h/Compiz-7.png"&gt;&lt;img style="cursor: pointer; width: 400px; height: 320px;" src="http://4.bp.blogspot.com/_7wC5wkQPbc0/SV_PIwJ7DiI/AAAAAAAAAAs/1C4pVrOQNWM/s400/Compiz-7.png" alt="" id="BLOGGER_PHOTO_ID_5287172236828675618" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_7wC5wkQPbc0/SV_NYSGm4DI/AAAAAAAAAAk/B_NZWEXU6nU/s1600-h/Compiz-10.png"&gt;&lt;img style="cursor: pointer; width: 400px; height: 320px;" src="http://1.bp.blogspot.com/_7wC5wkQPbc0/SV_NYSGm4DI/AAAAAAAAAAk/B_NZWEXU6nU/s400/Compiz-10.png" alt="" id="BLOGGER_PHOTO_ID_5287170304616357938" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_7wC5wkQPbc0/SV_ROwH-fjI/AAAAAAAAAA0/wTvLKhHamEw/s1600-h/Compiz-2.jpg"&gt;&lt;img style="cursor: pointer; width: 400px; height: 250px;" src="http://3.bp.blogspot.com/_7wC5wkQPbc0/SV_ROwH-fjI/AAAAAAAAAA0/wTvLKhHamEw/s400/Compiz-2.jpg" alt="" id="BLOGGER_PHOTO_ID_5287174538922982962" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_7wC5wkQPbc0/SV_KUqIYMAI/AAAAAAAAAAU/zit0NA9eYi0/s1600-h/Compiz-12.png"&gt;&lt;br /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3796618218188250713-9025831144909527510?l=peeths-workspace.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://peeths-workspace.blogspot.com/feeds/9025831144909527510/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://peeths-workspace.blogspot.com/2009/01/life-of-freedom.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3796618218188250713/posts/default/9025831144909527510'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3796618218188250713/posts/default/9025831144909527510'/><link rel='alternate' type='text/html' href='http://peeths-workspace.blogspot.com/2009/01/life-of-freedom.html' title='Life of Freedom'/><author><name>Peeths</name><uri>http://www.blogger.com/profile/05011076475419313781</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_7wC5wkQPbc0/SV_MpJt7njI/AAAAAAAAAAc/tHaGzOl6c8M/s72-c/Compiz-6.jpg' height='72' width='72'/><thr:total>0</thr:total></entry></feed>
