<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>My experience with Ubuntu blogged</title>
	<atom:link href="http://ubuntuswitch.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://ubuntuswitch.wordpress.com</link>
	<description>My switch to Ubuntu</description>
	<lastBuildDate>Sun, 29 Jan 2012 03:33:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='ubuntuswitch.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>My experience with Ubuntu blogged</title>
		<link>http://ubuntuswitch.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://ubuntuswitch.wordpress.com/osd.xml" title="My experience with Ubuntu blogged" />
	<atom:link rel='hub' href='http://ubuntuswitch.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Download Album to Picasa (Picasaweb) in Ubuntu Firefox</title>
		<link>http://ubuntuswitch.wordpress.com/2011/12/29/download-album-to-picasa-picasaweb-in-ubuntu-firefox/</link>
		<comments>http://ubuntuswitch.wordpress.com/2011/12/29/download-album-to-picasa-picasaweb-in-ubuntu-firefox/#comments</comments>
		<pubDate>Thu, 29 Dec 2011 09:34:09 +0000</pubDate>
		<dc:creator>ataub2qf</dc:creator>
				<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[picasa]]></category>
		<category><![CDATA[picasa web album]]></category>
		<category><![CDATA[protocol handler]]></category>

		<guid isPermaLink="false">http://ubuntuswitch.wordpress.com/?p=211</guid>
		<description><![CDATA[If you want to download an album from a shared album on picasaweb and use the &#8220;Download to Picasa&#8221; button you normally get the following error message: Firefox doesn’t know how to open this address, because the protocol (picasa) isn’t associated with any program. 1. Solution: DownThemAll Install the DownThemAll extension Restart firefox Go to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ubuntuswitch.wordpress.com&amp;blog=842270&amp;post=211&amp;subd=ubuntuswitch&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If you want to download an album from a shared album on picasaweb and use the &#8220;Download to Picasa&#8221; button you normally get the following error message:</p>
<blockquote><p><strong>Firefox doesn’t know how to open this address, because the protocol (picasa) isn’t associated with any program.</strong></p></blockquote>
<h4>1. Solution: DownThemAll</h4>
<ol>
<li>Install the <a href="https://addons.mozilla.org/en-US/firefox/addon/downthemall/">DownThemAll extension</a></li>
<li>Restart firefox</li>
<li>Go to the picasa web album</li>
<li>Open the RSS-Feed (to get the RSS-Icon back eg you can use the <a href="https://addons.mozilla.org/de/firefox/addon/rss-icon/">rss-icon extension</a>)</li>
<li>Right click in the feed and select DownThemAll</li>
</ol>
<p><strong>Pro:</strong> You do not need picasa, download the images to a folder you want, no need to change the configuration<br />
<strong>Cons:</strong> You need some addons, maybe it does not work on &#8220;private&#8221; albums?</p>
<h4>2. Solution: Use Picasa with some small fixes</h4>
<ol>
<li>Open about:config (like a n ordinary url) and change the following:
<ol>
<li>set <code>network.protocol-handler.expose.picasa</code> to <strong>false</strong><code></code></li>
<li><code>set network.protocol-handler.external.picasa</code> to <strong>true</strong></li>
<li>set <code>network.protocol-handler.app.picasa</code> to <strong>/opt/google/picasa/3.0/bin/picasa</strong> <em>(seems to have no impact</em>)<em><strong><br />
</strong></em></li>
</ol>
</li>
<li>Open the file <em>~/.local/share/applications/mimeapps.list</em> and add <em><code>x-scheme-handler/picasa=picasa.desktop</code></em><code> under</code><em><code> [Added Associations].</code></em></li>
<li>Now click the &#8220;Download to picasa&#8221; button in the web album you want to download.</li>
<li>There should be a popup which asks you what program to use for this link. If there is no popup you can change this setting under Edit -&gt; Preferences -&gt; Applications.</li>
<li>Click Choose and select  <em>/opt/google/picasa/3.0/bin/picasa</em> (important: not /usr/bin/picasa, which opens only the main picasa program and not the &#8220;Download Album&#8221; dialog. (weird, especially because /usr/bin/picasa is only a symlink to the /opt binary).</li>
</ol>
<p><strong>Pro:</strong> Download into picasa (if you want that), no additional extensions needed,<br />
<strong>Cons: </strong>Some configuration needed, Picasa needed (and download to this picasa download folder)<strong> </strong></p>
<p><strong>Source:</strong></p>
<ul>
<li><a href="https://pricklytech.wordpress.com/2011/06/11/how-to-download-a-picasa-web-album-without-installing-picassa/">PricklyTech: How To Download a Picasa Web Album Without Installing Picassa</a></li>
<li><a href="http://www.ajopaul.com/2011/08/07/ubuntu-fix-for-firefox-to-download-picasa-albums/">Ajo Paul: Ubuntu : Fix for Firefox to download picasa albums</a></li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ubuntuswitch.wordpress.com/211/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ubuntuswitch.wordpress.com/211/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ubuntuswitch.wordpress.com/211/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ubuntuswitch.wordpress.com/211/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ubuntuswitch.wordpress.com/211/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ubuntuswitch.wordpress.com/211/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ubuntuswitch.wordpress.com/211/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ubuntuswitch.wordpress.com/211/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ubuntuswitch.wordpress.com/211/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ubuntuswitch.wordpress.com/211/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ubuntuswitch.wordpress.com/211/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ubuntuswitch.wordpress.com/211/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ubuntuswitch.wordpress.com/211/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ubuntuswitch.wordpress.com/211/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ubuntuswitch.wordpress.com&amp;blog=842270&amp;post=211&amp;subd=ubuntuswitch&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ubuntuswitch.wordpress.com/2011/12/29/download-album-to-picasa-picasaweb-in-ubuntu-firefox/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">ataub2qf</media:title>
		</media:content>
	</item>
		<item>
		<title>Change DNS on PRGAV4202N (A1, Telekom Austria)</title>
		<link>http://ubuntuswitch.wordpress.com/2011/10/17/change-dns-on-prgav4202n-a1-telekom-austria/</link>
		<comments>http://ubuntuswitch.wordpress.com/2011/10/17/change-dns-on-prgav4202n-a1-telekom-austria/#comments</comments>
		<pubDate>Mon, 17 Oct 2011 21:19:33 +0000</pubDate>
		<dc:creator>ataub2qf</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ubuntuswitch.wordpress.com/?p=212</guid>
		<description><![CDATA[My internet connection is by A1 (formerly Telekom Austria) and I wanted to use opendns as my custom dns service. My current firmware version is 4.8.3.DWVV_TAU_5.1.6. To change the DNS go to the web interface (http://10.0.0.138) and login with the following credentials (root): Username: XQvfPUoO19_ai64j Password: GtwdTdMRgfUIMFwoAU5m Go to this URL: http://10.0.0.138/index.cgi?active_page_str=page_conn_settings_ppp0 and click &#8220;Einstellungen&#8221; (Settings). Change your DNS as [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ubuntuswitch.wordpress.com&amp;blog=842270&amp;post=212&amp;subd=ubuntuswitch&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>My internet connection is by <strong>A1 (formerly Telekom Austria)</strong> and I wanted to use <strong><a href="http://www.opendns.com">opendns</a></strong> as my <strong>custom dns service</strong>.</p>
<p>My current firmware version is <span class="Apple-style-span" style="font-family:Consolas, Monaco, monospace;font-size:12px;line-height:18px;white-space:pre;">4.8.3.DWVV_TAU_5.1.6.</span></p>
<p>To change the DNS go to the web interface (<a href="http://10.0.0.138">http://10.0.0.138</a>) and login with the following credentials (root):<br />
Username: XQvfPUoO19_ai64j<br />
Password: GtwdTdMRgfUIMFwoAU5m</p>
<p>Go to this URL: <a href="http://10.0.0.138/index.cgi?active_page_str=page_conn_settings_ppp0">http://10.0.0.138/index.cgi?active_page_str=page_conn_settings_ppp0</a> and click &#8220;Einstellungen&#8221; (Settings). Change your DNS as you like and click &#8220;Anwenden&#8221; (Apply).</p>
<p>There you go.</p>
<p><strong>Source:</strong><br />
<a href="http://forum.adsl.at/viewtopic.php?f=20&amp;t=50854">http://forum.adsl.at/viewtopic.php?f=20&amp;t=50854</a><br />
<a href="http://tpirelli.blogspot.com/2011/06/root-zugriff-fur-a1telekom-austria.html">http://tpirelli.blogspot.com/2011/06/root-zugriff-fur-a1telekom-austria.html</a></p>
<p>&nbsp;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ubuntuswitch.wordpress.com/212/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ubuntuswitch.wordpress.com/212/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ubuntuswitch.wordpress.com/212/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ubuntuswitch.wordpress.com/212/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ubuntuswitch.wordpress.com/212/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ubuntuswitch.wordpress.com/212/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ubuntuswitch.wordpress.com/212/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ubuntuswitch.wordpress.com/212/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ubuntuswitch.wordpress.com/212/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ubuntuswitch.wordpress.com/212/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ubuntuswitch.wordpress.com/212/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ubuntuswitch.wordpress.com/212/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ubuntuswitch.wordpress.com/212/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ubuntuswitch.wordpress.com/212/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ubuntuswitch.wordpress.com&amp;blog=842270&amp;post=212&amp;subd=ubuntuswitch&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ubuntuswitch.wordpress.com/2011/10/17/change-dns-on-prgav4202n-a1-telekom-austria/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">ataub2qf</media:title>
		</media:content>
	</item>
		<item>
		<title>Outlook: always use reply-to (return mail) for free</title>
		<link>http://ubuntuswitch.wordpress.com/2011/06/01/outlook-always-use-reply-to-return-mail-for-free/</link>
		<comments>http://ubuntuswitch.wordpress.com/2011/06/01/outlook-always-use-reply-to-return-mail-for-free/#comments</comments>
		<pubDate>Wed, 01 Jun 2011 07:24:26 +0000</pubDate>
		<dc:creator>ataub2qf</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ubuntuswitch.wordpress.com/?p=194</guid>
		<description><![CDATA[At work I have to use Windows 7 with Outlook 2003. We needed a solution to add the reply-to header to all outgoing mails. As out server uses Exchange 2003, Transport agents to change smtp headers are not supported. So I had to code a client (Outlook 2003) solution, because the add-ins cost about 50 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ubuntuswitch.wordpress.com&amp;blog=842270&amp;post=194&amp;subd=ubuntuswitch&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>At work I have to use Windows 7 with Outlook 2003. We needed a solution to add the <strong>reply-to</strong> header to all outgoing mails. As out server uses <strong>Exchange 2003</strong>, <a href="http://stackoverflow.com/questions/1673752/editing-an-smtp-header-with-an-exchange-2007-transport-agent">Transport agents to change smtp headers</a> are not supported.</p>
<p>So I had to code a client (<strong>Outlook 2003</strong>) solution, because the add-ins cost about 50 $ per user.</p>
<h4>Add Reply-to header to all outgoing mails</h4>
<ol>
<li>In Outlook open your Visual Basic Editor (&lt;Alt&gt;+&lt;F11&gt; or Extras → Macro → Visual Basic Editor)</li>
<li>I did this in german, so the names may vary a bit: In Project1 (VbaProject.OTM) open Microsoft Office Outlook Objects → ThisOutlookSession</li>
<li>Enter the following Code
<pre style="color:#000000;border:1px solid gray;background-color:#f6f6f6;font-size:10pt;font-family:'MS Shell Dlg 2';padding:.5em;"><span style="color:#2239a8;font-weight:bold;">Private Sub</span> <span style="color:#a8227b;">Application_ItemSend</span><span style="color:#000000;">(</span><span style="color:#2239a8;font-weight:bold;">ByVal</span> Item <span style="color:#2239a8;font-weight:bold;">As Object</span><span style="color:#000000;">,</span> Cancel <span style="color:#2239a8;font-weight:bold;">As</span> <span style="color:#8c1d69;font-weight:bold;">Boolean</span><span style="color:#000000;">)</span>

    <span style="color:#558817;">'add reply-To address</span>
    Item<span style="color:#000000;">.</span>ReplyRecipients<span style="color:#000000;">.</span>Add <span style="color:#a8660d;">"office@example.com"</span>
    Item<span style="color:#000000;">.</span>ReplyRecipients<span style="color:#000000;">.</span>ResolveAll

<span style="color:#2239a8;font-weight:bold;">End Sub</span></pre>
</li>
<li>Save it</li>
</ol>
<h4>Activate the macro</h4>
<p>Because macros are &#8220;dangerous&#8221; you have to set the security level down.</p>
<ol>
<li>Open Extras → Macro → Security.</li>
<li>Change the security level from high to medium (or low which is not recommended)</li>
<li>Click OK.</li>
</ol>
<h4>Further suggestions</h4>
<ul>
<li>You can <strong><a href="http://www.howto-outlook.com/howto/selfcert.htm">sign you macro</a></strong> and always trust macros from yourself, so that you do not have to activate macros every time you start outlook (when you are on the medium security level)</li>
<li>For <strong>deployment</strong> I recommend you to sign the macro and then copy the the file <em>%appdata%\Microsoft\Outlook\VbaProject.OTM</em> to the new computer (this overwrites all macros on the new computer with the macros from the source computer). On the new computer you should install the signature (In the security warning on Outlook startup click Details → Show Certificate → Install Certificate and then restart Outlook and always trust the macros from that source.</li>
</ul>
<p><strong>Sources</strong>: <a href="http://www.office-loesung.de/ftopic82603_0_0_asc.php">Change reply recipient dependent on the mail domain</a> (german)</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ubuntuswitch.wordpress.com/194/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ubuntuswitch.wordpress.com/194/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ubuntuswitch.wordpress.com/194/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ubuntuswitch.wordpress.com/194/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ubuntuswitch.wordpress.com/194/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ubuntuswitch.wordpress.com/194/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ubuntuswitch.wordpress.com/194/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ubuntuswitch.wordpress.com/194/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ubuntuswitch.wordpress.com/194/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ubuntuswitch.wordpress.com/194/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ubuntuswitch.wordpress.com/194/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ubuntuswitch.wordpress.com/194/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ubuntuswitch.wordpress.com/194/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ubuntuswitch.wordpress.com/194/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ubuntuswitch.wordpress.com&amp;blog=842270&amp;post=194&amp;subd=ubuntuswitch&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ubuntuswitch.wordpress.com/2011/06/01/outlook-always-use-reply-to-return-mail-for-free/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">ataub2qf</media:title>
		</media:content>
	</item>
		<item>
		<title>Restart metacity without keyboard</title>
		<link>http://ubuntuswitch.wordpress.com/2010/12/12/restart-metacity-without-keyboard/</link>
		<comments>http://ubuntuswitch.wordpress.com/2010/12/12/restart-metacity-without-keyboard/#comments</comments>
		<pubDate>Sun, 12 Dec 2010 16:14:42 +0000</pubDate>
		<dc:creator>ataub2qf</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ubuntuswitch.wordpress.com/?p=183</guid>
		<description><![CDATA[While I updated ubuntu from 10.04 to 10.10 my keyboard stopped working. Then I saw that the window borders were missing. So it seemed that metacity crashed. But how can I restart metacity without a keyboard? In your main menu click: System &#62; Preferences &#62; Appearance and change your Visual Effects from the current value [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ubuntuswitch.wordpress.com&amp;blog=842270&amp;post=183&amp;subd=ubuntuswitch&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>While I updated ubuntu from 10.04 to 10.10 my keyboard stopped working. Then I saw that the window borders were missing. So it seemed that metacity crashed. But how can I <strong>restart metacity without a keyboard</strong>?</p>
<p>In your main menu click: <em>System &gt; Preferences &gt; Appearance </em>and change your Visual Effects from the current value to something else.</p>
<p>That worked for me. Metacity restarted and the keyboard <em>resumed its work.<br />
</em></p>
<p>&nbsp;</p>
<p><strong>Source</strong><em>: </em><a href="https://help.ubuntu.com/community/Metacity">https://help.ubuntu.com/community/Metacity</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ubuntuswitch.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ubuntuswitch.wordpress.com/183/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ubuntuswitch.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ubuntuswitch.wordpress.com/183/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ubuntuswitch.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ubuntuswitch.wordpress.com/183/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ubuntuswitch.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ubuntuswitch.wordpress.com/183/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ubuntuswitch.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ubuntuswitch.wordpress.com/183/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ubuntuswitch.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ubuntuswitch.wordpress.com/183/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ubuntuswitch.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ubuntuswitch.wordpress.com/183/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ubuntuswitch.wordpress.com&amp;blog=842270&amp;post=183&amp;subd=ubuntuswitch&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ubuntuswitch.wordpress.com/2010/12/12/restart-metacity-without-keyboard/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">ataub2qf</media:title>
		</media:content>
	</item>
		<item>
		<title>Nautilus: Slow Network or network does not work</title>
		<link>http://ubuntuswitch.wordpress.com/2010/02/05/nautilus-slow-network-or-network-does-not-work/</link>
		<comments>http://ubuntuswitch.wordpress.com/2010/02/05/nautilus-slow-network-or-network-does-not-work/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 14:48:26 +0000</pubDate>
		<dc:creator>ataub2qf</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[nautilus]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://ubuntuswitch.wordpress.com/?p=160</guid>
		<description><![CDATA[Problem: You click Network → Places and than on Windows-Network and on your Workgroup. Now you are waiting and nothing happens, so you do not find shares from other hosts. Maybe you get an error, that the mounting failed. Fire up your bash and type smbtree which will likely display something like this: guru@guru-desktop:~$ smbtree [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ubuntuswitch.wordpress.com&amp;blog=842270&amp;post=160&amp;subd=ubuntuswitch&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Problem: You click<strong> Network → Places </strong>and than on <strong>Windows-Network</strong> and on your <em>Workgroup</em>. Now you are waiting and nothing happens, so you do not find shares from other hosts. Maybe you get an error, that the mounting failed.</p>
<p>Fire up your bash and type <strong>smbtree</strong> which will likely display something like this:</p>
<pre style="border:1px solid black;color:white;background-color:#333;padding:.5em;"><span style="color:#99cc00;"><strong>guru@guru-desktop</strong></span>:~$ smbtree
Enter guru's password:
WORKGROUP
	\\XPMT
cli_start_connection: failed to connect to XPMT&lt;20&gt; (0.0.0.0). Error NT_STATUS_UNSUCCESSFUL
	\\GURU-DESKTOP   		guru-desktop server (Samba, Ubuntu)
		\\GURU-DESKTOP\share
		\\GURU-DESKTOP\Epson-Stylus-Photo-RX600	Epson Stylus Photo RX600
		\\GURU-DESKTOP\IPC$           	IPC Service (guru-desktop server (Samba, Ubuntu))
		\\GURU-DESKTOP\print$         	Printer Drivers
</pre>
<p>If you get this error <strong>(cli_start_connection: failed to connect to</strong> XPMT&lt;20&gt; (0.0.0.0). <strong>Error NT_STATUS_UNSUCCESSFUL</strong>) edit <em>/etc/samba/smb.conf</em> (as root) and change the following line</p>
<p><code><strong><span style="color:#ff0000;">;</span></strong> name resolve order = lmhosts <strong><span style="color:#ff0000;">host</span></strong> wins bcast<br />
</code><br />
into this (delete semicolon and move host to the end)<br />
<code><br />
name resolve order = lmhosts wins bcast host</code></p>
<p>Now <strong>restart your PC</strong> (restarting samba and killing nautlius does not work).</p>
<p><strong>Source:</strong> Bugs <a href="https://bugs.launchpad.net/hundredpapercuts/+bug/389909">#389909</a> and <a href="https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/469548">#469548 (Duplicate)</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ubuntuswitch.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ubuntuswitch.wordpress.com/160/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ubuntuswitch.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ubuntuswitch.wordpress.com/160/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ubuntuswitch.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ubuntuswitch.wordpress.com/160/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ubuntuswitch.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ubuntuswitch.wordpress.com/160/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ubuntuswitch.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ubuntuswitch.wordpress.com/160/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ubuntuswitch.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ubuntuswitch.wordpress.com/160/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ubuntuswitch.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ubuntuswitch.wordpress.com/160/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ubuntuswitch.wordpress.com&amp;blog=842270&amp;post=160&amp;subd=ubuntuswitch&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ubuntuswitch.wordpress.com/2010/02/05/nautilus-slow-network-or-network-does-not-work/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">ataub2qf</media:title>
		</media:content>
	</item>
		<item>
		<title>Elektronische Signatur mit Gemalto auf Ubuntu Jaunty</title>
		<link>http://ubuntuswitch.wordpress.com/2009/05/20/elektronische-signatur-mit-gemalto-auf-ubuntu-jaunty/</link>
		<comments>http://ubuntuswitch.wordpress.com/2009/05/20/elektronische-signatur-mit-gemalto-auf-ubuntu-jaunty/#comments</comments>
		<pubDate>Wed, 20 May 2009 14:14:12 +0000</pubDate>
		<dc:creator>ataub2qf</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[gemalto]]></category>
		<category><![CDATA[signatur]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://ubuntuswitch.wordpress.com/?p=147</guid>
		<description><![CDATA[This post is in german. Nachdem nun gratis Card-Reader ausgeteilt wurden und die Bürgerkarte (e-card) aktiviert wurde, habe ich dieses Angebot natürlich genutzt. Mit diesem Angebt kann man schnell elektonisch signieren, e-Voten, sich krank melden, Behördenwege oder E-Banking machen. Man hat gratis den gemalto PC USB-SL Reader bekommen. Ich habe gehört, dass derzeit nur der [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ubuntuswitch.wordpress.com&amp;blog=842270&amp;post=147&amp;subd=ubuntuswitch&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="background-color:#eee;padding:.5em;"><img class="size-full wp-image-148 alignnone" title="deutsch" src="http://ubuntuswitch.files.wordpress.com/2009/05/at.gif?w=500" alt="deutsch"   /> This post is in <strong>german</strong>.</p>
<p>Nachdem nun gratis Card-Reader ausgeteilt wurden und die Bürgerkarte (e-card) aktiviert wurde, habe ich dieses Angebot natürlich genutzt. Mit diesem Angebt kann man schnell <strong>elektonisch signieren</strong>,<strong> e-Voten</strong>, sich <strong>krank melden</strong>, <strong>Behördenwege</strong> oder E-Banking machen.</p>
<p>Man hat gratis den <strong>gemalto PC USB-SL Reader</strong> bekommen. Ich habe gehört, dass derzeit nur der Reader von a-trust sicher sein soll, dies jedoch nur aus persönlichen Gesprächen. Dies wäre bedenklich insb im Hinblick auf das verfassungsgesetzlich gewährleistete Recht der geheimen Wahl.</p>
<p>Ich wollte diesen Reader nun zum Laufen bringen. Ubuntu 9.04 bringt zum Glück schon die Treiber mit, sodass ich mit die <a href="http://www.uni-muenster.de/WWUCA/info/howto-smartcard-linux-gemalto.html">Anleitung für ältere Ubuntus</a> ersparen konne. Man benötigt jedoch eine Software, die sog Büprgerkartenumgebung. Diese downloadet man sich für<a href="http://update.buergerkarte.at/download/Linux/tdb277JRE.tar.gz"> Linux mit 32Bit</a> oder für <a href="http://update.buergerkarte.at/download/Linux64/tdb277JRE_x86_64.tar.gz">Linux mit 64 Bit</a>.</p>
<p>Nun entpackt man das Archiv und wechselt in den Ordnet tdb-release. Danach installiert man das Programm mit root-Rechten.<code style="border-left:5px solid #999999;background-color:#efefef;display:block;padding:.5em;">sudo ./setup.sh</code></p>
<p><img class="alignright size-full wp-image-151" style="margin-left:10px;margin-right:10px;" title="TDB Einstellungen" src="http://ubuntuswitch.files.wordpress.com/2009/05/tdb-einstellungen.png?w=500" alt="TDB Einstellungen"   />Im Dialog wählt man nun <strong>Autostart GNOME</strong> und <strong>Start Menü Gnome</strong> für Ubuntu bzw Autostart KDE und Start Menü KDE für Kubuntu.</p>
<p>Nach einem Klick auf <strong>OK</strong> wird das Programm installiert.</p>
<p>Nun müssen wir noch testen ob das Programm funktioniert. Dazu gehen wir auf die <a href="https://www.buergerkarte.at/de/hilfe/bku-test.html">Seite um die Bürgerkarte zu testen</a>. Dort klickt man auf den großen grünen Button<strong> Bürgerkarte testen</strong>. Die Online BKU hat bei mir nicht funktioniert, deshalb haben wir auch die lokale Software installiert. Daher wählt man <strong>Lokale BKU</strong>.</p>
<p><img class="alignleft size-full wp-image-152" style="margin:10px;" title="Sicherheitshinweis" src="http://ubuntuswitch.files.wordpress.com/2009/05/sicherheitshinweis.png?w=500&#038;h=320" alt="Sicherheitshinweis" width="500" height="320" /></p>
<p>Nun poppt ein <strong>Sicherheitshinweis</strong> auf. Nachdem man das Zertifikat kontrolliert hat klickt man die <strong>Checkbox</strong> an und klickt auf <strong>Zulassen</strong>.</p>
<p><img class="alignright size-full wp-image-153" style="margin:10px;" title="Problem mit Karte" src="http://ubuntuswitch.files.wordpress.com/2009/05/problem-mit-karte.png?w=500" alt="Problem mit Karte"   /></p>
<p>Hat man keine Bürgerkarte (e-card) im Kartenleser stecken, so erscheint der Dialog <strong>Problem mit Karte</strong> auf der rechten Seite. Man steckt daher seine e-card mit dem Chip nach oben und nach innen in den Leser und klickt auf OK.</p>
<p><img class="alignleft size-full wp-image-154" style="margin-left:10px;margin-right:10px;" title="PIN Eingabe" src="http://ubuntuswitch.files.wordpress.com/2009/05/pin-eingabe.png?w=500" alt="PIN Eingabe"   /></p>
<p>Danach muss man den <strong>vierstelligen PIN eingeben</strong>, den man bei der Aktivierung angegeben hat und auf OK klicken.</p>
<p>Nun muss man rechts unten seinen sechsstelligen PIN eingeben, welchen man ebenfalls bei der Aktivierung bekommen hat und OK klicken.</p>
<p><img class="aligncenter size-full wp-image-155" title="trustview" src="http://ubuntuswitch.files.wordpress.com/2009/05/trustview.png?w=500&#038;h=390" alt="trustview" width="500" height="390" /></p>
<p>Nun sollte man einen Erfolgshinweis bekommen:</p>
<p><img class="aligncenter size-full wp-image-156" title="Success" src="http://ubuntuswitch.files.wordpress.com/2009/05/success.png?w=500&#038;h=161" alt="Success" width="500" height="161" /></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ubuntuswitch.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ubuntuswitch.wordpress.com/147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ubuntuswitch.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ubuntuswitch.wordpress.com/147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ubuntuswitch.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ubuntuswitch.wordpress.com/147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ubuntuswitch.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ubuntuswitch.wordpress.com/147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ubuntuswitch.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ubuntuswitch.wordpress.com/147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ubuntuswitch.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ubuntuswitch.wordpress.com/147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ubuntuswitch.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ubuntuswitch.wordpress.com/147/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ubuntuswitch.wordpress.com&amp;blog=842270&amp;post=147&amp;subd=ubuntuswitch&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ubuntuswitch.wordpress.com/2009/05/20/elektronische-signatur-mit-gemalto-auf-ubuntu-jaunty/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">ataub2qf</media:title>
		</media:content>

		<media:content url="http://ubuntuswitch.files.wordpress.com/2009/05/at.gif" medium="image">
			<media:title type="html">deutsch</media:title>
		</media:content>

		<media:content url="http://ubuntuswitch.files.wordpress.com/2009/05/tdb-einstellungen.png" medium="image">
			<media:title type="html">TDB Einstellungen</media:title>
		</media:content>

		<media:content url="http://ubuntuswitch.files.wordpress.com/2009/05/sicherheitshinweis.png" medium="image">
			<media:title type="html">Sicherheitshinweis</media:title>
		</media:content>

		<media:content url="http://ubuntuswitch.files.wordpress.com/2009/05/problem-mit-karte.png" medium="image">
			<media:title type="html">Problem mit Karte</media:title>
		</media:content>

		<media:content url="http://ubuntuswitch.files.wordpress.com/2009/05/pin-eingabe.png" medium="image">
			<media:title type="html">PIN Eingabe</media:title>
		</media:content>

		<media:content url="http://ubuntuswitch.files.wordpress.com/2009/05/trustview.png" medium="image">
			<media:title type="html">trustview</media:title>
		</media:content>

		<media:content url="http://ubuntuswitch.files.wordpress.com/2009/05/success.png" medium="image">
			<media:title type="html">Success</media:title>
		</media:content>
	</item>
		<item>
		<title>Asus eee 1000HE and Ubuntu Jaunty UNR (9.04)</title>
		<link>http://ubuntuswitch.wordpress.com/2009/05/15/asus-eee-1000he-and-ubuntu-jaunty-unr-9-04/</link>
		<comments>http://ubuntuswitch.wordpress.com/2009/05/15/asus-eee-1000he-and-ubuntu-jaunty-unr-9-04/#comments</comments>
		<pubDate>Fri, 15 May 2009 12:28:40 +0000</pubDate>
		<dc:creator>ataub2qf</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[jaunty]]></category>
		<category><![CDATA[netbook]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[unr]]></category>

		<guid isPermaLink="false">http://ubuntuswitch.wordpress.com/?p=141</guid>
		<description><![CDATA[Last week I installed Ubuntu Jaunty UNR on my Asus eee 1000HE. I followed the tutorial at ubuntu.com with a 1GB usb stick. I inserted the USB with the Live-System. It started without any problems. During the live session the WLAN did not work (It worked after the complete install). I partitioned manually and used [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ubuntuswitch.wordpress.com&amp;blog=842270&amp;post=141&amp;subd=ubuntuswitch&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Last week I installed <a href="http://www.ubuntu.com/getubuntu/download-netbook">Ubuntu Jaunty UNR</a> on my Asus eee 1000HE. I followed the <a href="https://help.ubuntu.com/community/Installation/FromImgFiles">tutorial at ubuntu.com</a> with a 1GB usb stick.</p>
<p>I inserted the USB with the Live-System. It started without any problems. During the <strong>live session</strong> the WLAN did not work (It worked after the complete install). I partitioned manually and used only sda1 as root (/) with ext4 as filesystem.</p>
<h3>Drive d:\</h3>
<p>After the complete install and reboot I did not found my <strong>drive d:\</strong>. It was not mounted automatically. To mount the drive permanently do the following:<br />
<code style="background-color:#efefef;border-left:5px solid #999;display:block;padding:.5em;">sudo mkdir /media/data</code></p>
<p>Now append the following line to your<strong> /etc/fstab</strong> (You have to edit with sudo)<br />
<code>/dev/sda2    /media/data/    ntfs    defaults    0    2</code></p>
<p>Now you have to <strong>refresh</strong> your mount:<br />
<code style="background-color:#efefef;border-left:5px solid #999;display:block;padding:.5em;">sudo mount -a</code></p>
<h3>Using Ubuntu Jaunty on my Asus eee 1000he netbook</h3>
<p><strong>Universe</strong> was activated (uncommented) in /etc/apt/sources.list but the apt-cache was not refreshed yet. I needed Universe for gparted. You can easily refresh your apt-cache and get Universe by:<code style="border-left:5px solid #999999;background-color:#efefef;display:block;padding:.5em;">sudo apt-get upddate</code></p>
<p>Most of the time I keep the <strong>brightness</strong> at the minimum. Sometimes (I do not know why) the brightness increases unexpected.</p>
<p>The <strong>Mouse</strong> works fine. I can use three fingers to right click and two fingers to simulate the mouse wheel &#8211; perfect <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> .</p>
<p>If you want to get your <strong>normal Ubuntu Desktop</strong> you can switch to that mode easily by  Preferences -&gt;Desktop Switcher. This tool <a href="https://bugs.launchpad.net/ubuntu/jaunty/+source/desktop-switcher/+bug/349519">seems to be buggy</a> at the moment. I got troubles with Ubuntu, but I do not know if they were caused by the desktop.switcher.</p>
<p>If you want to <strong>install deb-packages in firefox</strong> there is no preconfigurred action. The best way ist to open the .deb with <em>/usr/bin/gdebi-gtk</em>.</p>
<p>Especially for eee there are the <a href="http://greg.geekmind.org/eee-control/"><strong>eee-tools</strong></a>.You can enable and disable WLAN, bluetooth, the camera and card reader, set some Hotkeys and set the performance level.To start the tools restart your computer or start eee-control-tray with &lt;Alt&gt;+&lt;F2&gt;.</p>
<p>Because the <strong>battery life</strong> was about two hours shorter than with windows (about 7 insteat of 9.5 hours) i wanted back to Windows. I also destroyed my desktop and do not know why, so the alternative was to reinstall Ubuntu.</p>
<h3>Back to Windows</h3>
<p>The 1000he has a nice &#8220;Quick Recovery System&#8221;. You can enter if you press &lt;F9&gt; three times after the boot (Normally I press it as long as the Screen showes up). After installing Ubuntu (and therefore Grub) you can enter the Quick Recovery System as the other operationg Systems (Windows XP) in your grub loader. The reinstall took about 20 Minutes (Did I say it is a really nice tool?). After rebooting Windows did not start anymore and Ubuntu was erased. I knew, that fixmbr was the key to get it running again, but the 1000he has no optical drive. So I searched for an <strong>alternative for fixmbr</strong>.</p>
<p>I found a pretty cool tool called <a href="http://www.supergrubdisk.org/"><strong>Super Grub Disk (SGD)</strong></a>. I booted the Ubuntu with my live USB-Stick and <a href="http://www.supergrubdisk.org/index.php?pid=7">downloaded the SGD for USB</a>.I followed the <a href="http://www.supergrubdisk.org/w//index.php5?title=SGD_Howto_make">tutorial to get SGD on my USB-Stick</a>. The 1GB Stick was to small, so I had to take another one. You can see your mounted USB-Sticks with <code style="border-left:5px solid #999999;background-color:#efefef;display:block;padding:.5em;">mount</code></p>
<p>My Live USB-Stick with Ubuntu was /dev/sdb1 and the new one was /dev/sdc1. I <em>think</em> I did the following: Downloaded SGD for USB, extracted it to the root of my new USB stick and executed the following: (You should close your new USB-Stick window and read the tutorial mentioned above):<code style="border-left:5px solid #999999;background-color:#efefef;display:block;padding:.5em;">cd /media/disk (your new usb-stick)<br />
sudo -s<br />
grub</code></p>
<p>In Grub now execute the following:<br />
<code style="border-left:5px solid #999999;background-color:#efefef;display:block;padding:.5em;">device (hd0) <strong>/dev/sd<em>c</em></strong><br />
root (hd0,1) (Maybe it was hd0,0)<br />
setup (hd0)<br />
quit</code></p>
<p>If you get a <span class="mw-headline"><strong>Grub Error 18 </strong>your USB-Stick is probably too small.</span></p>
<p><span class="mw-headline">No you can <strong>restart</strong> your computer with only the SGD-Stick in your laptop. I do not know what I clicked but maybe I followed</span> <a href="http://www.supergrubdisk.org/wiki/Howto_Boot_Windows_without_problems">Howto Boot Windows without problems</a>. You can search <a href="http://www.supergrubdisk.org/wiki/Boot_Problems">samples for Boot problems</a> or just try to navigate through the menu. For me that worked.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ubuntuswitch.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ubuntuswitch.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ubuntuswitch.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ubuntuswitch.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ubuntuswitch.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ubuntuswitch.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ubuntuswitch.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ubuntuswitch.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ubuntuswitch.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ubuntuswitch.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ubuntuswitch.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ubuntuswitch.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ubuntuswitch.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ubuntuswitch.wordpress.com/141/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ubuntuswitch.wordpress.com&amp;blog=842270&amp;post=141&amp;subd=ubuntuswitch&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ubuntuswitch.wordpress.com/2009/05/15/asus-eee-1000he-and-ubuntu-jaunty-unr-9-04/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">ataub2qf</media:title>
		</media:content>
	</item>
		<item>
		<title>Version Control (Bazaar) for Web Developers</title>
		<link>http://ubuntuswitch.wordpress.com/2009/03/26/version-control-bazaar-for-web-developers/</link>
		<comments>http://ubuntuswitch.wordpress.com/2009/03/26/version-control-bazaar-for-web-developers/#comments</comments>
		<pubDate>Thu, 26 Mar 2009 16:45:21 +0000</pubDate>
		<dc:creator>ataub2qf</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[bazaar]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[vcs]]></category>

		<guid isPermaLink="false">http://ubuntuswitch.wordpress.com/?p=104</guid>
		<description><![CDATA[I searched a long time for a solution to develop my web pages on my Workstation and publish the changes via a version control system (vcs) to the webserver. I searched for remote checkout and other keywords and now I found a solution for Bazaar. I only have installed Bazaar on my desktop-PC an not [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ubuntuswitch.wordpress.com&amp;blog=842270&amp;post=104&amp;subd=ubuntuswitch&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-112" style="margin-left:1em;" title="Bazaar Upload" src="http://ubuntuswitch.files.wordpress.com/2009/03/diagramm11.png?w=500" alt="Bazaar Upload"   />I searched a long time for a solution to develop my web pages on my Workstation and publish the changes via a version control system (vcs) to the webserver. I searched for <strong>remote checkout</strong> and other keywords and now I found a solution for <a href="http://bazaar-vcs.org/"><strong>Bazaar</strong></a>. I only have <strong>installed Bazaar on my desktop-PC</strong> an not on the server!</p>
<h4>Installing Bazaar</h4>
<p>If you are familiar with bazaar, you can skip this section an go to <a href="#uploadplugin">Upload-Plugin For Webdesign</a></p>
<p><code style="background-color:#efefef;border-left:5px solid #999;display:block;padding:.5em;">sudo apt-get install bzr</code></p>
<p>I recommend to install <strong>bzr-gtk</strong> also to get <em>Olive</em>, a <abbr title="Graphical User Interface">GUI</abbr> for Bazaar.</p>
<h4>Initializing</h4>
<p>You can read the <a class="http" href="http://doc.bazaar-vcs.org/bzr.dev/en/mini-tutorial/index.html">Mini Tutorial (Bazaar in five minutes)</a>, which is a nice introduction, to get started.</p>
<p>The first time you have to introduce yourself with:<br />
<code style="background-color:#efefef;border-left:5px solid #999;display:block;padding:.5em;">bzr whoami "John Doe &lt;<a class="superLinkifier" href="mailto:john.doe@gmail.com">john.doe@gmail.com</a>&gt;"</code></p>
<p>For every new project you have to go through this process, to initialize bazaar and add all files in the working directory:</p>
<p><code style="background-color:#efefef;border-left:5px solid #999;display:block;padding:.5em;">cd /path/to/myproject<br />
bzr init<br />
bzr add</code></p>
<h4><a name="uploadplugin">Upload-Plugin For Webdesign</a></h4>
<ul>
<li>There is a tutorial if you have <a href="http://bazaar-vcs.org/BazaarForWebDevs">installed Bazaar on your desktop and your server</a>.</li>
<li>This guide is if you <strong>installed Bazaar only on your desktop</strong>.</li>
</ul>
<p>First you have to install the  <a class="https" href="https://launchpad.net/bzr-upload">bzr-upload plugin</a><span class="https">:</span></p>
<p><code style="background-color:#efefef;border-left:5px solid #999;display:block;padding:.5em;">sudo apt-get install bzr-upload</code></p>
<p>Go to your project directory.</p>
<p>You always have three steps from changing your files to publishing:</p>
<ol>
<li>Change files</li>
<li>Commit (Else you will receive the following: <em>ERROR: Working tree &#8220;&#8230;&#8221; has uncommitted changes.</em>)</li>
<li>Upload</li>
</ol>
<p>The <strong>upload-Process</strong> is the only new thing. To upload <em>the first time</em> type the following command (and replace the capitalized words):</p>
<p><code style="background-color:#efefef;border-left:5px solid #999;display:block;padding:.5em;">bzr upload <a class="superLinkifier" href="ftp://USERNAME@DOMAIN/DIRECTORY">ftp://USERNAME@DOMAIN/DIRECTORY</a></code></p>
<p>So you may have a command like the following:</p>
<ul>
<li> <code>bzr upload <a class="superLinkifier" href="ftp://v12345@example.com/html">ftp://v12345@example.com/html</a></code></li>
<li><code>bzr upload sftp://<a class="superLinkifier" href="mailto:v12345@example.com">v12345@example.com</a>/</code></li>
</ul>
<p>You will now see something like this:</p>
<pre style="font:Courier;color:#666;">guru@guru-desktop:/media/www$ bzr upload <a class="superLinkifier" href="ftp://v12345@exaple.com/">ftp://v12345@exaple.com/</a>
FTP <a class="superLinkifier" href="mailto:v12345@example.com">v12345@example.com</a> password:
No uploaded revision id found, switching to full upload
Uploading index.php
Uploading style/default.css
Uploading ...
Uploading .htaccess
guru@guru-desktop:/media/www$</pre>
<p>Bazaar remembers the location, so for the <strong>next upload</strong> you can go with only</p>
<p><code style="background-color:#efefef;border-left:5px solid #999;display:block;padding:.5em;">bzr upload</code></p>
<p>You now will receive something like the following:</p>
<pre style="font:Courier;color:#666;">guru@guru-desktop:/media/www$ bzr upload
Using saved location: <a class="superLinkifier" href="ftp://v12345@example.com/">ftp://v12345@example.com/</a>
FTP <a class="superLinkifier" href="mailto:v12345@example.com">v12345@example.com</a> password:
Uploading style/default.css
guru@guru-desktop:/media/www$</pre>
<p><strong>Source:</strong> <a href="http://bazaar-vcs.org/BazaarForWebDevs">http://bazaar-vcs.org/BazaarForWebDevs</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ubuntuswitch.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ubuntuswitch.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ubuntuswitch.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ubuntuswitch.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ubuntuswitch.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ubuntuswitch.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ubuntuswitch.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ubuntuswitch.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ubuntuswitch.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ubuntuswitch.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ubuntuswitch.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ubuntuswitch.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ubuntuswitch.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ubuntuswitch.wordpress.com/104/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ubuntuswitch.wordpress.com&amp;blog=842270&amp;post=104&amp;subd=ubuntuswitch&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ubuntuswitch.wordpress.com/2009/03/26/version-control-bazaar-for-web-developers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">ataub2qf</media:title>
		</media:content>

		<media:content url="http://ubuntuswitch.files.wordpress.com/2009/03/diagramm11.png" medium="image">
			<media:title type="html">Bazaar Upload</media:title>
		</media:content>
	</item>
		<item>
		<title>HowTo install ttf-font in Ubuntu</title>
		<link>http://ubuntuswitch.wordpress.com/2009/02/19/howto-install-ttf-font-in-ubuntu/</link>
		<comments>http://ubuntuswitch.wordpress.com/2009/02/19/howto-install-ttf-font-in-ubuntu/#comments</comments>
		<pubDate>Thu, 19 Feb 2009 09:19:49 +0000</pubDate>
		<dc:creator>ataub2qf</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[font]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[ttf]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://ubuntuswitch.wordpress.com/?p=96</guid>
		<description><![CDATA[Going to font:/// in Nautilus is obsolte. You can drag your .ttf-file into .fonts in your home-directory to install that font only for this username: copy myfont.ttf ~/.fonts or you can drag it to /usr/share/fonts/truetype to install it for all users: sudo cp myfont.ttf /usr/share/fonts/truetype Note: If you have Openoffice opened, it may crash after [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ubuntuswitch.wordpress.com&amp;blog=842270&amp;post=96&amp;subd=ubuntuswitch&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Going to <strong>font:///</strong> in Nautilus<strong> is obsolte</strong>.</p>
<p>You can drag your <strong>.ttf</strong>-file into .fonts in your home-directory to install that font <strong>only for this username</strong>:</p>
<p><code style="background-color:#efefef;border-left:5px solid #999;display:block;padding:.5em;">copy myfont.ttf ~/.fonts</code></p>
<p>or you can drag it to /usr/share/fonts/truetype to <strong>install it for all users:</strong></p>
<p><code style="background-color:#efefef;border-left:5px solid #999;display:block;padding:.5em;">sudo cp myfont.ttf /usr/share/fonts/truetype</code></p>
<p>Note: If you have Openoffice opened, it may crash after you installed your font the second way.</p>
<p>You may need to run fc-cache to rebuild the font cache:</p>
<p><code style="background-color:#efefef;border-left:5px solid #999;display:block;padding:.5em;">fc-cache</code></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ubuntuswitch.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ubuntuswitch.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ubuntuswitch.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ubuntuswitch.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ubuntuswitch.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ubuntuswitch.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ubuntuswitch.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ubuntuswitch.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ubuntuswitch.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ubuntuswitch.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ubuntuswitch.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ubuntuswitch.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ubuntuswitch.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ubuntuswitch.wordpress.com/96/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ubuntuswitch.wordpress.com&amp;blog=842270&amp;post=96&amp;subd=ubuntuswitch&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ubuntuswitch.wordpress.com/2009/02/19/howto-install-ttf-font-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">ataub2qf</media:title>
		</media:content>
	</item>
		<item>
		<title>HowTo: Print pdf in Ubuntu Intrepid Ibex (8.10)</title>
		<link>http://ubuntuswitch.wordpress.com/2009/02/18/howto-print-pdf-in-ubuntu-intrepid-ibex-810/</link>
		<comments>http://ubuntuswitch.wordpress.com/2009/02/18/howto-print-pdf-in-ubuntu-intrepid-ibex-810/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 11:35:46 +0000</pubDate>
		<dc:creator>ataub2qf</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[pdf]]></category>
		<category><![CDATA[print]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://ubuntuswitch.wordpress.com/?p=87</guid>
		<description><![CDATA[I don&#8217;t know why, but cups-pdf does not work for me any more. There is now an easier way than to set up and print with cups-pdf. You do not need to configure anything Just do as you would had installed a Printer (File -&#62; Print) and select Print to file an as output format: [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ubuntuswitch.wordpress.com&amp;blog=842270&amp;post=87&amp;subd=ubuntuswitch&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I don&#8217;t know why, but cups-pdf does not work for me any more. There is now an <strong>easier way than</strong> to set up and print with <strong>cups-pdf</strong>.</p>
<p>You do not need to configure anything <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  Just do as you would had installed a Printer (File -&gt; Print) and select <strong>Print to file</strong> an as output format: <strong>pdf</strong>. Press <strong>Print</strong> and you are done <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p style="text-align:center;"><img class="aligncenter size-full wp-image-88" title="print with gtkprint" src="http://ubuntuswitch.files.wordpress.com/2009/02/bildschirmfoto-drucken.png?w=500&#038;h=371" alt="bildschirmfoto-drucken" width="500" height="371" /></p>
<p><strong>Source:</strong> <a href="http://wiki.ubuntuusers.de/Druckwerkzeuge">http://wiki.ubuntuusers.de/Druckwerkzeuge</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ubuntuswitch.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ubuntuswitch.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ubuntuswitch.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ubuntuswitch.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ubuntuswitch.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ubuntuswitch.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ubuntuswitch.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ubuntuswitch.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ubuntuswitch.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ubuntuswitch.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ubuntuswitch.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ubuntuswitch.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ubuntuswitch.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ubuntuswitch.wordpress.com/87/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ubuntuswitch.wordpress.com&amp;blog=842270&amp;post=87&amp;subd=ubuntuswitch&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ubuntuswitch.wordpress.com/2009/02/18/howto-print-pdf-in-ubuntu-intrepid-ibex-810/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">ataub2qf</media:title>
		</media:content>

		<media:content url="http://ubuntuswitch.files.wordpress.com/2009/02/bildschirmfoto-drucken.png" medium="image">
			<media:title type="html">print with gtkprint</media:title>
		</media:content>
	</item>
	</channel>
</rss>
