<?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>the empty quarter &#187; ubuntu</title>
	<atom:link href="http://www.martinhammer.com/blog/index.php/tag/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.martinhammer.com/blog</link>
	<description>Sorry, but you are looking for something that isn’t here.</description>
	<lastBuildDate>Sat, 04 Feb 2012 12:33:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>Install Oracle XE on Ubuntu</title>
		<link>http://www.martinhammer.com/blog/index.php/2012/02/install-oracle-xe-on-ubuntu/</link>
		<comments>http://www.martinhammer.com/blog/index.php/2012/02/install-oracle-xe-on-ubuntu/#comments</comments>
		<pubDate>Sat, 04 Feb 2012 11:21:13 +0000</pubDate>
		<dc:creator>martin</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.martinhammer.com/blog/?p=691</guid>
		<description><![CDATA[Steps to install Oracle Express Edition (XE) database 10g on Ubuntu 11.10 (Oneiric). Download the Oracle XE deb package (free registration is required). Double click the downloaded file and select to install it. In terminal run sudo /etc/init.d/oracle-xe configure. You will be prompted to enter the following parameters: HTTP port number, database listener port number, [...]]]></description>
			<content:encoded><![CDATA[<p>Steps to install Oracle Express Edition (XE) database 10g on Ubuntu 11.10 (Oneiric).</p>
<ol>
<li><a href="http://www.oracle.com/technetwork/database/express-edition/downloads/102xelinsoft-102048.html">Download</a> the Oracle XE deb package (free registration is required).</li>
<li>Double click the downloaded file and select to install it.</li>
<li>In terminal run <code>sudo /etc/init.d/oracle-xe configure</code>.</li>
<li>You will be prompted to enter the following parameters: HTTP port number, database listener port number, SYSTEM and SYS database accounts password and whether the service should be started upon boot.</li>
<li>Thereafter the configuration might take a few minutes. That&#8217;s it. To start the service in the future run <code>sudo /etc/init.d/oracle-xe start</code> and to stop <code>sudo /etc/init.d/oracle-xe stop</code>.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.martinhammer.com/blog/index.php/2012/02/install-oracle-xe-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TrueCrypt tray icon in Unity</title>
		<link>http://www.martinhammer.com/blog/index.php/2011/08/truecrypt-tray-icon-in-unity/</link>
		<comments>http://www.martinhammer.com/blog/index.php/2011/08/truecrypt-tray-icon-in-unity/#comments</comments>
		<pubDate>Tue, 16 Aug 2011 02:16:35 +0000</pubDate>
		<dc:creator>martin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[natty-upgrade]]></category>
		<category><![CDATA[truecrypt]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[unity]]></category>

		<guid isPermaLink="false">http://www.martinhammer.com/blog/?p=662</guid>
		<description><![CDATA[If you use TrueCrypt under Ubuntu 11.04 Natty you would have noticed an annoying behaviour. Under previous versions an icon is present in the system tray which remains there whilst a volume is mounted even if the TrueCrypt window is closed. Under Unity the tray icon is not shown. If you accidentally close the window [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">If you use <a href="http://www.truecrypt.org/">TrueCrypt</a> under Ubuntu 11.04 Natty you would have noticed an annoying behaviour. Under previous versions an icon is present in the system tray which remains there whilst a volume is mounted even if the TrueCrypt window is closed. Under Unity the tray icon is not shown. If you accidentally close the window (instead of minimizing it), there&#8217;s no easy way of getting back to it. Launching TrueCrypt again results in a error message.</p>
<p style="text-align: left;">The fix as suggested on <a href="http://www.shocm.com/2011/06/getting-some-functionality-back-in-the-system-tray-on-ubuntu-11-04/">shocm.com</a> is to set the systray-whitelist property by running the following through command line (you will need to restart afterwards):</p>
<p style="text-align: left;"><code>gsettings set com.canonical.Unity.Panel systray-whitelist "['all']"</code></p>
<p style="text-align: left;">However, your mileage may vary, and on my netbook this did not fix the issue. It seemed like the icon was placed in the tray, but it was rendered as a very thin strip about 1-2 pixels wide which could not be clicked.</p>
<p style="text-align: left;">The only way I found of getting out of missing window scenario was to resort to <a href="http://www.truecrypt.org/docs/?s=command-line-usage">using TrueCrypt through the command line</a> to dismount all mounted volumes.</p>
<p style="text-align: left;"><code>truecrypt /d</code></p>
<p style="text-align: left;">This will also exist TrueCrypt and afterwards it can be launched as usual.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.martinhammer.com/blog/index.php/2011/08/truecrypt-tray-icon-in-unity/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remove Mono from Ubuntu</title>
		<link>http://www.martinhammer.com/blog/index.php/2010/12/remove-mono-from-ubuntu/</link>
		<comments>http://www.martinhammer.com/blog/index.php/2010/12/remove-mono-from-ubuntu/#comments</comments>
		<pubDate>Wed, 29 Dec 2010 00:49:49 +0000</pubDate>
		<dc:creator>martin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[lucid-upgrade]]></category>
		<category><![CDATA[maverick-upgrade]]></category>
		<category><![CDATA[mono]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.martinhammer.com/blog/?p=558</guid>
		<description><![CDATA[After finally getting some time to fully read up on Mono (especially on the excellent The Source) I have decided it is best to remove it from my system. The Open Sourcerer has a nicely written up set of instructions for 10.04 Lucid Lynx and 10.10 Maverick Meerkat.]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">After finally getting some time to fully read up on <a href="http://en.wikipedia.org/wiki/Mono_%28software%29">Mono</a> (especially on the excellent <a href="http://www.the-source.com/tag/mono/">The Source</a>) I have decided it is best to remove it from my system. The Open Sourcerer has a nicely written up set of instructions for <a href="http://www.theopensourcerer.com/2010/04/29/how-to-remove-mono-from-ubuntu-10-04-lucid-lynx/">10.04 Lucid Lynx</a> and <a href="http://www.theopensourcerer.com/2010/10/10/how-to-remove-mono-from-ubuntu-10-10-maverick-meercat/">10.10 Maverick Meerkat</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.martinhammer.com/blog/index.php/2010/12/remove-mono-from-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to change SSH port number on Ubuntu server</title>
		<link>http://www.martinhammer.com/blog/index.php/2010/09/how-to-change-ssh-port-number-on-ubuntu-server/</link>
		<comments>http://www.martinhammer.com/blog/index.php/2010/09/how-to-change-ssh-port-number-on-ubuntu-server/#comments</comments>
		<pubDate>Fri, 03 Sep 2010 08:56:48 +0000</pubDate>
		<dc:creator>martin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[administration]]></category>
		<category><![CDATA[commandline]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.martinhammer.com/blog/?p=562</guid>
		<description><![CDATA[Changing the port number of SSH daemon is a quick way of reducing the number of SSH brute force attacks your server might face (check the file /var/log/auth.log to see if there are many failed SSH login attempts). Just to be on the safe side, create a backup copy of the SSH daemon config file. [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">Changing the port number of SSH daemon is a quick way of reducing the number of SSH brute force attacks your server might face (check the file <code>/var/log/auth.log</code> to see if there are many failed SSH login attempts).</p>
<ol style="text-align: left;">
<li>Just to be on the safe side, create a backup copy of the SSH daemon config file.<br />
<code><br />
sudo cp /etc/ssh/sshd_config /etc/ssh/sshd_config.vanilla</p>
<p></code></li>
<li>Edit the config file.<br />
<code><br />
sudo vi /etc/ssh/sshd_config</p>
<p></code></li>
<li>Change the port number on the following line, e.g. to 2201 or some other unused port. Make sure you note down the port number.<br />
<code><br />
Port 22</p>
<p></code></li>
<li>Restart the SSH daemon. You might get kicked out of your existing session.<br />
<code><br />
sudo /etc/init.d/ssh restart</p>
<p></code></li>
<li>When you login next remember to include the correct port.<br />
<code><br />
ssh youruser@yourserver -p 2201</p>
<p></code></li>
</ol>
<p style="text-align: left;">
]]></content:encoded>
			<wfw:commentRss>http://www.martinhammer.com/blog/index.php/2010/09/how-to-change-ssh-port-number-on-ubuntu-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disable Update Manager pop-up in Ubuntu</title>
		<link>http://www.martinhammer.com/blog/index.php/2010/08/disable-update-manager-pop-up-in-ubuntu/</link>
		<comments>http://www.martinhammer.com/blog/index.php/2010/08/disable-update-manager-pop-up-in-ubuntu/#comments</comments>
		<pubDate>Sat, 07 Aug 2010 05:56:20 +0000</pubDate>
		<dc:creator>martin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.martinhammer.com/blog/?p=560</guid>
		<description><![CDATA[Here&#8217;s how to disable the annoying Update Manager pop-up (technically a &#8220;pop-under&#8221;) and instead have the update icon displayed in the notification area. Hit Alt-F2 to open the &#8220;Run Application&#8221; dialog. Type in gconf-editor to run the GNOME Configuration Editor. Navigate to Apps &#62; Update Notifier. Untick the auto_launch checkbox.]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">Here&#8217;s how to disable the annoying Update Manager pop-up (technically a &#8220;pop-under&#8221;) and instead have the update icon displayed in the notification area.</p>
<ol style="text-align: left;">
<li>Hit Alt-F2 to open the &#8220;Run Application&#8221; dialog.</li>
<li>Type in <code>gconf-editor</code> to run the GNOME Configuration Editor.</li>
<li>Navigate to Apps &gt; Update Notifier.</li>
<li>Untick the <code>auto_launch</code> checkbox.</li>
</ol>
<p style="text-align: left;">
]]></content:encoded>
			<wfw:commentRss>http://www.martinhammer.com/blog/index.php/2010/08/disable-update-manager-pop-up-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Thunderbird: Notifications and Indicator Applet in Ubuntu Lucid</title>
		<link>http://www.martinhammer.com/blog/index.php/2010/08/thunderbird-notifications-and-indicator-applet-in-ubuntu-lucid/</link>
		<comments>http://www.martinhammer.com/blog/index.php/2010/08/thunderbird-notifications-and-indicator-applet-in-ubuntu-lucid/#comments</comments>
		<pubDate>Thu, 05 Aug 2010 14:59:53 +0000</pubDate>
		<dc:creator>martin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[lucid-upgrade]]></category>
		<category><![CDATA[notifications]]></category>
		<category><![CDATA[thunderbird]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.martinhammer.com/blog/?p=536</guid>
		<description><![CDATA[This post is an update on integrating Thunderbird with Ubuntu&#8217;s notification system. For Ubuntu 10.04 Lucid Lynx it supersedes my earlier post on the topic which was applicable previous versions of Ubuntu (Jaunty and Karmic). The big difference in Lucid Lynx is the Indicator Applet and the &#8220;Me Menu&#8221;, both of these incorporating features related [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">This post is an update on integrating <a href="http://www.mozillamessaging.com/thunderbird/">Thunderbird</a> with Ubuntu&#8217;s notification system. For Ubuntu 10.04 Lucid Lynx it supersedes my <a href="http://www.martinhammer.com/blog/index.php/2009/05/jaunty-notifications-in-thunderbird-and-firefox/">earlier post on the topic</a> which was applicable previous versions of Ubuntu (Jaunty and Karmic).</p>
<p style="text-align: left;">The big difference in Lucid Lynx is the <a href="https://wiki.ubuntu.com/DesktopExperienceTeam/ApplicationIndicators">Indicator Applet</a> and the &#8220;Me Menu&#8221;, both of these incorporating features related to the &#8220;social from the start&#8221; marketing tagline. In particular, the Indicator Applet integrates with <a href="http://projects.gnome.org/evolution/">Evolution</a>, Ubuntu&#8217;s default mail client, to show new email notifications and allow quick access to the mail client. Once again, no out-of-the-box integration with Thunderbird. So the challenge is twofold: integrate with the notification mechanism (black pop-ups) as well as the Indicator Applet. The <a href="http://www.nongnu.org/mailnotify/">Mail Notification</a> extension unfortunately falls short in the latter part.</p>
<p style="text-align: left;">Luckily, Ruben Verweij has developed libnotify-mozilla, a Thunderbird extension which works just great for both of the above requirements. Be sure to check out the blog (<a href="http://ubublogger.wordpress.com/libnotify-for-mozilla/">here</a> and <a href="http://ubublogger.wordpress.com/tag/libnotify-mozilla/">here</a>) and the project&#8217;s <a href="http://ubublogger.wordpress.com/libnotify-for-mozilla/">Launchpad page</a> to get the details and latest news. Here are the steps to set up the extension:</p>
<ol style="text-align: left;">
<li>Download the <a href="https://addons.mozilla.org/en-US/thunderbird/addon/11530/">Mozilla Notifications Extensions</a> .xpi file and save it in a temporary location on your system.</li>
<li>Open Thunderbird and install the extension (Tools &gt; Add-ons &gt; Install).</li>
<li>Disable the native Thunderbird notifications by unticking &#8220;When messages arrive: Show an alert&#8221; in Edit &gt; Preferences.</li>
<li>Install libnotify-bin package (execute in Terminal):<br />
<code><br />
sudo apt-get install libnotify-bin</p>
<p></code></li>
<li>In order to have Thunderbird entry in the menu even when it is not running. First create a new file as follows (run from Terminal):<br />
<code><br />
mkdir -p ~/.config/indicators/messages/applications<br />
gksudo gedit ~/.config/indicators/messages/applications/thunderbird</p>
<p></code></li>
<li>Then paste the following text in the file and save it:<br />
<code><br />
/usr/share/applications/thunderbird.desktop</p>
<p></code></li>
<li>(optional) If you wish you can remove the Evolution entries from the indicator menu. Note: because of <a href="https://bugs.launchpad.net/ubuntu/+source/indicator-messages/+bug/533021">bug 533021</a>, this is a workaround which will remove Evolution from the menu for all users on the system, not just yourself.<br />
<code><br />
mkdir -p ~/.config/indicators/messages/applications-blacklist<br />
sudo mv /usr/share/indicators/messages/applications/evolution ~/.config/indicators/messages/applications-blacklist</p>
<p></code><br />
(Once the above bug is resolved in the future, move the file back to its original location and create a softlink to it from the blacklist directory: <code>ln -s /usr/share/indicators/messages/applications/evolution ~/.config/indicators/messages/applications-blacklist/evolution</code>)</li>
<li>Log out from your user session and back in.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.martinhammer.com/blog/index.php/2010/08/thunderbird-notifications-and-indicator-applet-in-ubuntu-lucid/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>VMware Player in Lucid Lynx</title>
		<link>http://www.martinhammer.com/blog/index.php/2010/05/vmware-player-in-lucid-lynx/</link>
		<comments>http://www.martinhammer.com/blog/index.php/2010/05/vmware-player-in-lucid-lynx/#comments</comments>
		<pubDate>Wed, 19 May 2010 14:42:07 +0000</pubDate>
		<dc:creator>martin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[lucid-upgrade]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://www.martinhammer.com/blog/?p=504</guid>
		<description><![CDATA[As always after a kernel update, VMware Player 2.5.xx asks to be recompiled after upgrading to Ubuntu 10.04 (Lucid). However during the compilation I got errors about virtual network device, even after trying to recompile several times including from command line. After struggling for some time, I thought I would check on the VMware website [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">As always after a kernel update, VMware Player 2.5.xx asks to be recompiled after upgrading to Ubuntu 10.04 (Lucid). However during the compilation I got errors about virtual network device, even after trying to recompile several times including from command line.</p>
<p style="text-align: left;">After struggling for some time, I thought I would check on the <a href="http://www.vmware.com/">VMware website</a> whether there is a new version of the software; and indeed VMware Player is now in version 3. After installing it (by <a href="http://www.vmware.com/go/downloadplayer/">downloading</a> and running the .bundle file) everything works fine in Lucid. As a side note, the compilation dialogue does not come up and the look and feel of the Player is also quite different.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.martinhammer.com/blog/index.php/2010/05/vmware-player-in-lucid-lynx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Thunderbird &#8220;Could not initialize the browser&#8217;s security component&#8221;</title>
		<link>http://www.martinhammer.com/blog/index.php/2010/04/thunderbird-could-not-initialize-the-browsers-security-component/</link>
		<comments>http://www.martinhammer.com/blog/index.php/2010/04/thunderbird-could-not-initialize-the-browsers-security-component/#comments</comments>
		<pubDate>Sun, 11 Apr 2010 12:53:40 +0000</pubDate>
		<dc:creator>martin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[thunderbird]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.martinhammer.com/blog/?p=479</guid>
		<description><![CDATA[UPDATE: The issue has been fixed in a subsequent Ubuntu system update, so there should be no reason to go through the steps below if your system is up-to-date. After a recent system update in Ubuntu 9.10 (Karmic) I started getting an error message in Thunderbird starting with &#8220;Could not initialize the browser&#8217;s security component&#8221;. [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">UPDATE: The issue has been fixed in a subsequent Ubuntu system update, so there should be no reason to go through the steps below if your system is up-to-date.</p>
<p style="text-align: left;">After a recent system update in Ubuntu 9.10 (Karmic) I started getting an error message in Thunderbird starting with &#8220;Could not initialize the browser&#8217;s security component&#8221;. Among other things, this means that <a href="http://www.martinhammer.com/blog/index.php/2009/06/goodbye-webmail-hello-pop/">Hotmail integration with Thunderbird</a> no longer works.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-480" title="Thunderbird error message" src="http://www.martinhammer.com/blog/wp-content/uploads/2010/04/thunderbird-nss.png" alt="Thunderbird error message" width="613" height="181" /></p>
<p style="text-align: left;">The error dialog itself has a few suggestions, however none of these fixes the issue.</p>
<p style="text-align: left;">Luckily the solution can be found on Ubuntu forums and is very straightforward. All that is required is to remove the package &#8220;libnss3-0d&#8221;. This can be achieved from Synaptic (System &gt; Administration &gt; Synaptic Package Manager) or from the command line:</p>
<p><code>sudo apt-get remove libnss3-0d</code></p>
<p style="text-align: left;">Here is the link to the <a href="http://ubuntuforums.org/showthread.php?t=1451551">original post</a> on Ubuntu forums and the <a href="https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/559881">corresponding bug</a> on Launchpad.</p>
<p style="text-align: left;">
]]></content:encoded>
			<wfw:commentRss>http://www.martinhammer.com/blog/index.php/2010/04/thunderbird-could-not-initialize-the-browsers-security-component/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMware Player mouse issues in Karmic</title>
		<link>http://www.martinhammer.com/blog/index.php/2010/01/vmware-player-mouse-issues-in-karmic/</link>
		<comments>http://www.martinhammer.com/blog/index.php/2010/01/vmware-player-mouse-issues-in-karmic/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 13:43:12 +0000</pubDate>
		<dc:creator>martin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[karmic-upgrade]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://www.martinhammer.com/blog/?p=411</guid>
		<description><![CDATA[VMware Player experiences mouse capture problems when run under Ubuntu 9.10 Karmic host. Inside the guest window, the mouse pointer works fine in a top-left rectangle of the window (640&#215;480 pixels?) but outside of this area the mouse pointer switches its focus to the host. Add the following line to the file /etc/vmware/bootstrap to fix [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">VMware Player experiences mouse capture problems when run under Ubuntu 9.10 Karmic host. Inside the guest window, the mouse pointer works fine in a top-left rectangle of the window (640&#215;480 pixels?) but outside of this area the mouse pointer switches its focus to the host. Add the following line to the file <code>/etc/vmware/bootstrap</code> to fix it:</p>
<p style="text-align: left;"><code>export VMWARE_USE_SHIPPED_GTK=yes</code></p>
<p style="text-align: left;"><strong>Important note:</strong> VMware code needs to be recompiled each time the Linux kernel is updated and this entry may prevent it from compiling successfully. The additional line should be removed or commented out prior to building VMware Player and then put back in back again.</p>
<p style="text-align: left;">For a discussion see <a href="http://ubuntuforums.org/showthread.php?p=8177063">this thread</a> on Ubuntu forums.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.martinhammer.com/blog/index.php/2010/01/vmware-player-mouse-issues-in-karmic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ctrl-Alt-Backspace to restart X in Karmic</title>
		<link>http://www.martinhammer.com/blog/index.php/2009/11/ctrl-alt-backspace-to-restart-x-in-karmic/</link>
		<comments>http://www.martinhammer.com/blog/index.php/2009/11/ctrl-alt-backspace-to-restart-x-in-karmic/#comments</comments>
		<pubDate>Sat, 07 Nov 2009 05:43:55 +0000</pubDate>
		<dc:creator>martin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[karmic-upgrade]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[x.org]]></category>

		<guid isPermaLink="false">http://www.martinhammer.com/blog/?p=369</guid>
		<description><![CDATA[In a previous post I described to how to enable the Ctrl-Alt-Backspace key combination to restart the X server. However, those steps were applicable to Ubuntu 9.04 only and have no effect in Ubuntu 9.10 (Karmic Koala). The necessary changes to enable Ctrl-Alt-Backspace to restart X in Karmic are below. Open Preferences &#62; Keyboard and [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">In a <a href="http://www.martinhammer.com/blog/index.php/2009/04/enable-ctrl-alt-backspace-to-restart-x/">previous post</a> I described to how to enable the Ctrl-Alt-Backspace key combination to restart the X server. However, those steps were applicable to Ubuntu 9.04 only and have no effect in Ubuntu 9.10 (Karmic Koala). The necessary changes to enable Ctrl-Alt-Backspace to restart X in Karmic are below.</p>
<ol>
<li>Open Preferences &gt; Keyboard and select the Layouts tab.</li>
<li>Click the Layout Options&#8230; button.</li>
<li>In the dialog window expand the &#8220;Key sequence to kill X server&#8221; entry and select the checkbox.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.martinhammer.com/blog/index.php/2009/11/ctrl-alt-backspace-to-restart-x-in-karmic/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

