<?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>a7p's &#187; ubuntu</title>
	<atom:link href="http://a7p.org/blog/category/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://a7p.org/blog</link>
	<description>code, confusion, confessions</description>
	<lastBuildDate>Mon, 21 Jun 2010 13:32:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>.local is the Shit</title>
		<link>http://a7p.org/blog/2009/09/09/local-is-the-shit/</link>
		<comments>http://a7p.org/blog/2009/09/09/local-is-the-shit/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 02:03:52 +0000</pubDate>
		<dc:creator>A7P</dc:creator>
				<category><![CDATA[MacOSx]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://a7p.org/blog/?p=264</guid>
		<description><![CDATA[&#8230; accidentally I stumbled about something I really wished for. User-specific site-packages (python-talk). As specified in &#8220;PEP 370 &#8212; Per user site-packages directory&#8221; a user&#8217;s home directory might now have a directory called .local which contains lib/python&#60;version&#62;/site-packages and also bin/. &#8230; <a href="http://a7p.org/blog/2009/09/09/local-is-the-shit/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>&#8230; accidentally I stumbled about something I really wished for. User-specific site-packages (python-talk). As specified in &#8220;PEP 370 &#8212; Per user site-packages directory&#8221; a user&#8217;s home directory might now have a directory called .local which contains lib/python&lt;version&gt;/site-packages and also bin/.</p>
<p>For this sweetness of course no python PEP is needed, but here comes the beauty:</p>
<p>~/.local is kind of a new standard directory which is a &#8220;standard&#8221; <a href="http://www.freedesktop.org/wiki/Specifications/basedir-spec" target="_self">suggested by freedesktop.org</a> and already used by some other applications and</p>
<blockquote><p>python ./setup.py install &#8211;user</p></blockquote>
<p>will automatically install the required package there &#8211; which again is no big thing and could be archived via PREFIX=~/.local/ but this is feels natural, pythonic, good. All now left to do is to add ~/.local/bin to the PATH-variable and ~/.local/lib/python&lt;version&gt;/site-packages/ to the PYTHONPATH (you should imo do this in ~/.profile).</p>
<p>So, using this, your virtualenv-usage might significantly decrease (though it does not make virtual environments useless).</p>
]]></content:encoded>
			<wfw:commentRss>http://a7p.org/blog/2009/09/09/local-is-the-shit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Send fax from the commandline (capifax for Windows, Linux)</title>
		<link>http://a7p.org/blog/2009/02/18/send-fax-from-the-commandline-capifax-for-windows-linux/</link>
		<comments>http://a7p.org/blog/2009/02/18/send-fax-from-the-commandline-capifax-for-windows-linux/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 15:32:33 +0000</pubDate>
		<dc:creator>A7P</dc:creator>
				<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[fax "command line"]]></category>

		<guid isPermaLink="false">http://a7p.org/blog/2009/02/18/send-fax-from-the-commandline-capifax-for-windows-linux/</guid>
		<description><![CDATA[This really nice project promises to send faxes from the command line under both Linux and Windows. The capifax command is part of a suite which also offers sending faxes via FritzBox-Phone from Linux -&#160; great.]]></description>
			<content:encoded><![CDATA[<p><a href="http://capifax.v3v.de/index.php?page=capifax">This really nice project</a> promises to send faxes from the command line under both Linux and Windows. The capifax command is part of a <a href="http://capifax.v3v.de/index.php?page=about">suite</a> which also offers sending faxes via FritzBox-Phone from Linux -&nbsp; great.</p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" src="http://img.zemanta.com/pixy.gif?x-id=a1316f75-a0a2-41b2-b379-ee84ac387cdd" /></div>
]]></content:encoded>
			<wfw:commentRss>http://a7p.org/blog/2009/02/18/send-fax-from-the-commandline-capifax-for-windows-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu&#8217;s vim and vim-latexsuite</title>
		<link>http://a7p.org/blog/2008/06/05/ubuntus-vim-and-vim-latexsuite/</link>
		<comments>http://a7p.org/blog/2008/06/05/ubuntus-vim-and-vim-latexsuite/#comments</comments>
		<pubDate>Thu, 05 Jun 2008 13:00:08 +0000</pubDate>
		<dc:creator>A7P</dc:creator>
				<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://a7p.org/blog/2008/06/05/ubuntus-vim-and-vim-latexsuite/</guid>
		<description><![CDATA[Since the default gvim-application-menu-entry in Ubuntu starts gVim via &#8220;gvim -f&#8221; it is not able to execute a couple of vim-latexsuite commands properly, for example &#124;lv and &#124;ls just don&#8217;t work. Changing the menu-entry fixes this issue (also for starting &#8230; <a href="http://a7p.org/blog/2008/06/05/ubuntus-vim-and-vim-latexsuite/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Since the default gvim-application-menu-entry in Ubuntu starts gVim via &#8220;gvim -f&#8221; it is not able to execute a couple of vim-latexsuite commands properly, for example |lv and |ls just don&#8217;t work. Changing the menu-entry fixes this issue (also for starting via gnome-do).</p>
]]></content:encoded>
			<wfw:commentRss>http://a7p.org/blog/2008/06/05/ubuntus-vim-and-vim-latexsuite/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wubi rocks &#8230;</title>
		<link>http://a7p.org/blog/2008/05/24/wubi-rocks/</link>
		<comments>http://a7p.org/blog/2008/05/24/wubi-rocks/#comments</comments>
		<pubDate>Sat, 24 May 2008 14:14:36 +0000</pubDate>
		<dc:creator>A7P</dc:creator>
				<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://a7p.org/blog/2008/05/24/wubi-rocks/</guid>
		<description><![CDATA[&#8230; afraid of GRUBing your Computer? Try Wubi &#8211; install, and run Ubuntu just like any Windows application. This is really a nice alternative to VirtualBox for those who want to start soft.]]></description>
			<content:encoded><![CDATA[<p>&#8230; afraid of GRUBing your Computer? Try <a href="http://wubi-installer.org/">Wubi</a> &#8211; install, and run Ubuntu just like any Windows application. This is really a nice alternative to <a href="http://www.virtualbox.org/">VirtualBox</a> for those who want to start soft.</p>
]]></content:encoded>
			<wfw:commentRss>http://a7p.org/blog/2008/05/24/wubi-rocks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Launchpad got Podcast</title>
		<link>http://a7p.org/blog/2008/05/24/launchpad-got-podcast/</link>
		<comments>http://a7p.org/blog/2008/05/24/launchpad-got-podcast/#comments</comments>
		<pubDate>Sat, 24 May 2008 13:58:00 +0000</pubDate>
		<dc:creator>A7P</dc:creator>
				<category><![CDATA[launchpad]]></category>
		<category><![CDATA[redirecting your attention]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://a7p.org/blog/2008/05/24/launchpad-got-podcast/</guid>
		<description><![CDATA[Here comes the New Launchpad podcast actually there already two episodes online (here is the second one) &#8211; hope you enjoy it as much as I did.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.understated.co.uk/2008/new-launchpad-podcast/">Here comes the New Launchpad podcast </a>actually there already two episodes online (<a href="http://www.understated.co.uk/2008/episode-2-of-launchpod/">here is the second one</a>) &#8211; hope you enjoy it as much as I did.<br />
<blockquote></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://a7p.org/blog/2008/05/24/launchpad-got-podcast/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hiphip &#8211; Hardy Heron</title>
		<link>http://a7p.org/blog/2008/04/24/hiphip-hardy-heron/</link>
		<comments>http://a7p.org/blog/2008/04/24/hiphip-hardy-heron/#comments</comments>
		<pubDate>Thu, 24 Apr 2008 15:06:43 +0000</pubDate>
		<dc:creator>A7P</dc:creator>
				<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://a7p.org/blog/2008/04/24/hiphip-hardy-heron/</guid>
		<description><![CDATA[&#8230; finally here IT is!]]></description>
			<content:encoded><![CDATA[<p>&#8230; finally here <a href="http://www.ubuntu.com/news/ubuntu-8.04-lts-desktop">IT</a> is!</p>
]]></content:encoded>
			<wfw:commentRss>http://a7p.org/blog/2008/04/24/hiphip-hardy-heron/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
