<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Binary Tides &#187; Ubuntu</title>
	<atom:link href="http://www.binarytides.com/blog/category/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.binarytides.com/blog</link>
	<description></description>
	<lastBuildDate>Sat, 24 Jul 2010 05:31:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Open View MS Access mdb files in Ubuntu Linux</title>
		<link>http://www.binarytides.com/blog/open-view-ms-access-mdb-files-in-ubuntu-linux/</link>
		<comments>http://www.binarytides.com/blog/open-view-ms-access-mdb-files-in-ubuntu-linux/#comments</comments>
		<pubDate>Mon, 13 Jul 2009 15:37:41 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.binarytides.com/blog/?p=177</guid>
		<description><![CDATA[MDB Viewer is a tool which can be used to open and view mdb files on Linux.
On Ubuntu it can be installed from synaptic via the command :
sudo apt-get install mdbtools-gmdb
]]></description>
			<content:encoded><![CDATA[<p>MDB Viewer is a tool which can be used to open and view mdb files on Linux.<br />
On Ubuntu it can be installed from synaptic via the command :</p>
<p>sudo apt-get install mdbtools-gmdb</p>
<img src="http://www.binarytides.com/blog/?ak_action=api_record_view&id=177&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.binarytides.com/blog/open-view-ms-access-mdb-files-in-ubuntu-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create a deb file from source on Ubuntu</title>
		<link>http://www.binarytides.com/blog/create-a-deb-file-from-source-on-ubuntu/</link>
		<comments>http://www.binarytides.com/blog/create-a-deb-file-from-source-on-ubuntu/#comments</comments>
		<pubDate>Sat, 27 Jun 2009 09:40:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.binarytides.com/blog/?p=64</guid>
		<description><![CDATA[To create a .deb package file on Ubuntu you need a utility called checkinstall.sudo apt-get install checkinstall
1. Extract the source of the application in a folder.2. Run : ./configure3. Run : make4. Now run : sudo checkinstall

checkinstall will ask for some information most of which you can skip except the version of the package being [...]]]></description>
			<content:encoded><![CDATA[<p>To create a .deb package file on Ubuntu you need a utility called checkinstall.<br />sudo apt-get install checkinstall</p>
<p>1. Extract the source of the application in a folder.<br />2. Run : ./configure<br />3. Run : make<br />4. Now run : sudo checkinstall</p>
<p><span id="more-64"></span></p>
<p>checkinstall will ask for some information most of which you can skip except the version of the package being created.</p>
<p>Once finished a .deb file would be created which can be used to install the package by simple double clicking. Packages installed from deb files will get listed in Synaptic Package Manager and can also be uninstalled very easily.</p>
<img src="http://www.binarytides.com/blog/?ak_action=api_record_view&id=64&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.binarytides.com/blog/create-a-deb-file-from-source-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Screen Resolution 1440 x 900 in Ubuntu</title>
		<link>http://www.binarytides.com/blog/screen-resolution-1440-x-900-in-ubuntu/</link>
		<comments>http://www.binarytides.com/blog/screen-resolution-1440-x-900-in-ubuntu/#comments</comments>
		<pubDate>Mon, 08 Jun 2009 15:45:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.binarytides.com/blog/?p=62</guid>
		<description><![CDATA[Ubuntu 9.04 did not detect the native resolution of my new LCD monitor which was 1440 x 900.
Fix :
1. Get the modeline for the required resolution + refresh rate using the gtf command.

desktop:~$ gtf 1440 900 75

&#60;span id=&#34;more-62&#34;&#62;&#60;/span&#62;

  # 1440x900 @ 75.00 Hz (GTF) hsync: 70.50 kHz; pclk: 136.49 MHz
  Modeline &#38;quot;1440x900_75.00&#38;quot;  [...]]]></description>
			<content:encoded><![CDATA[<p>Ubuntu 9.04 did not detect the native resolution of my new LCD monitor which was 1440 x 900.</p>
<p><strong>Fix :</strong></p>
<p>1. Get the modeline for the required resolution + refresh rate using the gtf command.</p>
<pre class="brush: cpp;">
desktop:~$ gtf 1440 900 75

&lt;span id=&quot;more-62&quot;&gt;&lt;/span&gt;

  # 1440x900 @ 75.00 Hz (GTF) hsync: 70.50 kHz; pclk: 136.49 MHz
  Modeline &amp;quot;1440x900_75.00&amp;quot;  136.49  1440 1536 1688 1936  900 901 904940  -HSync +Vsync
</pre>
<p>The modeline is to be added to the xorg.conf file at /etc/X11/xorg.conf<br />
Take a backup of the file before editing it.</p>
<p>On a fresh Ubuntu installation the file may look small like this :</p>
<pre class="brush: cpp;">
#Some comments on top
Section &quot;Monitor&quot;
 Identifier &quot;Configured Monitor&quot;
EndSection

Section &quot;Screen&quot;
 Identifier &quot;Default Screen&quot;
 Monitor  &quot;Configured Monitor&quot;
 Device  &quot;Configured Video Device&quot;
EndSection

Section &quot;Device&quot;
 Identifier &quot;Configured Video Device&quot;
EndSection

Section &quot;ServerFlags&quot;
 Option &quot;DontZap&quot; &quot;True&quot;
EndSection
</pre>
<p>Simply add the modeline to the monitor section like this :</p>
<pre class="brush: cpp;">
Section &quot;Monitor&quot;
 Identifier &quot;Configured Monitor&quot;
 Modeline &quot;1440x900_75.00&quot;  136.49  1440 1536 1688 1936  900 901 904 940  -HSync +Vsync
 Option          &quot;PreferredMode&quot; &quot;1440x900_75.00&quot;
EndSection

Section &quot;Screen&quot;
 Identifier &quot;Default Screen&quot;
 Monitor  &quot;Configured Monitor&quot;
 Device  &quot;Configured Video Device&quot;
EndSection

Section &quot;Device&quot;
 Identifier &quot;Configured Video Device&quot;
EndSection

Section &quot;ServerFlags&quot;
 Option &quot;DontZap&quot; &quot;True&quot;
EndSection
</pre>
<p>The option &#8220;PreferredMode&#8221; &#8220;1440&#215;900_75.00&#8243; is used so that it becomes the default resolution on gnome, KDE desktops and GDM and KDM i.e. the login screen. If this option is not used then there may be issues such that resolution after reboot or relogin reverts to a default like 1280 x 1200 as discussed here <a href="https://bugs.launchpad.net/kdebase/+bug/268434">Bug</a>.</p>
<p>Another fix could to be reconfigure X like : sudo dpkg-reconfigure xserver-xorg.</p>
<p>References :<br />
1. <a href="https://wiki.ubuntu.com/X/Config/Resolution">Ubuntu Resolution Configuration</a><br />
2. <a href="http://ubuntuforums.org/showthread.php?t=280683&amp;page=3">Forum</a></p>
<img src="http://www.binarytides.com/blog/?ak_action=api_record_view&id=62&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.binarytides.com/blog/screen-resolution-1440-x-900-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Top Games on Ubuntu Linux</title>
		<link>http://www.binarytides.com/blog/top-games-on-ubuntu-linux/</link>
		<comments>http://www.binarytides.com/blog/top-games-on-ubuntu-linux/#comments</comments>
		<pubDate>Sat, 02 May 2009 17:34:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.binarytides.com/blog/?p=58</guid>
		<description><![CDATA[So here is a list of games which can be played on Ubuntu.
On Ubuntu 8.10
1. TORCS &#8211; The Open Racing Car Simulator &#8211; Racing game

Install from Synaptic

2. Planet Penguin Racer &#8211; Racing Game
Install from Synaptic

3. Extreme Tux Racer &#8211; Racing Game
Install from Synaptic

4. Frozen Bubble &#8211; Puzzle Game
Install from Synaptic

5. Supertuxkart &#8211; Racing Game
Install from [...]]]></description>
			<content:encoded><![CDATA[<p>So here is a list of games which can be played on Ubuntu.</p>
<p>On Ubuntu 8.10</p>
<p>1. <a style="font-weight: bold;" href="http://torcs.sourceforge.net/">TORCS</a> &#8211; The Open Racing Car Simulator &#8211; Racing game</p>
<p><span id="more-58"></span></p>
<p>Install from Synaptic</p>
<p style="text-align: center;"><a href="http://4.bp.blogspot.com/_y5Z8wyEG7ZA/SkhPhcSEysI/AAAAAAAAADQ/le6YtLSGO8o/s1600-h/linux-game-torcs.png" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"><img id="BLOGGER_PHOTO_ID_5352615593076116162" class="aligncenter" style="border: 0pt none; margin-top: 0pt; margin-bottom: 10px; cursor: pointer; width: 320px; height: 240px;" src="http://4.bp.blogspot.com/_y5Z8wyEG7ZA/SkhPhcSEysI/AAAAAAAAADQ/le6YtLSGO8o/s320/linux-game-torcs.png" border="0" alt="" width="320" height="240" /></a></p>
<p>2. <span style="font-weight: bold;">Planet Penguin Racer</span> &#8211; Racing Game</p>
<p>Install from Synaptic</p>
<p style="text-align: center;"><a href="http://3.bp.blogspot.com/_y5Z8wyEG7ZA/SkhNX0FluCI/AAAAAAAAAC4/ylCOE8usRCk/s1600-h/ppracer.png" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"><img id="BLOGGER_PHOTO_ID_5352613228644251682" class="aligncenter" style="border: 0pt none; margin-top: 0pt; margin-bottom: 10px; cursor: pointer; width: 320px; height: 240px;" src="http://3.bp.blogspot.com/_y5Z8wyEG7ZA/SkhNX0FluCI/AAAAAAAAAC4/ylCOE8usRCk/s320/ppracer.png" border="0" alt="" width="320" height="240" /></a></p>
<p>3. <span style="font-weight: bold;">Extreme Tux Racer</span> &#8211; Racing Game</p>
<p>Install from Synaptic</p>
<p style="text-align: center;"><a href="http://1.bp.blogspot.com/_y5Z8wyEG7ZA/SkhQFj1EQDI/AAAAAAAAADY/9rkn3hWTutQ/s1600-h/extreme_tux_racer.jpg" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"><img id="BLOGGER_PHOTO_ID_5352616213577220146" class="aligncenter" style="border: 0pt none; margin-top: 0pt; margin-bottom: 10px; cursor: pointer; width: 320px; height: 240px;" src="http://1.bp.blogspot.com/_y5Z8wyEG7ZA/SkhQFj1EQDI/AAAAAAAAADY/9rkn3hWTutQ/s320/extreme_tux_racer.jpg" border="0" alt="" width="320" height="240" /></a></p>
<p>4. <span style="font-weight: bold;">Frozen Bubble</span> &#8211; Puzzle Game</p>
<p>Install from Synaptic</p>
<p><img class="aligncenter size-medium wp-image-109" title="frozenbubble" src="http://www.binarytides.com/blog/wp-content/uploads/2009/05/frozenbubble-300x234.jpg" alt="frozenbubble" width="300" height="234" /></p>
<p>5. <span style="font-weight: bold;">Supertuxkart</span> &#8211; Racing Game</p>
<p>Install from Synaptic</p>
<p style="text-align: center;"><a href="http://4.bp.blogspot.com/_y5Z8wyEG7ZA/SkhM8gt_xHI/AAAAAAAAACw/RzMVlnzt_vI/s1600-h/supertuxcart.png" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"><img id="BLOGGER_PHOTO_ID_5352612759588553842" class="aligncenter" style="border: 0pt none; margin-top: 0pt; margin-bottom: 10px; cursor: pointer; width: 320px; height: 240px;" src="http://4.bp.blogspot.com/_y5Z8wyEG7ZA/SkhM8gt_xHI/AAAAAAAAACw/RzMVlnzt_vI/s320/supertuxcart.png" border="0" alt="" width="320" height="240" /></a></p>
<p>6. <span style="font-weight: bold;">Alien Arena</span> &#8211; 3D first person shooting game</p>
<p>Install from Synaptic<a href="http://1.bp.blogspot.com/_y5Z8wyEG7ZA/SkhOMKSaz0I/AAAAAAAAADA/rqmtX6eFjgI/s1600-h/Alien_arena_2007_6_04_01.jpg" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"></a></p>
<p style="text-align: center;"><a href="http://1.bp.blogspot.com/_y5Z8wyEG7ZA/SkhOMKSaz0I/AAAAAAAAADA/rqmtX6eFjgI/s1600-h/Alien_arena_2007_6_04_01.jpg" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"><img id="BLOGGER_PHOTO_ID_5352614127956840258" class="aligncenter" style="border: 0pt none; margin-top: 0pt; margin-bottom: 10px; cursor: pointer; width: 320px; height: 240px;" src="http://1.bp.blogspot.com/_y5Z8wyEG7ZA/SkhOMKSaz0I/AAAAAAAAADA/rqmtX6eFjgI/s320/Alien_arena_2007_6_04_01.jpg" border="0" alt="" width="320" height="240" /></a></p>
<p>7. <span style="font-weight: bold;">Open Arena</span> &#8211; 3D first person shooting game</p>
<p>Install from Synaptic</p>
<p style="text-align: center;"><a href="http://1.bp.blogspot.com/_y5Z8wyEG7ZA/SkhRdnxseeI/AAAAAAAAADo/3xhpNafUNa4/s1600-h/OpenArena.jpg" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"><img id="BLOGGER_PHOTO_ID_5352617726465309154" class="aligncenter" style="border: 0pt none; margin-top: 0pt; margin-bottom: 10px; cursor: pointer; width: 320px; height: 256px;" src="http://1.bp.blogspot.com/_y5Z8wyEG7ZA/SkhRdnxseeI/AAAAAAAAADo/3xhpNafUNa4/s320/OpenArena.jpg" border="0" alt="" width="320" height="256" /></a></p>
<p>8. <span style="font-weight: bold;">Tremulous</span> &#8211; 3D first person shooting game</p>
<p>Install from Synaptic</p>
<p style="text-align: center;"><a href="http://2.bp.blogspot.com/_y5Z8wyEG7ZA/SkhU3rWZZvI/AAAAAAAAADw/OC7N2MPwZPg/s1600-h/tremulous.jpg" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"><img id="BLOGGER_PHOTO_ID_5352621472636036850" class="aligncenter" style="border: 0pt none; margin-top: 0pt; margin-bottom: 10px; cursor: pointer; width: 320px; height: 256px;" src="http://2.bp.blogspot.com/_y5Z8wyEG7ZA/SkhU3rWZZvI/AAAAAAAAADw/OC7N2MPwZPg/s320/tremulous.jpg" border="0" alt="" width="320" height="256" /></a></p>
<p>9. <span style="font-weight: bold;">NeverBall</span> &#8211; 3D floor tilting game</p>
<p>Install from Synaptic</p>
<p style="text-align: center;"><a href="http://3.bp.blogspot.com/_y5Z8wyEG7ZA/SkhPDFTYIrI/AAAAAAAAADI/OcuktuRoGtQ/s1600-h/neverball.jpg" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"><img id="BLOGGER_PHOTO_ID_5352615071511487154" class="aligncenter" style="border: 0pt none; margin-top: 0pt; margin-bottom: 10px; cursor: pointer; width: 320px; height: 240px;" src="http://3.bp.blogspot.com/_y5Z8wyEG7ZA/SkhPDFTYIrI/AAAAAAAAADI/OcuktuRoGtQ/s320/neverball.jpg" border="0" alt="" width="320" height="240" /></a></p>
<p>10. <a style="font-weight: bold;" href="http://maniadrive.raydium.org/">ManiaDrive</a> &#8211; Car Driving Game</p>
<p>Download deb for Ubuntu from www.getdeb.net</p>
<p style="text-align: center;"><a href="http://4.bp.blogspot.com/_y5Z8wyEG7ZA/SkhQiXtwOkI/AAAAAAAAADg/19McWc2B_nc/s1600-h/maniadrive.jpg" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"><img id="BLOGGER_PHOTO_ID_5352616708541528642" class="aligncenter" style="border: 0pt none; margin-top: 0pt; margin-bottom: 10px; cursor: pointer; width: 320px; height: 256px;" src="http://4.bp.blogspot.com/_y5Z8wyEG7ZA/SkhQiXtwOkI/AAAAAAAAADg/19McWc2B_nc/s320/maniadrive.jpg" border="0" alt="" width="320" height="256" /></a></p>
<p>11. <span style="font-weight: bold;">FreeCiv</span></p>
<p>12. <span style="font-weight: bold;">Nexuiz</span></p>
<p>Install from Synaptic</p>
<p style="text-align: center;"><a href="http://1.bp.blogspot.com/_y5Z8wyEG7ZA/SkhWCKde-zI/AAAAAAAAAD4/0QE8G46Ko6I/s1600-h/Nexuiz.jpg" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"><img id="BLOGGER_PHOTO_ID_5352622752297581362" class="aligncenter" style="border: 0pt none; margin-top: 0pt; margin-bottom: 10px; cursor: pointer; width: 320px; height: 240px;" src="http://1.bp.blogspot.com/_y5Z8wyEG7ZA/SkhWCKde-zI/AAAAAAAAAD4/0QE8G46Ko6I/s320/Nexuiz.jpg" border="0" alt="" width="320" height="240" /></a></p>
<p>13. <span style="font-weight: bold;">Bat</span><span style="font-weight: bold;">tle for Wesn</span><span style="font-weight: bold;">oth</span></p>
<p>Install from Synaptic</p>
<p style="text-align: center;"><img class="size-medium wp-image-100 aligncenter" title="battle_for_wesnoth" src="http://www.binarytides.com/blog/wp-content/uploads/2009/05/battle_for_wesnoth-300x225.jpg" alt="battle_for_wesnoth" width="300" height="225" /></p>
<p>14. <span style="font-weight: bold;">Secret Maryo Chronicles</span></p>
<p>Install from Synaptic</p>
<p style="text-align: center;"><a href="http://2.bp.blogspot.com/_y5Z8wyEG7ZA/SkTsMRXGcaI/AAAAAAAAACo/RkhFrka3Sh8/s1600-h/smc.jpg" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"><img id="BLOGGER_PHOTO_ID_5351661952785871266" class="aligncenter" style="border: 0pt none; margin-top: 0pt; margin-bottom: 10px; cursor: pointer; width: 320px; height: 241px;" src="http://2.bp.blogspot.com/_y5Z8wyEG7ZA/SkTsMRXGcaI/AAAAAAAAACo/RkhFrka3Sh8/s320/smc.jpg" border="0" alt="" width="320" height="241" /></a></p>
<img src="http://www.binarytides.com/blog/?ak_action=api_record_view&id=58&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.binarytides.com/blog/top-games-on-ubuntu-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Konqueror Dolphin not accessing Windows FTP Server</title>
		<link>http://www.binarytides.com/blog/konqueror-dolphin-not-accessing-windows-ftp-server/</link>
		<comments>http://www.binarytides.com/blog/konqueror-dolphin-not-accessing-windows-ftp-server/#comments</comments>
		<pubDate>Fri, 17 Apr 2009 17:21:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.binarytides.com/blog/?p=45</guid>
		<description><![CDATA[Hmmm, so it looks like that konqueror or dolphin wont access a windows ftp server properly whereas its absolutely fine and fast with linux ftp servers. One reason for this could be the NTLM authentication that windows ftp servers use.

So using gftp or filezilla or fireftp  in this case is a better option.
]]></description>
			<content:encoded><![CDATA[<p>Hmmm, so it looks like that konqueror or dolphin wont access a windows ftp server properly whereas its absolutely fine and fast with linux ftp servers. One reason for this could be the NTLM authentication that windows ftp servers use.</p>
<p><span id="more-45"></span></p>
<p>So using gftp or filezilla or fireftp  in this case is a better option.</p>
<img src="http://www.binarytides.com/blog/?ak_action=api_record_view&id=45&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.binarytides.com/blog/konqueror-dolphin-not-accessing-windows-ftp-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Slow Internet on Ubuntu when using a switch</title>
		<link>http://www.binarytides.com/blog/slow-internet-on-ubuntu-when-using-a-switch/</link>
		<comments>http://www.binarytides.com/blog/slow-internet-on-ubuntu-when-using-a-switch/#comments</comments>
		<pubDate>Wed, 15 Apr 2009 16:58:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.binarytides.com/blog/?p=44</guid>
		<description><![CDATA[As usual internet was fast on ubuntu as it used to be till I needed to plug more PCs into the adsl route lying nearby. After connecting all computers and the adsl router to a switch I noticed that on one of the PC (Ubuntu 8.04) internet became really slow. Rest of the 2 PCs [...]]]></description>
			<content:encoded><![CDATA[<p>As usual internet was fast on ubuntu as it used to be till I needed to plug more PCs into the adsl route lying nearby. After connecting all computers and the adsl router to a switch I noticed that on one of the PC (Ubuntu 8.04) internet became really slow. Rest of the 2 PCs one on Ubuntu 8.10 and another on Ubuntu 8.04 had internet working fine. This slow internet PC was also the oldest of the 3 . After checking everything it was clear that the problem was related to ethernet.</p>
<p><span id="more-44"></span></p>
<p>Switching the speed to 10 and turning off autonegotiation was found to be the solution like this :</p>
<p>sudo ethtool -s eth0 duplex full speed 10 autoneg off</p>
<p>Apart from this the internet connection may be slow due to many reasons like hardware problem , same IP given to 2 machines , IPv6 issues etc.</p>
<p>The above line may be added to /etc/rc.local so that it gets executed every time the system starts.</p>
<pre class="brush: cpp;">
#!/bin/sh -e
#
# rc.local
#
# This script is executed at the end of each multiuser runlevel.
# Make sure that the script will &quot;exit 0&quot; on success or any other
# value on error.
#
# In order to enable or disable this script just change the execution
# bits.
#
# By default this script does nothing.

ethtool -s eth0 duplex full speed 10 autoneg off

exit 0
</pre>
<img src="http://www.binarytides.com/blog/?ak_action=api_record_view&id=44&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.binarytides.com/blog/slow-internet-on-ubuntu-when-using-a-switch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Postgresql , phpPgAdmin and pgadmin on Ubuntu 8.04 Hardy Heron</title>
		<link>http://www.binarytides.com/blog/postgresql-phppgadmin-and-pgadmin-on-ubuntu-8-04-hardy-heron/</link>
		<comments>http://www.binarytides.com/blog/postgresql-phppgadmin-and-pgadmin-on-ubuntu-8-04-hardy-heron/#comments</comments>
		<pubDate>Wed, 25 Mar 2009 13:22:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[postgresql]]></category>

		<guid isPermaLink="false">http://www.binarytides.com/blog/?p=43</guid>
		<description><![CDATA[Postgresql , phpPGAdmin and pgadmin 3 can be installed from synaptic.
sudo apt-get install postgresqlsudo apt-get install phppgadminsudo apt-get install pgadmin3
After installation the postgres password of postgresql can be changed like this :

ALTER USER postgres WITH ENCRYPTED PASSWORD &#8216;&#8216;;
To exit :\q
Also create a database :sudo -u postgres createdb mydb
Now to access localhost/phppgadmin a link needs to [...]]]></description>
			<content:encoded><![CDATA[<p>Postgresql , phpPGAdmin and pgadmin 3 can be installed from synaptic.</p>
<p>sudo apt-get install postgresql<br />sudo apt-get install phppgadmin<br />sudo apt-get install pgadmin3</p>
<p>After installation the postgres password of postgresql can be changed like this :</p>
<p><span id="more-43"></span></p>
<p>ALTER USER postgres WITH ENCRYPTED PASSWORD &#8216;<***password***>&#8216;;</p>
<p>To exit :<br />\q</p>
<p>Also create a database :<br />sudo -u postgres createdb mydb</p>
<p>Now to access localhost/phppgadmin a link needs to be created which points to /usr/share/phppgadmin :</p>
<p>?<span style="font-size:100%;">ln -s /usr/share/phppgadmin /var/www/phppgadmin</p>
<p>Now localhost/phppgadmin should open up</p>
<p>Trying to login with user : postgres and password : created above might give the error :<br /></span>Login disallowed for security reasons.</p>
<p>To fix this edit /usr/share/phppgadmin/conf/config.inc.php<br />and change :<br />$conf['extra_login_security'] = true;<br />to<br />$conf['extra_login_security'] = false;</p>
<p>and then login again from phppgadmin and it should work fine.</p>
<p>Alternatively pgadmin3 can also be used to work with postgresql.<br />Start pgadmin and create a new connection using the icon on top left and it should work fine.</p>
<p>References :<br />1. <a href="https://help.ubuntu.com/community/PostgreSQL">Ubuntu Help</a></p>
<img src="http://www.binarytides.com/blog/?ak_action=api_record_view&id=43&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.binarytides.com/blog/postgresql-phppgadmin-and-pgadmin-on-ubuntu-8-04-hardy-heron/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>openSuse like start menu on Ubuntu</title>
		<link>http://www.binarytides.com/blog/opensuse-like-start-menu-on-ubuntu/</link>
		<comments>http://www.binarytides.com/blog/opensuse-like-start-menu-on-ubuntu/#comments</comments>
		<pubDate>Sun, 22 Mar 2009 14:12:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.binarytides.com/blog/?p=42</guid>
		<description><![CDATA[openSuse presents a different kind of menu in gnome desktop that what appears in Ubuntu.
The menu can be added as an applet to the panel in Ubuntu gnome desktop also by installing the package :

gnome-main-menu
sudo apt-get install gnome-main-menu
After installation right click on a panel and Add to Panel. Add &#8216;The main gnome menu&#8217; from the [...]]]></description>
			<content:encoded><![CDATA[<p>openSuse presents a different kind of menu in gnome desktop that what appears in Ubuntu.</p>
<p>The menu can be added as an applet to the panel in Ubuntu gnome desktop also by installing the package :</p>
<p><span id="more-42"></span></p>
<p>gnome-main-menu</p>
<p>sudo apt-get install gnome-main-menu</p>
<p>After installation right click on a panel and Add to Panel. Add &#8216;The main gnome menu&#8217; from the list which shall be a start menu like the one on openSuse</p>
<img src="http://www.binarytides.com/blog/?ak_action=api_record_view&id=42&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.binarytides.com/blog/opensuse-like-start-menu-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>File &#8211; Image Previews in Konqueror KDE</title>
		<link>http://www.binarytides.com/blog/file-image-previews-in-konqueror-kde/</link>
		<comments>http://www.binarytides.com/blog/file-image-previews-in-konqueror-kde/#comments</comments>
		<pubDate>Sun, 22 Mar 2009 11:30:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[KDE]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.binarytides.com/blog/?p=40</guid>
		<description><![CDATA[If Konqueror is not showing the image thumbnails in the icons or previews then check :
1. Control Center > KDE Components > File Manager > Previews &#38; Meta-Data for the Maximum File Size in the slider. If it is too low then increase it to say 5 MB.

2. Open Konqueror. In the menu View > [...]]]></description>
			<content:encoded><![CDATA[<p>If Konqueror is not showing the image thumbnails in the icons or previews then check :</p>
<p>1. Control Center > KDE Components > File Manager > Previews &amp; Meta-Data for the Maximum File Size in the slider. If it is too low then increase it to say 5 MB.</p>
<p><span id="more-40"></span></p>
<p>2. Open Konqueror. In the menu View > Preview check whether previews are enabled or not. If disabled then enable them. Various file types can be selectively enabled or disabled for preview.</p>
<img src="http://www.binarytides.com/blog/?ak_action=api_record_view&id=40&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.binarytides.com/blog/file-image-previews-in-konqueror-kde/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install Apache Tomcat 5.5 on Ubuntu 8.04 Hardy Heron</title>
		<link>http://www.binarytides.com/blog/install-apache-tomcat-5-5-on-ubuntu-8-04-hardy-heron/</link>
		<comments>http://www.binarytides.com/blog/install-apache-tomcat-5-5-on-ubuntu-8-04-hardy-heron/#comments</comments>
		<pubDate>Sat, 21 Mar 2009 16:49:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tomcat]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.binarytides.com/blog/?p=39</guid>
		<description><![CDATA[To install and run Tomcat on Ubuntu (8.04 over here) the following packages should be installed from synaptic :
1.  tomcat5.52. tomcat5.5-webapps3. sun-java6-jdk
They can be installed from command line using the command sudo apt-get

After synaptic finishes installing them open /etc/default/tomcat5.5 and edit it as follows :
Find :#JAVA_HOME=/usr/lib/jvm/java-6-sun
Change : Remove the # so that it is [...]]]></description>
			<content:encoded><![CDATA[<p>To install and run Tomcat on Ubuntu (8.04 over here) the following packages should be installed from synaptic :</p>
<p>1.  tomcat5.5<br />2. tomcat5.5-webapps<br />3. sun-java6-jdk</p>
<p>They can be installed from command line using the command sudo apt-get</p>
<p><span id="more-39"></span></p>
<p>After synaptic finishes installing them open /etc/default/tomcat5.5 and edit it as follows :</p>
<p>Find :<br />#JAVA_HOME=/usr/lib/jvm/java-6-sun</p>
<p>Change : Remove the # so that it is uncommented.<br />JAVA_HOME=/usr/lib/jvm/java-6-sun</p>
<p>It points to the java home which can be java-6-sun or any other java .</p>
<p>Then restart tomcat5.5 from command line like this :</p>
<p>enlightened@enlightened-desktop:~$ sudo /etc/init.d/tomcat5.5 restart<br />* Stopping Tomcat servlet engine tomcat5.5                              [ OK ]<br />* Starting Tomcat servlet engine tomcat5.5                              [ OK ]</p>
<p>Now open in your browser the url :</p>
<p>http://localhost:8180/</p>
<p>And the welcome page of Apache Tomcat should appear.</p>
<p>The file<br />/usr/share/tomcat5.5/conf/tomcat-users.xml<br />has the default username and password listed which is username : tomcat and password : tomcat.</p>
<p>On the tomcat welcome page Tomcat Administration link is on the left :<br />http://localhost:8180/admin</p>
<p>Opening this page might show the error message :<br />HTTP Status 403 &#8211; Access to the requested resource has been denied</p>
<p>To fix the above issue open the file<br />/usr/share/tomcat5.5/conf/tomcat-users.xml</p>
<p>sudo gedit /usr/share/tomcat5.5/conf/tomcat-users.xml</p>
<p>and add a role called admin and user called admin with that role :</p>
<p>&lt;role rolename=&#8221;admin&#8221;/&gt;<br />&lt;user username=&#8221;admin&#8221; password=&#8221;tomcat&#8221; roles=&#8221;tomcat,admin&#8221;/&gt;</p>
<p>Restart tomcat from command line as shown above.</p>
<p>Now log in to the administration panel :<br />http://localhost:8180/admin</p>
<p>with username : admin and password : tomcat.<br />The login should take you to the admin panel without any error.</p>
<p>To the left is another link of Tomcat Manager :<br />http://localhost:8180/manager/html</p>
<p>which might still show the error of Access denied.</p>
<p>To fix this issue simply login to the admin panel and create a role called manager (if it doesnt exist) and assign this role to a non-admin user like tomcat or create a new user.</p>
<p>Then log in to the Tomcat Manager page and it should open fine without any errors.</p>
<p>Now /usr/share/tomcat-webapps is the folder that contains the jsp files/webapps which are accessible from localhost:8180 url.</p>
<p>To change the directory of webapps to say one in /home/username/tomcat</p>
<p>Open : /usr/share/tomcat5.5-webapps/ROOT.xml</p>
<p>Look for :<br />Context path=&#8221;/&#8221; docBase=&#8221;/usr/share/tomcat5.5-webapps/ROOT&#8221;<br />and change the docBase value to the folder where the tomcat webapps would be.<br />e.g.</p>
<p>Context path=&#8221;/&#8221; docBase=&#8221;/home/enlightened/tomcat&#8221;<br />or<br />Context path=&#8221;/&#8221; docBase=&#8221;/var/www/tomcat&#8221;</p>
<p>Save the file and restart tomcat.</p>
<p>One more thing you can do is copy the contents of the /usr/share/tomcat5.5-webapps/ROOT directory to this new directory and then open the url localhost:8180 to check that everything is working fine. The admin and manager pages on the left and the jsp examples also should all open fine as previously.</p>
<img src="http://www.binarytides.com/blog/?ak_action=api_record_view&id=39&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.binarytides.com/blog/install-apache-tomcat-5-5-on-ubuntu-8-04-hardy-heron/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
