<?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'><id>tag:blogger.com,1999:blog-5172425325820790650</id><updated>2009-09-22T01:04:58.316-07:00</updated><title type='text'>Dummy Stories</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://dummystories.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5172425325820790650/posts/default'/><link rel='alternate' type='text/html' href='http://dummystories.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Narasimha Raju Naidu</name><uri>http://www.blogger.com/profile/02470749043071388308</uri><email>narasimharaju.safewlabs@gmail.com</email></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>10</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-5172425325820790650.post-1508107599235227407</id><published>2009-01-19T02:46:00.000-08:00</published><updated>2009-06-24T00:21:07.544-07:00</updated><title type='text'>How to extract .rar files in Ubuntu</title><content type='html'>Hi All,&lt;br /&gt;&lt;br /&gt;          I have tried the following steps, and it works smoothly on Ubuntu, hope this little contribution can help you in installing and setting up for extracting .rar files.&lt;br /&gt;&lt;br /&gt;        In order to extract .rar files in Ubuntu we need Unrar. Inorder to install Unrar use the following command:&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;sudo aptitude install unrar&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;       Now use the following command to extract .rar files&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;unrar x your_file_name.rar&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Extracting from your_file_name.rar&lt;br /&gt;&lt;br /&gt;Extracting  your_file_name.rar                             OK&lt;br /&gt;&lt;br /&gt;All OK&lt;br /&gt;&lt;br /&gt;All The Best&lt;br /&gt;&lt;br /&gt;Narasimha Raju. Naidu&lt;br /&gt;India&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5172425325820790650-1508107599235227407?l=dummystories.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dummystories.blogspot.com/feeds/1508107599235227407/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=5172425325820790650&amp;postID=1508107599235227407' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5172425325820790650/posts/default/1508107599235227407'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5172425325820790650/posts/default/1508107599235227407'/><link rel='alternate' type='text/html' href='http://dummystories.blogspot.com/2009/01/how-to-extract-rar-files-in-ubuntu.html' title='How to extract .rar files in Ubuntu'/><author><name>Narasimha Raju Naidu</name><uri>http://www.blogger.com/profile/02470749043071388308</uri><email>narasimharaju.safewlabs@gmail.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='17579308719963062326'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5172425325820790650.post-4152597195129707439</id><published>2008-11-20T21:27:00.000-08:00</published><updated>2009-06-24T00:22:42.072-07:00</updated><title type='text'>How To Install And Setup PostgreSQL for Ubuntu</title><content type='html'>Hi All,&lt;br /&gt;&lt;br /&gt;          I have tried the following steps, and it works smoothly on Ubuntu, hope this little contribution can help you in installing and setting up PostgreSQL.&lt;br /&gt;&lt;br /&gt;PostgreSQL:&lt;br /&gt;PostgreSQL is a powerful, open source relational database system. It has more than 15 years of active development and a proven architecture that has earned it a strong reputation for reliability, data integrity, and correctness. It runs on all major operating systems, including Linux, UNIX (AIX, BSD, HP-UX, SGI IRIX, Mac OS X, Solaris, Tru64), and Windows. It is fully ACID compliant, has full support for foreign keys, joins, views, triggers, and stored procedures (in multiple languages). It includes most SQL92 and SQL99 data types, including INTEGER, NUMERIC, BOOLEAN, CHAR, VARCHAR, DATE, INTERVAL, and TIMESTAMP. It also supports storage of binary large objects, including pictures, sounds, or video. It has native programming interfaces for C/C++, Java, .Net, Perl, Python, Ruby, Tcl, ODBC, among others, and exceptional documentation.&lt;br /&gt;&lt;br /&gt;Installation Instructions&lt;br /&gt;&lt;br /&gt;Download:&lt;br /&gt;&lt;br /&gt;Download latest version of PostgreSQL from the following link for linux&lt;br /&gt;&lt;br /&gt;http://www.enterprisedb.com/products/pgdownload.do#linux&lt;br /&gt;&lt;br /&gt;After downloading change the downloaded file mode using the following command&lt;br /&gt;&lt;br /&gt;sudo chmod a+x file_name.bin&lt;br /&gt;&lt;br /&gt;Installation&lt;br /&gt;&lt;br /&gt;use the following command&lt;br /&gt;&lt;br /&gt;sudo ./file_name.bin&lt;br /&gt;&lt;br /&gt;Follow the instructions and i will lead to install sucessfully.&lt;br /&gt;&lt;br /&gt;All The Best,&lt;br /&gt;&lt;br /&gt;Narasimha Raju. Naidu&lt;br /&gt;India&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5172425325820790650-4152597195129707439?l=dummystories.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dummystories.blogspot.com/feeds/4152597195129707439/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=5172425325820790650&amp;postID=4152597195129707439' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5172425325820790650/posts/default/4152597195129707439'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5172425325820790650/posts/default/4152597195129707439'/><link rel='alternate' type='text/html' href='http://dummystories.blogspot.com/2008/11/how-to-install-and-setup-postgresql-for.html' title='How To Install And Setup PostgreSQL for Ubuntu'/><author><name>Narasimha Raju Naidu</name><uri>http://www.blogger.com/profile/02470749043071388308</uri><email>narasimharaju.safewlabs@gmail.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='17579308719963062326'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5172425325820790650.post-8504425361819568305</id><published>2008-11-07T02:57:00.000-08:00</published><updated>2009-06-24T00:23:13.964-07:00</updated><title type='text'>How To .bin File on Ubuntu(Linux)</title><content type='html'>Hi,&lt;br /&gt;&lt;br /&gt;I have tried the following steps, and it works smoothly on Ubuntu.&lt;br /&gt;&lt;br /&gt;1. open terminal&lt;br /&gt;2. sudo chmod a+x name_of_the_file.bin&lt;br /&gt;3. ./name_of_the_file.bin&lt;br /&gt;&lt;br /&gt;then following instructions displayed on terminal.&lt;br /&gt;&lt;br /&gt;All The Best,&lt;br /&gt;&lt;br /&gt;Narasimha Raju.&lt;br /&gt;India&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5172425325820790650-8504425361819568305?l=dummystories.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dummystories.blogspot.com/feeds/8504425361819568305/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=5172425325820790650&amp;postID=8504425361819568305' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5172425325820790650/posts/default/8504425361819568305'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5172425325820790650/posts/default/8504425361819568305'/><link rel='alternate' type='text/html' href='http://dummystories.blogspot.com/2008/11/how-to-bin-file.html' title='How To .bin File on Ubuntu(Linux)'/><author><name>Narasimha Raju Naidu</name><uri>http://www.blogger.com/profile/02470749043071388308</uri><email>narasimharaju.safewlabs@gmail.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='17579308719963062326'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5172425325820790650.post-3839810842750146822</id><published>2008-10-13T08:54:00.000-07:00</published><updated>2009-06-24T00:23:49.855-07:00</updated><title type='text'>How to get Windows Fonts with wine</title><content type='html'>Hi,&lt;br /&gt;&lt;br /&gt; I have tried the following steps, and it works smoothly on Ubuntu, hope this little contribution can help you in better view using wine.&lt;br /&gt;&lt;br /&gt; According to the wine docs it's just a matter of copying windows fonts into  c:\windows\fonts which, as far as I can tell, is located in/usr/share/wine/fonts/.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;All The Best,&lt;br /&gt;&lt;br /&gt;Narasimha Raju.&lt;br /&gt;India.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5172425325820790650-3839810842750146822?l=dummystories.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dummystories.blogspot.com/feeds/3839810842750146822/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=5172425325820790650&amp;postID=3839810842750146822' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5172425325820790650/posts/default/3839810842750146822'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5172425325820790650/posts/default/3839810842750146822'/><link rel='alternate' type='text/html' href='http://dummystories.blogspot.com/2008/10/how-to-get-windows-fonts-with-wine.html' title='How to get Windows Fonts with wine'/><author><name>Narasimha Raju Naidu</name><uri>http://www.blogger.com/profile/02470749043071388308</uri><email>narasimharaju.safewlabs@gmail.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='17579308719963062326'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5172425325820790650.post-8094466906780181004</id><published>2008-09-26T20:48:00.000-07:00</published><updated>2009-06-24T00:24:37.775-07:00</updated><title type='text'>How To Install VLC Player for Ubuntu</title><content type='html'>Hi,&lt;br /&gt;&lt;br /&gt;             I have tried the following steps, and it works smoothly on Ubuntu, hope this little contribution can help you in installing VLC Player.&lt;br /&gt;&lt;br /&gt;             The VLC media player is an open source media player, distributed under the GNU General Public License.&lt;br /&gt;             It is a highly portable multimedia player that supports many audio and video codecs and file formats as well as DVDs, VCDs and various streaming protocols.&lt;br /&gt;             It is able to stream over networks and to transcode multimedia files and save them into various different formats.&lt;br /&gt;&lt;br /&gt;            It is one of the most platform-independent players available, with versions for Linux, Microsoft Windows, Mac OS X, BeOS, BSD, Windows CE, and Solaris.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Install VLC Media player in Ubuntu&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;        &lt;span style="font-weight: bold; color: rgb(51, 102, 255);"&gt;sudo apt-get update&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;        &lt;span style="font-weight: bold; color: rgb(51, 102, 255);"&gt;sudo apt-get install vlc vlc-plugin-esd&lt;/span&gt;&lt;br /&gt;&lt;br /&gt; This will complete the installation&lt;br /&gt;&lt;br /&gt; If you want to open VLC You need to go to &lt;span style="font-weight: bold;"&gt;Applications&lt;/span&gt;—&gt;&lt;span style="font-weight: bold;"&gt;Sound&amp;amp;Video&lt;/span&gt;—&gt;&lt;span style="font-weight: bold;"&gt;VLC Media Player&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;All The Best,&lt;br /&gt;&lt;br /&gt;Narasimha Raju.&lt;br /&gt;INDIA&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5172425325820790650-8094466906780181004?l=dummystories.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dummystories.blogspot.com/feeds/8094466906780181004/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=5172425325820790650&amp;postID=8094466906780181004' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5172425325820790650/posts/default/8094466906780181004'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5172425325820790650/posts/default/8094466906780181004'/><link rel='alternate' type='text/html' href='http://dummystories.blogspot.com/2008/09/how-to-install-vlc-player-for-ubuntu.html' title='How To Install VLC Player for Ubuntu'/><author><name>Narasimha Raju Naidu</name><uri>http://www.blogger.com/profile/02470749043071388308</uri><email>narasimharaju.safewlabs@gmail.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='17579308719963062326'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5172425325820790650.post-3450832994051180105</id><published>2008-09-26T04:32:00.000-07:00</published><updated>2009-06-24T00:25:25.548-07:00</updated><title type='text'>How To Install Real Player 11 for Ubuntu</title><content type='html'>Hi,&lt;br /&gt;&lt;br /&gt;             I have tried the following steps, and it works smoothly on Ubuntu 8.04,  hope this little contribution can help you installing Real Player 11.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;         1) Download Realplayer RPM from the following link:&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;http://www.real.com/linux/?pageid=unagi.14934565.wrapper&amp;amp;pageregion=footer&amp;amp;src=realplayer_com&amp;amp;pcode=rn&amp;amp;opage=realplayer_com&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;       &lt;span style="font-weight: bold;"&gt;2) Conver this RPM to debian package you need alien. To know how to install alien please visit:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;http://dummystories.blogspot.com/2008/09/installing-rpmred-hat-package-manager.html&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;        &lt;span style="font-weight: bold;"&gt;3) After converting RPM to debian package, right click on deb package and select "Open With GDebi Package Installer".&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;    After finishing installation, you can enjoy Real Player features.&lt;br /&gt;&lt;br /&gt;All The Best,&lt;br /&gt;&lt;br /&gt;Narasimha Raju.&lt;br /&gt;INDIA&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5172425325820790650-3450832994051180105?l=dummystories.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dummystories.blogspot.com/feeds/3450832994051180105/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=5172425325820790650&amp;postID=3450832994051180105' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5172425325820790650/posts/default/3450832994051180105'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5172425325820790650/posts/default/3450832994051180105'/><link rel='alternate' type='text/html' href='http://dummystories.blogspot.com/2008/09/how-to-install-real-player-11-for.html' title='How To Install Real Player 11 for Ubuntu'/><author><name>Narasimha Raju Naidu</name><uri>http://www.blogger.com/profile/02470749043071388308</uri><email>narasimharaju.safewlabs@gmail.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='17579308719963062326'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5172425325820790650.post-5193479034146867733</id><published>2008-09-24T22:34:00.000-07:00</published><updated>2009-06-24T00:26:19.928-07:00</updated><title type='text'>How To Install Opera Web Browser in Ubuntu</title><content type='html'>Hi,&lt;br /&gt;&lt;br /&gt;   If you want to install opera Web browser you need to edit your /etc/apt/sources.list file and enter the source list and save your file.&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt; &lt;/span&gt;&lt;span style="font-weight: bold;"&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;sudo gedit /etc/apt/sources.list&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;add&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;&lt;br /&gt;  &lt;/span&gt;&lt;span style="color: rgb(51, 102, 255); font-weight: bold;"&gt;deb http://archive.canonical.com/ubuntu dapper-commercial main&lt;/span&gt;&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;save and quit.&lt;span style="font-weight: bold;"&gt;&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;Now you need to update your source list&lt;span style="font-weight: bold;"&gt;&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;&lt;br /&gt;     &lt;span style="color: rgb(51, 102, 255);"&gt;sudo apt-get update&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 102, 102);"&gt;Install Opera in Ubuntu&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;      &lt;span style="color: rgb(51, 102, 255);"&gt;sudo apt-get install opera&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;After finishing the installation if you want to open opera go to &lt;span style="color: rgb(51, 204, 0); font-weight: bold;"&gt;Applications&lt;/span&gt;—&gt;&lt;span style="color: rgb(51, 204, 0); font-weight: bold;"&gt;Internet&lt;/span&gt;–&gt; and you can see &lt;span style="font-weight: bold;"&gt;&lt;span style="font-weight: bold;"&gt;&lt;span style="color: rgb(255, 102, 102);"&gt;Opera Web Browser&lt;/span&gt;.&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;All The Best&lt;br /&gt;&lt;br /&gt;Narasimha Raju.&lt;br /&gt;INDIA&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;&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/5172425325820790650-5193479034146867733?l=dummystories.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dummystories.blogspot.com/feeds/5193479034146867733/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=5172425325820790650&amp;postID=5193479034146867733' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5172425325820790650/posts/default/5193479034146867733'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5172425325820790650/posts/default/5193479034146867733'/><link rel='alternate' type='text/html' href='http://dummystories.blogspot.com/2008/09/how-to-install-opera-web-browser-in.html' title='How To Install Opera Web Browser in Ubuntu'/><author><name>Narasimha Raju Naidu</name><uri>http://www.blogger.com/profile/02470749043071388308</uri><email>narasimharaju.safewlabs@gmail.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='17579308719963062326'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5172425325820790650.post-1117492932100411294</id><published>2008-09-23T20:37:00.000-07:00</published><updated>2009-06-24T00:26:52.237-07:00</updated><title type='text'>How To Install Microsoft Internet Explorer for Linux</title><content type='html'>Hi,&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;                  I have tried the following steps, and it works smoothly on Ubuntu 8.04,  hope this little contribution can help you installing IE 6 on your machine.&lt;br /&gt;&lt;br /&gt;               We can install IE on the following Linux Flavors&lt;br /&gt;&lt;br /&gt;                                               1. Ubuntu, Kubuntu, Xubuntu&lt;br /&gt;                                               2. Fedora&lt;br /&gt;                     3. Gentoo&lt;br /&gt;                     4. Debian&lt;br /&gt;                     5. Suse&lt;br /&gt;                     6. Mandriva&lt;br /&gt;                     7. PCLinuxOS&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;1. Ubuntu, Kubuntu, Xubuntu&lt;/span&gt;&lt;br /&gt;              You have to enable universe packages first. It is also recommended that you use the official winehq ubuntu package:&lt;br /&gt;  &lt;br /&gt;            1) Open a terminal&lt;br /&gt;            2) Open /etc/apt/sources.list using&lt;br /&gt;                            &lt;span style="font-weight: bold;"&gt;sudo gedit /etc/apt/sources.list&lt;br /&gt;&lt;/span&gt;               3) Uncomment (or add) following lines:&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;                    deb http://us.archive.ubuntu.com/ubuntu edgy universe&lt;/span&gt;&lt;br /&gt;            4) Add this line:&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;                       deb http://wine.budgetdedicated.com/apt edgy main&lt;br /&gt;&lt;/span&gt;               5) Close gedit. Update and install wine and cabextract:&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;  i)  &lt;span style="font-size:85%;"&gt;wget -q http://wine.budgetdedicated.com/apt/387EE263.gpg -O- | sudo apt-key add -&lt;/span&gt;&lt;br /&gt;  ii) sudo apt-get update&lt;br /&gt;  iii) sudo apt-get install wine cabextract.&lt;br /&gt;         &lt;/span&gt;&lt;span&gt;6) Download IEs 4 Linux and install&lt;br /&gt;&lt;span style="font-weight: bold;font-size:85%;" &gt;       i) &lt;/span&gt;&lt;span style="font-weight: bold;font-size:78%;" &gt;&lt;span style="font-size:85%;"&gt;wget http://www.tatanka.com.br/ies4linux/downloads/ies4linux-latest.tar.gz&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;     ii) tar zxvf ies4linux-latest.tar.gz&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;      iii) cd ies4linux-*&lt;/span&gt;&lt;br /&gt;    &lt;span style="font-weight: bold;"&gt;iv)&lt;/span&gt; ./ies4linux&lt;br /&gt;&lt;br /&gt;Note for Dapper users: if you use ubuntu dapper, replace edgy with dapper on lines above. Note for Feisty users (7.04): if you use ubuntu Feisty, replace edgy with feisty in the lines above. Also replace gedit with kedit if running Kubuntu instead of Ubuntu.&lt;br /&gt;&lt;br /&gt;For "Fiesty" K/Ubuntu Users (and 64-bit "Fiesty): http://www.winehq.org/site/download-deb&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;2. Fedoro&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;          Open a terminal. Log in as root to install wine and cabextract&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;        1)&lt;span style="font-weight: bold;"&gt; yum -y install wine*&lt;br /&gt;&lt;/span&gt;           2) &lt;span style="font-weight: bold;"&gt;yum -y install cabextract&lt;span style="font-weight: bold;"&gt;&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;         Logout and install IEs 4 Linux with your normal user account:&lt;span style="font-weight: bold;"&gt;&lt;span style="font-weight: bold;"&gt;&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;&lt;br /&gt;   &lt;span style="font-size:85%;"&gt;    &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:85%;"&gt;3) &lt;/span&gt;&lt;span style="font-weight: bold;"&gt;&lt;span style="font-weight: bold;"&gt;&lt;span style="font-weight: bold;"&gt;&lt;span style="font-size:85%;"&gt;wget http://www.tatanka.com.br/ies4linux/downloads/ies4linux-latest.tar.gz&lt;/span&gt;&lt;br /&gt;      &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;4) &lt;span style="font-weight: bold;"&gt;&lt;span style="font-weight: bold;"&gt;&lt;span style="font-weight: bold;"&gt;tar zxvf ies4linux-latest.tar.gz&lt;br /&gt;      &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;5) &lt;span style="font-weight: bold;"&gt;&lt;span style="font-weight: bold;"&gt;&lt;span style="font-weight: bold;"&gt;cd ies4linux-*&lt;br /&gt;      &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;6) &lt;span style="font-weight: bold;"&gt;&lt;span style="font-weight: bold;"&gt;&lt;span style="font-weight: bold;"&gt;./ies4linux&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;3. Gentoo&lt;br /&gt;&lt;br /&gt;      &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Open a terminal. Log in as root to install wine and cabextract:&lt;span style="font-weight: bold;"&gt;&lt;span style="font-weight: bold;"&gt;&lt;span style="font-weight: bold;"&gt;&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;           &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;1) &lt;span style="font-weight: bold;"&gt;&lt;span style="font-weight: bold;"&gt;&lt;span style="font-weight: bold;"&gt;&lt;span style="font-weight: bold;"&gt;emerge wine cabextract&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;          Logout and install IEs 4 Linux with your normal user account:&lt;br /&gt;&lt;br /&gt;              2) &lt;span style="font-size:85%;"&gt;&lt;span style="font-weight: bold;"&gt;wget http://www.tatanka.com.br/ies4linux/downloads/ies4linux-latest.tar.gz&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;              3) &lt;span style="font-weight: bold;"&gt;tar zxvf ies4linux-latest.tar.gz&lt;/span&gt;&lt;br /&gt;              4) &lt;span style="font-weight: bold;"&gt;cd ies4linux-*&lt;/span&gt;&lt;br /&gt;              5) &lt;span style="font-weight: bold;"&gt;./ies4linux&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;4. Debian&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;    &lt;/span&gt;&lt;/span&gt;Debian Sarge needs some steps before you install IEs4Linux:&lt;br /&gt;   1) You need a rather recent wine and libxxf86dga1, get it from backports.org: in           &lt;span style="font-weight: bold;"&gt;/etc/apt/sources.list&lt;/span&gt;, add:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;#wine&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;deb http://wine.sourceforge.net/apt/ binary/&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;#backports&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;deb http://www.backports.org/debian/ sarge-backports main&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;  2) Login as root and do:&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;              apt-get update&lt;br /&gt;           apt-get install wine libxxf86dga1 libxxf86vm1 cabextract&lt;br /&gt;&lt;/span&gt;     3) Logout and login with a user account. Download and install IEs4Linux:&lt;br /&gt;          i)  &lt;span style="font-size:85%;"&gt;&lt;span style="font-weight: bold;"&gt;wget http://www.tatanka.com.br/ies4linux/downloads/ies4linux-latest.tar.gz&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;         ii) &lt;span style="font-weight: bold;"&gt;tar zxvf ies4linux-latest.tar.gz&lt;/span&gt;&lt;br /&gt;        iii) &lt;span style="font-weight: bold;"&gt;cd ies4linux-*&lt;/span&gt;&lt;br /&gt;        iv) &lt;span style="font-weight: bold;"&gt;./ies4linux&lt;br /&gt;&lt;br /&gt;4. Suse&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;           Instructions for SLED 10 from Novell.&lt;span style="font-weight: bold;"&gt;&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;Step 1 - Add the Wine repository and package:&lt;br /&gt;&lt;span style="font-size:85%;"&gt;           i) rpm --import http://software.opensuse.org/openSUSE-Build-Service.asc  &lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;          ii) &lt;/span&gt;&lt;span style="font-size:85%;"&gt;rug sa http://software.opensuse.org/download/Emulators:/Wine/SLE-10/ "Wine Repository"&lt;br /&gt;&lt;/span&gt;       iii) rug sub "Wine Repository"&lt;br /&gt;rug install wine&lt;br /&gt;&lt;br /&gt;Step 2 - Insure cabextract is installed:&lt;br /&gt;    rug install cabextract&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;NOTE: cabextract is usually installed by default, it may return a message which states it is already installed or no new version is available.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Step 3 - Download and run IEs4Linux: &lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="font-weight: bold;"&gt;          i) wget http://www.tatanka.com.br/ies4linux/downloads/ies4linux-latest.tar.gz&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-weight: bold;"&gt;       ii) tar zxvf ies4linux-latest.tar.gz&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;      iii) cd ies4linux-*&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;      iv) ./ies4linux&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;5. Mandriva&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;Instructions for Mandriva 2007.&lt;br /&gt;&lt;br /&gt;1) Open a terminal&lt;br /&gt;&lt;br /&gt;2) First, let's install cabextract and wine (as root):&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;su&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;urpmi wine cabextract&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;exit&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;3) Install IEs4Linux (as normal user):&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="font-weight: bold;"&gt;          i) wget http://www.tatanka.com.br/ies4linux/downloads/ies4linux-latest.tar.gz&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;       ii) tar zxvf ies4linux-latest.tar.gz&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;      iii)cd ies4linux-*&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;      iv) ./ies4linux&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;6. PCLinux&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;Instructions for PCLinuxOS 2007.&lt;br /&gt;&lt;br /&gt;1) Open a terminal&lt;br /&gt;&lt;br /&gt;2) First, let's install cabextract and wine (as root):&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;su -&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;apt-get install wine cabextract&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;exit&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;3) Install IEs4Linux (as normal user):&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="font-weight: bold;"&gt;         i) wget http://www.tatanka.com.br/ies4linux/downloads/ies4linux-latest.tar.gz&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-weight: bold;"&gt;      ii) tar zxvf ies4linux-latest.tar.gz&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;     iii) cd ies4linux-*&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;     iv) ./ies4linux&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;&lt;/span&gt;&lt;/span&gt;All The Best&lt;br /&gt;&lt;br /&gt;Narasimha Raju.&lt;br /&gt;INDIA&lt;span style="font-weight: bold;"&gt;&lt;span style="font-weight: bold;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-weight: bold;"&gt;&lt;span style="font-weight: bold;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;"&gt;&lt;/span&gt;&lt;span style="font-weight: bold;"&gt;&lt;span style="font-weight: bold;"&gt;&lt;span style="font-weight: bold;"&gt;&lt;span style="font-weight: bold;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&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/5172425325820790650-1117492932100411294?l=dummystories.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dummystories.blogspot.com/feeds/1117492932100411294/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=5172425325820790650&amp;postID=1117492932100411294' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5172425325820790650/posts/default/1117492932100411294'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5172425325820790650/posts/default/1117492932100411294'/><link rel='alternate' type='text/html' href='http://dummystories.blogspot.com/2008/09/hi-i-have-tried-following-steps-and-it.html' title='How To Install Microsoft Internet Explorer for Linux'/><author><name>Narasimha Raju Naidu</name><uri>http://www.blogger.com/profile/02470749043071388308</uri><email>narasimharaju.safewlabs@gmail.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='17579308719963062326'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5172425325820790650.post-7165517557261569646</id><published>2008-09-22T20:32:00.000-07:00</published><updated>2009-06-24T00:27:58.109-07:00</updated><title type='text'>Installing RPM(Red Hat Package Manager) for Ubuntu</title><content type='html'>Hi,&lt;br /&gt;&lt;br /&gt;       If you have an rpm file for a package you wish to install, and if you cannot find a .deb debian package in any of the Ubuntu repositories or elsewhere, you can use the alien package converter application to install the .rpm file.&lt;br /&gt;&lt;br /&gt;Before we must and should know &lt;span style="font-weight: bold;"&gt;"What is Alien?"&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;     Alien is a program that converts between the rpm, dpkg, stampede slp, and slackware tgz file formats. If you want to use a package from another distribution than the one you have installed on your system, you can use alien to convert it to your preferred package format and install it.&lt;br /&gt;&lt;br /&gt;    Despite the large version number, alien is still (and will probably always be) rather experimental software. It has been used by many people for many years, but there are still many bugs and limitations.&lt;br /&gt;&lt;br /&gt;     Alien should not be used to replace important system packages, like sysvinit, shared libraries, or other things that are essential for the functioning of your system. Many of these packages are set up differently by Debian and Red Hat, and packages from the different distributions cannot be used interchangably. In general, if you can’t uninstall the package without breaking your system, don’t try to replace it with an alien version.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Instructions for Installing RPM Files Using Alien&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;Installing Alien&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;    You can install alien itself from the Ubuntu Universe repository by adding the repository to your list of sources and doing:&lt;br /&gt;&lt;br /&gt;         &lt;span style="color: rgb(51, 102, 255);"&gt;$sudo apt-get update&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;          $sudo apt-get install alien&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 102, 102);"&gt;Installing the .rpm file&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;     To install the .rpm file, you first need to convert it to a .deb file which can be installed on Ubuntu.I assume that you downloaded the package to your Desktop (~/Desktop is the directory)&lt;br /&gt;    You can convert the .rpm to a .deb by using the following commands.&lt;br /&gt;&lt;br /&gt;       &lt;span style="color: rgb(51, 102, 255);"&gt;$cd ~/Desktop&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;This will change the directory to your desktop, where you have the .rpm file.&lt;br /&gt;&lt;br /&gt;     &lt;span style="color: rgb(51, 102, 255);"&gt;  $sudo alien -k name-of-rpm-file.rpm&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;This will convert the .rpm to a .deb.&lt;br /&gt;The “-k” will keep the version number. Otherwise alien adds a “1″ to the version number.&lt;br /&gt;&lt;br /&gt;     &lt;span style="color: rgb(51, 102, 255);"&gt; $sudo dpkg -i name-of-deb-file.deb&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;This will install the .deb package.&lt;br /&gt;&lt;br /&gt;Try reading the alien manpage for more details on how to convert other kinds of packages and the options available.&lt;br /&gt;&lt;br /&gt;All The Best&lt;br /&gt;&lt;br /&gt;Narasimha Raju.&lt;br /&gt;INDIA&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5172425325820790650-7165517557261569646?l=dummystories.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dummystories.blogspot.com/feeds/7165517557261569646/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=5172425325820790650&amp;postID=7165517557261569646' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5172425325820790650/posts/default/7165517557261569646'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5172425325820790650/posts/default/7165517557261569646'/><link rel='alternate' type='text/html' href='http://dummystories.blogspot.com/2008/09/installing-rpmred-hat-package-manager.html' title='Installing RPM(Red Hat Package Manager) for Ubuntu'/><author><name>Narasimha Raju Naidu</name><uri>http://www.blogger.com/profile/02470749043071388308</uri><email>narasimharaju.safewlabs@gmail.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='17579308719963062326'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5172425325820790650.post-2872863330406391312</id><published>2008-09-22T01:50:00.000-07:00</published><updated>2009-06-24T00:28:21.737-07:00</updated><title type='text'>How to install Java and Tomcat6 for Ubuntu</title><content type='html'>&lt;span style="font-family:verdana;"&gt;hi,&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;     I have tried the following steps, and it works smoothly on Ubuntu 8.04, hope this little contribution can help you installing Java and setting your tomcat server.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Step 1. Download the latest Tomcat to your desktop: http://tomcat.apache.org/download-60.cgi , then run&lt;br /&gt;&lt;br /&gt;       sudo tar zxvf apache-tomcat-6.0.10.tar.gz (or name of the latest downloaded tomcat .gz file).&lt;br /&gt;       sudo cp -R apache-tomcat-6.0.10  /usr/share/tomcat6   (or name of the unziped tomcat file).&lt;br /&gt;&lt;br /&gt;Step 2. Setting JAVA environment&lt;br /&gt;Download the latest J2SE SDK from http://java.sun.com/javase/downloads/index.jsp, and run&lt;br /&gt;sudo chmod +x *.bin&lt;br /&gt;sudo sh ./jdk*.bin&lt;br /&gt;&lt;br /&gt;Executing the .bin file creates a folder on your desktop named jdk1.6.0_01(or latest java version folder).&lt;br /&gt;Rename that folder to Java6u1. Now move that folder to /usr/lib&lt;br /&gt;&lt;br /&gt;sudo mv Java6u1 /usr/lib&lt;br /&gt;sudo update-alternatives --install /usr/bin/java java /usr/lib/Java6u1/bin/java 300&lt;br /&gt;sudo update-alternatives --config java&lt;br /&gt;&lt;br /&gt;1 /usr/lib/Java6u1/bin/java&lt;br /&gt;2 /usr/bin/gij-wrapper-4.1&lt;br /&gt;3 /usr/lib/jvm/java-gcj/jre/bin/java&lt;br /&gt;&lt;br /&gt;    you will get a list that looks like above. now select that we recently copied one. here option 1.&lt;br /&gt;&lt;br /&gt;Step 3. Setting the following environment /etc/environment&lt;br /&gt;       sudo gedit /etc/environment,&lt;br /&gt;then insert and save two lines:&lt;br /&gt;                 CLASSPATH=.:/usr/lib/Java6u1/bin (or latest path based on your naming )&lt;br /&gt;                 JAVA_HOME=/usr/lib/Java6u1 (or latest path based on your naming)&lt;br /&gt;&lt;br /&gt;Step 4: Tomcat needs to set JAVA_HOME or JRE_HOME to execute.&lt;br /&gt;Open the follow document and edit the lines：&lt;br /&gt;&lt;br /&gt;          sudo gedit ~/.bashrc&lt;br /&gt;then place the following lines in:&lt;br /&gt;&lt;br /&gt;export JAVA_HOME=/usr/lib/Java6u1 ( or your latest path based on your naming)&lt;br /&gt;export PATH=$PATH:$JAVA_HOME/bin&lt;br /&gt;&lt;br /&gt;Step 5: Start and stop tomcat&lt;br /&gt;Now start your tomcat:&lt;br /&gt;          sudo /usr/share/tomcat6/bin/./startup.sh&lt;br /&gt;Type "http://localhost:8080" in your browser. If you see the tomcat welcome page, your tomcat is running smoothly.&lt;br /&gt;If you are installing below 5.5 version, please try 8180.&lt;br /&gt;&lt;br /&gt;Stopping tomcat:&lt;br /&gt;                sudo /usr/share/tomcat6/bin/./shutdown.sh&lt;br /&gt;&lt;br /&gt;Step 6: Tomcat administrator setting&lt;br /&gt;Edit this document:&lt;br /&gt;sudo gedit /usr/share/tomcat6/conf/tomcat-users.xml&lt;br /&gt;before  insert this line:&lt;br /&gt;&lt;user username="your username" password="your password" roles="admin,manager"&gt;&lt;br /&gt;Save and restart your tomcat. You can login to your tomcat admin by using your new set id and password now.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;All The Best&lt;br /&gt;&lt;br /&gt;Narasimha Raju.&lt;br /&gt;INDIA&lt;/user&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5172425325820790650-2872863330406391312?l=dummystories.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dummystories.blogspot.com/feeds/2872863330406391312/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=5172425325820790650&amp;postID=2872863330406391312' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5172425325820790650/posts/default/2872863330406391312'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5172425325820790650/posts/default/2872863330406391312'/><link rel='alternate' type='text/html' href='http://dummystories.blogspot.com/2008/09/how-to-install-java-and-tomcat6-for.html' title='How to install Java and Tomcat6 for Ubuntu'/><author><name>Narasimha Raju Naidu</name><uri>http://www.blogger.com/profile/02470749043071388308</uri><email>narasimharaju.safewlabs@gmail.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='17579308719963062326'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>1</thr:total></entry></feed>