<?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>Pressing F5 &#187; Linux</title>
	<atom:link href="http://www.benhaines.co.uk/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.benhaines.co.uk</link>
	<description>technology, bikes, travel and photography</description>
	<lastBuildDate>Tue, 12 Jul 2011 19:36:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Changing resolution of your Ubuntu Server command line in VMWare Fusion</title>
		<link>http://www.benhaines.co.uk/2009/11/07/changing-resolution-of-your-ubuntu-server-command-line-in-vmware-fusion/</link>
		<comments>http://www.benhaines.co.uk/2009/11/07/changing-resolution-of-your-ubuntu-server-command-line-in-vmware-fusion/#comments</comments>
		<pubDate>Sat, 07 Nov 2009 21:29:52 +0000</pubDate>
		<dc:creator>Ben Haines</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[console]]></category>
		<category><![CDATA[fusion]]></category>
		<category><![CDATA[grub]]></category>
		<category><![CDATA[Mac OSX]]></category>
		<category><![CDATA[resolution]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://www.benhaines.co.uk/?p=184</guid>
		<description><![CDATA[UPDATE: I&#8217;ve since been told this doesn&#8217;t work for all users. I&#8217;ve done a bit more searching and the easiest solution is to simply use Mac OSX Terminal at full screen :) &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; Once again I find myself blogging about something that took way too long to solve. If you want to change the console [...]]]></description>
			<content:encoded><![CDATA[<p>UPDATE: I&#8217;ve since been told this doesn&#8217;t work for all users. I&#8217;ve done a  bit more searching and the easiest solution is to simply use Mac OSX  Terminal at full screen :)</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>Once again I find myself blogging about something that took way too long to solve. If you want to change the console / cli / command line resolution of your Ubuntu Server running in VMWare Fusion then this is what you need to do:</p>
<p>Edit the grub template file:</p>
<pre>sudo vi /etc/default/grub</pre>
<p>Add the desired resolution from the table below to the file:</p>
<pre>    | 640x480  800x600  1024x768 1280x1024
----+-------------------------------------
256 |  0x301    0x303    0x305    0x307
32k |  0x310    0x313    0x316    0x319
64k |  0x311    0x314    0x317    0x31A
16M |  0x312    0x315    0x318    0x31B</pre>
<pre>GRUB_CMDLINE_LINE="vga=0x317"</pre>
<p>Trigger an update to all the grub config files by issuing the following:</p>
<pre>sudo update-grub</pre>
<p>Check it works :)</p>
<pre>sudo reboot</pre>
<p>You will get a message saying that &#8220;vga=&#8221; has been depreciated and that you should use GFXPAYLOAD instead. Unfortunately you cannot easily add that param to your /etc/default/grub file without changing a whole bunch of other stuff.</p>
<p>See here for more information:</p>
<p><a href="http://harrison3001.blogspot.com/2009/09/grub-2-graphical-boot-tips-to-set.html">Link 1</a></p>
<p><a href="http://groups.google.com/group/linux.debian.bugs.dist/browse_thread/thread/036870a49e10288e">Link 2</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.benhaines.co.uk/2009/11/07/changing-resolution-of-your-ubuntu-server-command-line-in-vmware-fusion/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>o2 Broadband DNS issues getting you down? No problem, use OpenDNS</title>
		<link>http://www.benhaines.co.uk/2008/11/04/o2-broadband-dns-issues-getting-you-down-no-problem-use-opendns/</link>
		<comments>http://www.benhaines.co.uk/2008/11/04/o2-broadband-dns-issues-getting-you-down-no-problem-use-opendns/#comments</comments>
		<pubDate>Tue, 04 Nov 2008 22:46:13 +0000</pubDate>
		<dc:creator>Ben Haines</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[o2]]></category>
		<category><![CDATA[OpenDNS]]></category>
		<category><![CDATA[problems]]></category>

		<guid isPermaLink="false">http://www.benhaines.co.uk/?p=135</guid>
		<description><![CDATA[If you are using o2 Broadband and are techie you&#8217;ll have noticed the DNS performance is terrible. Thanks to the folks at ADSLGuide.org.uk I have found out about OpenDNS. They&#8217;ve even created some easy guides for each OS you may be using. Good luck. OpenDNS]]></description>
			<content:encoded><![CDATA[<p>If you are using o2 Broadband and are techie you&#8217;ll have noticed the DNS performance is terrible. Thanks to the folks at <a href="http://www.adslguide.org.uk">ADSLGuide.org.uk</a> I have found out about OpenDNS.</p>
<p>They&#8217;ve even created some easy guides for each OS you may be using. Good luck.</p>
<p><a href="https://www.opendns.com/homenetwork/start/computer/">OpenDNS</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.benhaines.co.uk/2008/11/04/o2-broadband-dns-issues-getting-you-down-no-problem-use-opendns/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to run Zend Studio Neon (Beta) on Fedora 8 Linux</title>
		<link>http://www.benhaines.co.uk/2007/11/20/how-to-run-zend-studio-neon-beta-on-fedora-8-linux/</link>
		<comments>http://www.benhaines.co.uk/2007/11/20/how-to-run-zend-studio-neon-beta-on-fedora-8-linux/#comments</comments>
		<pubDate>Tue, 20 Nov 2007 20:15:55 +0000</pubDate>
		<dc:creator>Ben Haines</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.benhaines.co.uk/2007/11/20/how-to-run-zend-studio-neon-beta-on-fedora-8-linux/</guid>
		<description><![CDATA[Once again&#8230; hoping this will save somebody lots of time of hunting around. It seems there is a bug in Java that prevents the installer from launching. It currently produces the following error message when launching the installer: java: xcb_xlib.c:52: xcb_xlib_unlock: Assertion `c->xlib.lock&#8217; failed See this tutorial for details on how to resolve the problem: [...]]]></description>
			<content:encoded><![CDATA[<p>Once again&#8230; hoping this will save somebody lots of time of hunting around. It seems there is a bug in Java that prevents the installer from launching.</p>
<p>It currently produces the following error message when launching the installer:</p>
<p><em>java: xcb_xlib.c:52: xcb_xlib_unlock: Assertion `c->xlib.lock&#8217; failed</em></p>
<p>See this tutorial for details on how to resolve the problem:</p>
<p><a href="http://kaviarovetoasty.com/blog/zend-studio-neon-beta-and-opensuse-103.html">http://kaviarovetoasty.com/blog/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.benhaines.co.uk/2007/11/20/how-to-run-zend-studio-neon-beta-on-fedora-8-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Running fabForce DBDesigner4 in Linux Fedora 8 (and probably Fedora 9)</title>
		<link>http://www.benhaines.co.uk/2007/11/17/running-fabforce-dbdesigner4-in-linux-fedora-8/</link>
		<comments>http://www.benhaines.co.uk/2007/11/17/running-fabforce-dbdesigner4-in-linux-fedora-8/#comments</comments>
		<pubDate>Sat, 17 Nov 2007 12:16:51 +0000</pubDate>
		<dc:creator>Ben Haines</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.benhaines.co.uk/2007/11/17/running-fabforce-dbdesigner4-in-linux-fedora-8/</guid>
		<description><![CDATA[I&#8217;m posting this hoping that is will save somebody several wasted hours of effort. Do not use the original DBDesigner4 download available on the fabForce.net website. Instead download the dbdesigner-fork package from here: http://sourceforge.net/projects/dbdesigner-fork/ Once you have unpacked it. Edit the bin/startdbd_using_kernel2.6 script and remove the assume kernel 2.4.1 text: Original file contents: LD_ASSUME_KERNEL=2.4.1 LANG=en_US.ISO8859-1 [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m posting this hoping that is will save somebody several wasted hours of effort.</p>
<p>Do not use the original DBDesigner4 download available on the fabForce.net website. Instead download the dbdesigner-fork package from here:</p>
<p><a href="http://sourceforge.net/projects/dbdesigner-fork/">http://sourceforge.net/projects/dbdesigner-fork/</a></p>
<p>Once you have unpacked it. Edit the bin/startdbd_using_kernel2.6 script and remove the assume kernel 2.4.1 text:</p>
<p><em>Original file contents: LD_ASSUME_KERNEL=2.4.1 LANG=en_US.ISO8859-1 LD_LIBRARY_PATH=./Linuxlib/ ./DBDesignerFork</em></p>
<p><em>Edited contents: LANG=en_US.ISO8859-1 LD_LIBRARY_PATH=./Linuxlib/ ./DBDesignerFork</em></p>
<p>Save it and run it. It should all work as expected on Linux Fedora 8 or indeed any other modern distribution like Ubuntu, etc.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.benhaines.co.uk/2007/11/17/running-fabforce-dbdesigner4-in-linux-fedora-8/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>

