<?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>Capi's Corner &#187; ubuntu</title>
	<atom:link href="http://www.dont-panic.cc/capi/tag/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dont-panic.cc/capi</link>
	<description>Development, Network, Security, Ideas &#038; Opinions</description>
	<lastBuildDate>Sat, 10 Dec 2011 19:31:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Fix two Ubuntu 10.04 window manager annoyances</title>
		<link>http://www.dont-panic.cc/capi/2011/01/27/fix-two-ubuntu-10-04-window-manager-annoyances/</link>
		<comments>http://www.dont-panic.cc/capi/2011/01/27/fix-two-ubuntu-10-04-window-manager-annoyances/#comments</comments>
		<pubDate>Thu, 27 Jan 2011 07:00:25 +0000</pubDate>
		<dc:creator>Martin Carpella</dc:creator>
				<category><![CDATA[computer]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[compiz]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">http://www.dont-panic.cc/capi/?p=289</guid>
		<description><![CDATA[When upgrading to Ubuntu 10.04 I noticed two annoyances (which actually are just a matter of personal taste): The OSX-like positioning of the close, minimize and maximize buttons on the left instead of the right of the window. The fade-out (invisibility) of other windows when using Alt-Tab for tabbing through the available windows on the [...]]]></description>
			<content:encoded><![CDATA[<p>When upgrading to Ubuntu 10.04 I noticed two annoyances (which actually are just a matter of personal taste):</p>
<ul>
<li>The OSX-like positioning of the close, minimize and maximize buttons on the left instead of the right of the window.</li>
<li>The fade-out (invisibility) of other windows when using Alt-Tab for tabbing through the available windows on the current desktop.</li>
</ul>
<p>As I tend to forget and need to Google every time I encounter a newly setup 10.04 system, I now jot down the settings to change.</p>
<p>For changing the window buttons:</p>
<ol>
<li>Start <code>gconf-editor</code>.</li>
<li>Find <code>/apps/metacity/general/button_layout.</code></li>
<li>Change its value to <code>menu:minimize,maximize,close</code>.</li>
</ol>
<p>For changing the opacity of inactive windows during Alt+Tab window switching:</p>
<ol>
<li>Start <code>gconf-editor</code>.</li>
<li>Find <code>/apps/compiz/plugins/staticswitcher/screen0/options/opacity</code>.</li>
<li>Change it to any value you like, where 100 is fully visible and 0 is totally invisible.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.dont-panic.cc/capi/2011/01/27/fix-two-ubuntu-10-04-window-manager-annoyances/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nice to know &#8211; Volume 2</title>
		<link>http://www.dont-panic.cc/capi/2008/05/30/nice-to-know-volume-2/</link>
		<comments>http://www.dont-panic.cc/capi/2008/05/30/nice-to-know-volume-2/#comments</comments>
		<pubDate>Fri, 30 May 2008 13:58:45 +0000</pubDate>
		<dc:creator>Martin Carpella</dc:creator>
				<category><![CDATA[computer]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[sysadmin]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[udev]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[vs2005]]></category>
		<category><![CDATA[win2k3]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.dont-panic.cc/capi/?p=115</guid>
		<description><![CDATA[udev renames you network interfaces Sometimes udev renames your devices. This happened to me when upgrading a server, eth0 suddenly became eth1 and vice-versa. Of course, this broke nearly all firewall scripts on the server&#8230; There is a nice explanation how to get udev to name your devices the way you want. Visual Studio 2005 [...]]]></description>
			<content:encoded><![CDATA[<p><strong>udev renames you network interfaces</strong></p>
<blockquote><p>Sometimes udev renames your devices. This happened to me when upgrading a server, eth0 suddenly became eth1 and vice-versa. Of course, this broke nearly all firewall scripts on the server&#8230; There is a nice explanation <a href="http://www.debianadmin.com/rename-network-interface-using-udev-in-linux.html">how to get udev to name your devices the way you want</a>.</p></blockquote>
<p><strong>Visual Studio 2005 Service Pack 1 on Microsoft Windows Server 2003</strong></p>
<blockquote><p>When installing Visual Studio Service Pack 1 under Windows Server 2003, it might fail because it cannot verify the signature. You should take time and visit the <a href="http://go.microsoft.com/fwlink/?LinkId=73863">link</a> provided in the error message, because it will take you to a hotfix that will correct the problem.</p>
<p>(via <a href="http://www.carrollzone.com/Blog/post/2007/06/Problems-installing-Visual-Studio-2005-SP1-on-Windows-Server-2003.aspx">Mark Caroll&#8217;s Blog</a>)</p></blockquote>
<p><strong>VMWare Server on Ubuntu 8.04</strong></p>
<blockquote><p>A <a href="http://www.bauer-power.net/2008/04/installing-vmware-server-on-ubuntu-804.html">nice tutorial</a> for getting free <a href="http://www.vmware.com/products/server/">VMWare Server</a> 1.0.5 running on Ubuntu 8.04.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.dont-panic.cc/capi/2008/05/30/nice-to-know-volume-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu 7.04 cryptsetup problem</title>
		<link>http://www.dont-panic.cc/capi/2007/06/26/ubuntu-704-cryptsetup-problem/</link>
		<comments>http://www.dont-panic.cc/capi/2007/06/26/ubuntu-704-cryptsetup-problem/#comments</comments>
		<pubDate>Tue, 26 Jun 2007 19:57:09 +0000</pubDate>
		<dc:creator>Martin Carpella</dc:creator>
				<category><![CDATA[sysadmin]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[cryptsetup]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.dont-panic.cc/capi/2007/06/26/ubuntu-704-cryptsetup-problem/</guid>
		<description><![CDATA[I am using cryptsetup LUKS for storing encrypted office data on my USB memory stick (just in case I lose it). I recently installed Ubuntu 7.04 on one of my machines and wanted to open the encrypted partition using cryptsetup luksOpen, which failed with a rather strange Unable to make device node for &#8216;temporary-cryptsetup-32733&#8242; While [...]]]></description>
			<content:encoded><![CDATA[<p>I am using <a href="http://luks.endorphin.org/dm-crypt">cryptsetup LUKS</a> for storing encrypted office data on my USB memory stick (just in case I lose it). I recently installed <a href="http://www.ubuntu.com/">Ubuntu</a> 7.04 on one of my machines and wanted to open the encrypted partition using cryptsetup luksOpen, which failed with a rather strange</p>
<blockquote style="text-align: left"><p>Unable to make device node for &#8216;temporary-cryptsetup-32733&#8242;</p></blockquote>
<p>While searching around the net I found a lot of people asking the same question but hardly any answer, until I finally read <a href="http://ubuntuforums.org/showthread.php?t=420182">this article</a><br />
on the Ubuntu forum.</p>
<p>The solution to the whole problem is rather simple:</p>
<blockquote align="left"><p>sudo mkdir /dev/.static/dev/mapper</p></blockquote>
<p>With a little bit more verbose error message of cryptsetup I <em>might</em> have figured this out myself&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dont-panic.cc/capi/2007/06/26/ubuntu-704-cryptsetup-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

