<?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"
	>

<channel>
	<title>Life without names.</title>
	<atom:link href="http://no-names.biz/feed/" rel="self" type="application/rss+xml" />
	<link>http://no-names.biz</link>
	<description>Try to live like me.</description>
	<pubDate>Thu, 03 Jul 2008 12:31:01 +0000</pubDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
			<item>
		<title>Use pgp</title>
		<link>http://no-names.biz/2008/07/02/use-pgp/</link>
		<comments>http://no-names.biz/2008/07/02/use-pgp/#comments</comments>
		<pubDate>Wed, 02 Jul 2008 20:18:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Life]]></category>

		<category><![CDATA[Unix]]></category>

		<category><![CDATA[linux]]></category>

		<category><![CDATA[ubuntu]]></category>

		<category><![CDATA[Decrypt]]></category>

		<category><![CDATA[decrypt files]]></category>

		<category><![CDATA[Encrypt]]></category>

		<category><![CDATA[gpg]]></category>

		<category><![CDATA[key]]></category>

		<category><![CDATA[mygpgkey]]></category>

		<category><![CDATA[secret key]]></category>

		<guid isPermaLink="false">http://no-names.biz/?p=21</guid>
		<description><![CDATA[Create key:
gpg --gen-key
Show key:
gpg --list-keys
Encrypt file:
gpg -c filename
Decrypt file:
gpg --decrypt-files filename.gpg

Export public key:
gpg --output mygpgkey_pub.txt --armor --export 0443FB22
or
gpg &#8211;output mygpgkey_pub.txt &#8211;armor &#8211;export no-names
or
gpg --output mygpgkey_pub.txt --armor --export no-names@gmail.com
Copy gpg keys to use on other system
gpg --output mygpgkey_sec.txt --armor --export-secret-key no-names
Import key:
gpg --import mygpgkey_pub.txt
gpg --allow-secret-key-import --import mygpgkey_sec.txt
or
gpg --import filename.txt
Encrypt:
gpg --recipient no-names --encrypt filename
Decrypt:
gpg --decrypt-files filename.gpg

  [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Create <a href="http://no-names.biz/tag/key/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with key">key</a>:</strong></p>
<p><code><a href="http://no-names.biz/tag/gpg/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with gpg">gpg</a> --gen-<a href="http://no-names.biz/tag/key/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with key">key</a></code></p>
<p><strong><a href="http://no-names.biz/tag/show/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with show">Show</a> <a href="http://no-names.biz/tag/key/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with key">key</a>:</strong></p>
<p><code><a href="http://no-names.biz/tag/gpg/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with gpg">gpg</a> --list-keys</code></p>
<p><strong><a href="http://no-names.biz/tag/encrypt/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with Encrypt">Encrypt</a> file:</strong></p>
<p><code><a href="http://no-names.biz/tag/gpg/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with gpg">gpg</a> -c filename</code></p>
<p><strong><a href="http://no-names.biz/tag/decrypt/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with Decrypt">Decrypt</a> file:</strong></p>
<p><code><a href="http://no-names.biz/tag/gpg/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with gpg">gpg</a> --<a href="http://no-names.biz/tag/decrypt/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with Decrypt">decrypt</a>-files filename.<a href="http://no-names.biz/tag/gpg/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with gpg">gpg</a></code><br />
<span id="more-21"></span></p>
<p><strong>Export public <a href="http://no-names.biz/tag/key/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with key">key</a>:</strong></p>
<p><code><a href="http://no-names.biz/tag/gpg/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with gpg">gpg</a> --output mygpgkey_pub.txt --armor --export 0443FB22</code></p>
<p><strong><em>or</em></strong></p>
<p><a href="http://no-names.biz/tag/gpg/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with gpg">gpg</a> &#8211;output mygpgkey_pub.txt &#8211;armor &#8211;export no-names</p>
<p><strong><em>or</em></strong></p>
<p><code><a href="http://no-names.biz/tag/gpg/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with gpg">gpg</a> --output mygpgkey_pub.txt --armor --export no-names@gmail.com</code></p>
<p><strong>Copy <a href="http://no-names.biz/tag/gpg/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with gpg">gpg</a> keys to use on other <a href="http://no-names.biz/tag/system/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with System">system</a></strong></p>
<p><code><a href="http://no-names.biz/tag/gpg/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with gpg">gpg</a> --output mygpgkey_sec.txt --armor --export-secret-<a href="http://no-names.biz/tag/key/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with key">key</a> no-names</code></p>
<p><strong>Import <a href="http://no-names.biz/tag/key/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with key">key</a>:</strong></p>
<p><code><a href="http://no-names.biz/tag/gpg/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with gpg">gpg</a> --import mygpgkey_pub.txt</code><br />
<code><a href="http://no-names.biz/tag/gpg/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with gpg">gpg</a> --allow-secret-<a href="http://no-names.biz/tag/key/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with key">key</a>-import --import mygpgkey_sec.txt</code></p>
<p><em>or</em></p>
<p><code><a href="http://no-names.biz/tag/gpg/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with gpg">gpg</a> --import filename.txt</code></p>
<p><strong><a href="http://no-names.biz/tag/encrypt/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with Encrypt">Encrypt</a>:</strong></p>
<p><code><a href="http://no-names.biz/tag/gpg/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with gpg">gpg</a> --recipient no-names --<a href="http://no-names.biz/tag/encrypt/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with Encrypt">encrypt</a> filename</code></p>
<p><strong><a href="http://no-names.biz/tag/decrypt/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with Decrypt">Decrypt</a>:</strong></p>
<p><code><a href="http://no-names.biz/tag/gpg/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with gpg">gpg</a> --<a href="http://no-names.biz/tag/decrypt/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with Decrypt">decrypt</a>-files filename.<a href="http://no-names.biz/tag/gpg/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with gpg">gpg</a></code></p>
<p class="addtoany_share_save">
    <a name="a2a_dd" onmouseover="a2a_show_dropdown(this)" onmouseout="a2a_onMouseOut_delay()" href="http://www.addtoany.com/bookmark?sitename=Life%20without%20names.&amp;siteurl=http%3A%2F%2Fno-names.biz%2F&amp;linkname=Use%20pgp&amp;linkurl=http%3A%2F%2Fno-names.biz%2F2008%2F07%2F02%2Fuse-pgp%2F" style=";background:url(http://no-names.biz/wp-content/plugins/add-to-any/favicon.png) no-repeat scroll 0px 0px !important;padding:1px 5px 5px 22px">Share/Save</a>
    <script type="text/javascript">
		a2a_linkname="Use pgp";
		a2a_linkurl="http://no-names.biz/2008/07/02/use-pgp/";
				a2a_show_title=1;    </script>
    <script type="text/javascript" src="http://www.addtoany.com/menu/page.js"></script>

	</p>
	Tags: <a href="http://no-names.biz/tag/decrypt/" title="Decrypt" rel="tag nofollow">Decrypt</a>, <a href="http://no-names.biz/tag/decrypt-files/" title="decrypt files" rel="tag nofollow">decrypt files</a>, <a href="http://no-names.biz/tag/encrypt/" title="Encrypt" rel="tag nofollow">Encrypt</a>, <a href="http://no-names.biz/tag/gpg/" title="gpg" rel="tag nofollow">gpg</a>, <a href="http://no-names.biz/tag/key/" title="key" rel="tag nofollow">key</a>, <a href="http://no-names.biz/category/uncategorized/" title="Life" rel="tag nofollow">Life</a>, <a href="http://no-names.biz/category/linux/" title="linux" rel="tag nofollow">linux</a>, <a href="http://no-names.biz/tag/mygpgkey/" title="mygpgkey" rel="tag nofollow">mygpgkey</a>, <a href="http://no-names.biz/tag/secret-key/" title="secret key" rel="tag nofollow">secret key</a>, <a href="http://no-names.biz/category/ubuntu/" title="ubuntu" rel="tag nofollow">ubuntu</a>, <a href="http://no-names.biz/category/unix/" title="Unix" rel="tag nofollow">Unix</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://no-names.biz/2008/05/30/howto-use-ssh-key/" title="Howto use ssh key (May 30, 2008)">Howto use ssh key</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://no-names.biz/2008/07/02/use-pgp/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Vim Tips</title>
		<link>http://no-names.biz/2008/07/02/vim-tips/</link>
		<comments>http://no-names.biz/2008/07/02/vim-tips/#comments</comments>
		<pubDate>Wed, 02 Jul 2008 20:07:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Life]]></category>

		<category><![CDATA[Unix]]></category>

		<category><![CDATA[development]]></category>

		<category><![CDATA[linux]]></category>

		<category><![CDATA[Tip]]></category>

		<category><![CDATA[Vim]]></category>

		<category><![CDATA[vim tips]]></category>

		<guid isPermaLink="false">http://no-names.biz/?p=20</guid>
		<description><![CDATA[Nice &#8220;Vim Tips&#8221;.

    Share/Save
    
		a2a_linkname="Vim Tips";
		a2a_linkurl="http://no-names.biz/2008/07/02/vim-tips/";
				a2a_show_title=1;    
    

	
	Tags: development, Life, linux, Tip, Unix, Vim, vim tips

	Related posts
	
	No related posts.
	

]]></description>
			<content:encoded><![CDATA[<p>Nice <a title="Vim Tips" href="http://rayninfo.co.uk/vimtips.html" target="_blank">&#8220;Vim Tips&#8221;</a>.</p>
<p class="addtoany_share_save">
    <a name="a2a_dd" onmouseover="a2a_show_dropdown(this)" onmouseout="a2a_onMouseOut_delay()" href="http://www.addtoany.com/bookmark?sitename=Life%20without%20names.&amp;siteurl=http%3A%2F%2Fno-names.biz%2F&amp;linkname=Vim%20Tips&amp;linkurl=http%3A%2F%2Fno-names.biz%2F2008%2F07%2F02%2Fvim-tips%2F" style=";background:url(http://no-names.biz/wp-content/plugins/add-to-any/favicon.png) no-repeat scroll 0px 0px !important;padding:1px 5px 5px 22px">Share/Save</a>
    <script type="text/javascript">
		a2a_linkname="<a href="http://no-names.biz/tag/vim-tips/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with vim tips">Vim Tips</a>";
		a2a_linkurl="http://no-names.biz/2008/07/02/<a href="http://no-names.biz/tag/vim/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with Vim">vim</a>-tips/";
				a2a_show_title=1;    </script>
    <script type="text/javascript" src="http://www.addtoany.com/menu/page.js"></script>

	</p>
	Tags: <a href="http://no-names.biz/category/development/" title="development" rel="tag nofollow">development</a>, <a href="http://no-names.biz/category/uncategorized/" title="Life" rel="tag nofollow">Life</a>, <a href="http://no-names.biz/category/linux/" title="linux" rel="tag nofollow">linux</a>, <a href="http://no-names.biz/tag/tip/" title="Tip" rel="tag nofollow">Tip</a>, <a href="http://no-names.biz/category/unix/" title="Unix" rel="tag nofollow">Unix</a>, <a href="http://no-names.biz/tag/vim/" title="Vim" rel="tag nofollow">Vim</a>, <a href="http://no-names.biz/tag/vim-tips/" title="vim tips" rel="tag nofollow">vim tips</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li>No related posts.</li>
	</ul>

]]></content:encoded>
			<wfw:commentRss>http://no-names.biz/2008/07/02/vim-tips/feed/</wfw:commentRss>
		</item>
		<item>
		<title>QutIM - new ICQ-client with Qt4 intreface. Ubuntu 8.04</title>
		<link>http://no-names.biz/2008/06/27/qutim-new-icq-client-with-qt4-intreface-ubuntu-804/</link>
		<comments>http://no-names.biz/2008/06/27/qutim-new-icq-client-with-qt4-intreface-ubuntu-804/#comments</comments>
		<pubDate>Fri, 27 Jun 2008 12:37:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Life]]></category>

		<category><![CDATA[linux]]></category>

		<category><![CDATA[ubuntu]]></category>

		<category><![CDATA[Debian]]></category>

		<category><![CDATA[Install]]></category>

		<category><![CDATA[qutim]]></category>

		<guid isPermaLink="false">http://no-names.biz/?p=19</guid>
		<description><![CDATA[QutIM - new ICQ-client with Qt4 intreface
sudo wget http://linux.intonet.ru/ubuntu/qutim/hardy.list -O /etc/apt/sources.list.d/qutim.list
sudo apt-get update
sudo apt-get install qutim

    Share/Save
    
		a2a_linkname="QutIM - new ICQ-client with Qt4 intreface. Ubuntu 8.04";
		a2a_linkurl="http://no-names.biz/2008/06/27/qutim-new-icq-client-with-qt4-intreface-ubuntu-804/";
				a2a_show_title=1;    
    

	
	Tags: Debian, Install, Life, linux, linux, qutim, ubuntu, ubuntu

	Related posts
	
	ATI Catalyst 8.5 in Ubuntu 8.04 (0)
	Console [...]]]></description>
			<content:encoded><![CDATA[<p><strong><a href="http://no-names.biz/tag/qutim/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with qutim">QutIM</a> - new ICQ-client with Qt4 intreface</strong></p>
<p><code>sudo wget <a title="http://linux.intonet.ru/ubuntu/qutim/hardy.list" href="http://linux.intonet.ru/ubuntu/qutim/hardy.list">http://linux.intonet.ru/ubuntu/qutim/hardy.list</a> -O /etc/apt/sources.list.d/<a href="http://no-names.biz/tag/qutim/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with qutim">qutim</a>.list</code><br />
<code>sudo apt-get update</code><br />
<code>sudo apt-get <a href="http://no-names.biz/tag/install/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with Install">install</a> <a href="http://no-names.biz/tag/qutim/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with qutim">qutim</a></code></p>
<p class="addtoany_share_save">
    <a name="a2a_dd" onmouseover="a2a_show_dropdown(this)" onmouseout="a2a_onMouseOut_delay()" href="http://www.addtoany.com/bookmark?sitename=Life%20without%20names.&amp;siteurl=http%3A%2F%2Fno-names.biz%2F&amp;linkname=QutIM%20-%20new%20ICQ-client%20with%20Qt4%20intreface.%20Ubuntu%208.04&amp;linkurl=http%3A%2F%2Fno-names.biz%2F2008%2F06%2F27%2Fqutim-new-icq-client-with-qt4-intreface-ubuntu-804%2F" style=";background:url(http://no-names.biz/wp-content/plugins/add-to-any/favicon.png) no-repeat scroll 0px 0px !important;padding:1px 5px 5px 22px">Share/Save</a>
    <script type="text/javascript">
		a2a_linkname="<a href="http://no-names.biz/tag/qutim/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with qutim">QutIM</a> - new ICQ-client with Qt4 intreface. <a href="http://no-names.biz/tag/ubuntu/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with ubuntu">Ubuntu</a> 8.04";
		a2a_linkurl="http://no-names.biz/2008/06/27/<a href="http://no-names.biz/tag/qutim/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with qutim">qutim</a>-new-icq-client-with-qt4-intreface-<a href="http://no-names.biz/tag/ubuntu/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with ubuntu">ubuntu</a>-804/";
				a2a_show_title=1;    </script>
    <script type="text/javascript" src="http://www.addtoany.com/menu/page.js"></script>

	</p>
	Tags: <a href="http://no-names.biz/tag/debian/" title="Debian" rel="tag nofollow">Debian</a>, <a href="http://no-names.biz/tag/install/" title="Install" rel="tag nofollow">Install</a>, <a href="http://no-names.biz/category/uncategorized/" title="Life" rel="tag nofollow">Life</a>, <a href="http://no-names.biz/tag/linux/" title="linux" rel="tag nofollow">linux</a>, <a href="http://no-names.biz/category/linux/" title="linux" rel="tag nofollow">linux</a>, <a href="http://no-names.biz/tag/qutim/" title="qutim" rel="tag nofollow">qutim</a>, <a href="http://no-names.biz/tag/ubuntu/" title="ubuntu" rel="tag nofollow">ubuntu</a>, <a href="http://no-names.biz/category/ubuntu/" title="ubuntu" rel="tag nofollow">ubuntu</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://no-names.biz/2008/05/31/ati-catalyst-85-in-ubuntu-804/" title="ATI Catalyst 8.5 in Ubuntu 8.04 (May 31, 2008)">ATI Catalyst 8.5 in Ubuntu 8.04</a> (0)</li>
	<li><a href="http://no-names.biz/2008/05/29/console-configuration-command-in-ubuntu-804/" title="Console configuration command in Ubuntu 8.04 (May 29, 2008)">Console configuration command in Ubuntu 8.04</a> (0)</li>
	<li><a href="http://no-names.biz/2008/06/09/cruisecontrol-and-phpundercontrol-in-debian-etch/" title="CruiseControl and phpUnderControl in Ubuntu (8.04), Debian (etch) (June 9, 2008)">CruiseControl and phpUnderControl in Ubuntu (8.04), Debian (etch)</a> (1)</li>
	<li><a href="http://no-names.biz/2008/05/29/fix-ubuntu-804-step-1/" title="Fix ubuntu 8.04 (step 1) (May 29, 2008)">Fix ubuntu 8.04 (step 1)</a> (0)</li>
	<li><a href="http://no-names.biz/2008/05/29/fix-ubuntu-step-2/" title="Fix ubuntu 8.04 (step 2) (May 29, 2008)">Fix ubuntu 8.04 (step 2)</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://no-names.biz/2008/06/27/qutim-new-icq-client-with-qt4-intreface-ubuntu-804/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Extend phpUnderControl.</title>
		<link>http://no-names.biz/2008/06/27/extend-phpundercontrol/</link>
		<comments>http://no-names.biz/2008/06/27/extend-phpundercontrol/#comments</comments>
		<pubDate>Fri, 27 Jun 2008 11:53:30 +0000</pubDate>
		<dc:creator>drongous</dc:creator>
		
		<category><![CDATA[linux]]></category>

		<category><![CDATA[ubuntu]]></category>

		<category><![CDATA[Automating]]></category>

		<category><![CDATA[development]]></category>

		<category><![CDATA[Extend]]></category>

		<category><![CDATA[Phing]]></category>

		<category><![CDATA[phpUnderControl]]></category>

		<category><![CDATA[Workflow]]></category>

		<guid isPermaLink="false">http://no-names.biz/?p=18</guid>
		<description><![CDATA[To extend  &#8220;phpUnderControl&#8221; you can use Phing.
More details read on &#8220;Automating the Development Workflow&#8221;

    Share/Save
    
		a2a_linkname="Extend phpUnderControl.";
		a2a_linkurl="http://no-names.biz/2008/06/27/extend-phpundercontrol/";
				a2a_show_title=1;    
    

	
	Tags: Automating, development, Extend, linux, Phing, phpUnderControl, ubuntu, Workflow

	Related posts
	
	CruiseControl and phpUnderControl in Ubuntu (8.04), Debian (etch) (1)
	EMS (Education managmet system) (0)
	We are looking [...]]]></description>
			<content:encoded><![CDATA[<p>To <a href="http://no-names.biz/tag/extend/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with Extend">extend</a>  &#8220;<a href="http://no-names.biz/2008/06/09/cruisecontrol-and-phpundercontrol-in-debian-etch/">phpUnderControl</a>&#8221; you can use <a href="http://phing.info/">Phing</a>.</p>
<p>More details read on <a href="http://www.toosweettobesour.com/2008/05/15/automating-the-development-workflow/">&#8220;Automating the Development Workflow&#8221;</a></p>
<p class="addtoany_share_save">
    <a name="a2a_dd" onmouseover="a2a_show_dropdown(this)" onmouseout="a2a_onMouseOut_delay()" href="http://www.addtoany.com/bookmark?sitename=Life%20without%20names.&amp;siteurl=http%3A%2F%2Fno-names.biz%2F&amp;linkname=Extend%20phpUnderControl.&amp;linkurl=http%3A%2F%2Fno-names.biz%2F2008%2F06%2F27%2Fextend-phpundercontrol%2F" style=";background:url(http://no-names.biz/wp-content/plugins/add-to-any/favicon.png) no-repeat scroll 0px 0px !important;padding:1px 5px 5px 22px">Share/Save</a>
    <script type="text/javascript">
		a2a_linkname="<a href="http://no-names.biz/tag/extend/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with Extend">Extend</a> <a href="http://no-names.biz/tag/phpundercontrol/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with phpUnderControl">phpUnderControl</a>.";
		a2a_linkurl="http://no-names.biz/2008/06/27/<a href="http://no-names.biz/tag/extend/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with Extend">extend</a>-<a href="http://no-names.biz/tag/phpundercontrol/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with phpUnderControl">phpundercontrol</a>/";
				a2a_show_title=1;    </script>
    <script type="text/javascript" src="http://www.addtoany.com/menu/page.js"></script>

	</p>
	Tags: <a href="http://no-names.biz/tag/automating/" title="Automating" rel="tag nofollow">Automating</a>, <a href="http://no-names.biz/tag/development/" title="development" rel="tag nofollow">development</a>, <a href="http://no-names.biz/tag/extend/" title="Extend" rel="tag nofollow">Extend</a>, <a href="http://no-names.biz/category/linux/" title="linux" rel="tag nofollow">linux</a>, <a href="http://no-names.biz/tag/phing/" title="Phing" rel="tag nofollow">Phing</a>, <a href="http://no-names.biz/tag/phpundercontrol/" title="phpUnderControl" rel="tag nofollow">phpUnderControl</a>, <a href="http://no-names.biz/category/ubuntu/" title="ubuntu" rel="tag nofollow">ubuntu</a>, <a href="http://no-names.biz/tag/workflow/" title="Workflow" rel="tag nofollow">Workflow</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://no-names.biz/2008/06/09/cruisecontrol-and-phpundercontrol-in-debian-etch/" title="CruiseControl and phpUnderControl in Ubuntu (8.04), Debian (etch) (June 9, 2008)">CruiseControl and phpUnderControl in Ubuntu (8.04), Debian (etch)</a> (1)</li>
	<li><a href="http://no-names.biz/ems-education-managmet-system/" title="EMS (Education managmet system) (June 3, 2008)">EMS (Education managmet system)</a> (0)</li>
	<li><a href="http://no-names.biz/we-are-looking-for-investors/" title="We are looking for investors. (June 20, 2008)">We are looking for investors.</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://no-names.biz/2008/06/27/extend-phpundercontrol/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Ubuntu 8.04. ATI Catalyst ™ 8.6 Proprietary Linux x86 Display Driver</title>
		<link>http://no-names.biz/2008/06/27/ubuntu-804-ati-catalyst-%e2%84%a2-86-proprietary-linux-x86-display-driver/</link>
		<comments>http://no-names.biz/2008/06/27/ubuntu-804-ati-catalyst-%e2%84%a2-86-proprietary-linux-x86-display-driver/#comments</comments>
		<pubDate>Fri, 27 Jun 2008 07:05:05 +0000</pubDate>
		<dc:creator>drongous</dc:creator>
		
		<category><![CDATA[Life]]></category>

		<category><![CDATA[linux]]></category>

		<category><![CDATA[ubuntu]]></category>

		<category><![CDATA[ATI]]></category>

		<category><![CDATA[card]]></category>

		<category><![CDATA[Catalyst]]></category>

		<category><![CDATA[driver]]></category>

		<guid isPermaLink="false">http://no-names.biz/?p=16</guid>
		<description><![CDATA[AMD has updated its Catalyst driver for Linux. As stated in a press release, the new driver Catalyst 8.49.7 for Linux can increase productivity in the annexes CAD (computer-aided design - aided design) and OpenGL compared with older versions of drivers by 33%. The driver is compatible with all card Radeon, but especially focuses on [...]]]></description>
			<content:encoded><![CDATA[<div dir="ltr">AMD has updated its <a href="http://no-names.biz/tag/catalyst/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with Catalyst">Catalyst</a> <a href="http://no-names.biz/tag/driver/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with driver">driver</a> for <a href="http://no-names.biz/tag/linux/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with linux">Linux</a>. As stated in a press release, the new <a href="http://no-names.biz/tag/driver/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with driver">driver</a> <a href="http://no-names.biz/tag/catalyst/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with Catalyst">Catalyst</a> 8.49.7 for <a href="http://no-names.biz/tag/linux/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with linux">Linux</a> can increase productivity in the annexes CAD (computer-aided design - aided design) and OpenGL compared with older versions of drivers by 33%. The <a href="http://no-names.biz/tag/driver/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with driver">driver</a> is compatible with all <a href="http://no-names.biz/tag/card/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with card">card</a> Radeon, but especially focuses on a number FireGL.</p>
<p>Page downloads can be found <a title="ATI Catalyst ™ 8.6 Proprietary Linux x86 Display Driver " href="http://ati.amd.com/support/driver.html" target="_blank">here</a>.</p>
</div>
<p class="addtoany_share_save">
    <a name="a2a_dd" onmouseover="a2a_show_dropdown(this)" onmouseout="a2a_onMouseOut_delay()" href="http://www.addtoany.com/bookmark?sitename=Life%20without%20names.&amp;siteurl=http%3A%2F%2Fno-names.biz%2F&amp;linkname=Ubuntu%208.04.%20ATI%20Catalyst%20%E2%84%A2%208.6%20Proprietary%20Linux%20x86%20Display%20Driver&amp;linkurl=http%3A%2F%2Fno-names.biz%2F2008%2F06%2F27%2Fubuntu-804-ati-catalyst-%25e2%2584%25a2-86-proprietary-linux-x86-display-driver%2F" style=";background:url(http://no-names.biz/wp-content/plugins/add-to-any/favicon.png) no-repeat scroll 0px 0px !important;padding:1px 5px 5px 22px">Share/Save</a>
    <script type="text/javascript">
		a2a_linkname="<a href="http://no-names.biz/tag/ubuntu/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with ubuntu">Ubuntu</a> 8.04. <a href="http://no-names.biz/tag/ati/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with ATI">ATI</a> <a href="http://no-names.biz/tag/catalyst/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with Catalyst">Catalyst</a> ™ 8.6 Proprietary <a href="http://no-names.biz/tag/linux/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with linux">Linux</a> x86 Display <a href="http://no-names.biz/tag/driver/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with driver">Driver</a>";
		a2a_linkurl="http://no-names.biz/2008/06/27/<a href="http://no-names.biz/tag/ubuntu/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with ubuntu">ubuntu</a>-804-<a href="http://no-names.biz/tag/ati/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with ATI">ati</a>-<a href="http://no-names.biz/tag/catalyst/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with Catalyst">catalyst</a>-%e2%84%a2-86-proprietary-<a href="http://no-names.biz/tag/linux/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with linux">linux</a>-x86-display-<a href="http://no-names.biz/tag/driver/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with driver">driver</a>/";
				a2a_show_title=1;    </script>
    <script type="text/javascript" src="http://www.addtoany.com/menu/page.js"></script>

	</p>
	Tags: <a href="http://no-names.biz/tag/ati/" title="ATI" rel="tag nofollow">ATI</a>, <a href="http://no-names.biz/tag/card/" title="card" rel="tag nofollow">card</a>, <a href="http://no-names.biz/tag/catalyst/" title="Catalyst" rel="tag nofollow">Catalyst</a>, <a href="http://no-names.biz/tag/driver/" title="driver" rel="tag nofollow">driver</a>, <a href="http://no-names.biz/category/uncategorized/" title="Life" rel="tag nofollow">Life</a>, <a href="http://no-names.biz/tag/linux/" title="linux" rel="tag nofollow">linux</a>, <a href="http://no-names.biz/category/linux/" title="linux" rel="tag nofollow">linux</a>, <a href="http://no-names.biz/tag/ubuntu/" title="ubuntu" rel="tag nofollow">ubuntu</a>, <a href="http://no-names.biz/category/ubuntu/" title="ubuntu" rel="tag nofollow">ubuntu</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://no-names.biz/2008/05/31/ati-catalyst-85-in-ubuntu-804/" title="ATI Catalyst 8.5 in Ubuntu 8.04 (May 31, 2008)">ATI Catalyst 8.5 in Ubuntu 8.04</a> (0)</li>
	<li><a href="http://no-names.biz/2008/05/29/console-configuration-command-in-ubuntu-804/" title="Console configuration command in Ubuntu 8.04 (May 29, 2008)">Console configuration command in Ubuntu 8.04</a> (0)</li>
	<li><a href="http://no-names.biz/2008/05/29/fix-ubuntu-804-step-1/" title="Fix ubuntu 8.04 (step 1) (May 29, 2008)">Fix ubuntu 8.04 (step 1)</a> (0)</li>
	<li><a href="http://no-names.biz/2008/05/29/fix-ubuntu-step-2/" title="Fix ubuntu 8.04 (step 2) (May 29, 2008)">Fix ubuntu 8.04 (step 2)</a> (0)</li>
	<li><a href="http://no-names.biz/2008/06/26/install-maemo-diablo-sdk-in-ubuntu-connect-yandex-map-to-maemo-mapper/" title="Install Maemo Diablo SDK in Ubuntu. Connect Yandex map to maemo-mapper (June 26, 2008)">Install Maemo Diablo SDK in Ubuntu. Connect Yandex map to maemo-mapper</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://no-names.biz/2008/06/27/ubuntu-804-ati-catalyst-%e2%84%a2-86-proprietary-linux-x86-display-driver/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Install Maemo Diablo SDK in Ubuntu. Connect Yandex map to maemo-mapper</title>
		<link>http://no-names.biz/2008/06/26/install-maemo-diablo-sdk-in-ubuntu-connect-yandex-map-to-maemo-mapper/</link>
		<comments>http://no-names.biz/2008/06/26/install-maemo-diablo-sdk-in-ubuntu-connect-yandex-map-to-maemo-mapper/#comments</comments>
		<pubDate>Thu, 26 Jun 2008 10:25:47 +0000</pubDate>
		<dc:creator>drongous</dc:creator>
		
		<category><![CDATA[Life]]></category>

		<category><![CDATA[ubuntu]]></category>

		<category><![CDATA[Connect]]></category>

		<category><![CDATA[diablo]]></category>

		<category><![CDATA[Hardy]]></category>

		<category><![CDATA[Maemo]]></category>

		<category><![CDATA[map]]></category>

		<category><![CDATA[sdk]]></category>

		<guid isPermaLink="false">http://no-names.biz/?p=15</guid>
		<description><![CDATA[&#8220;Installing Maemo&#8217;s Diablo SDK under Ubuntu Hardy&#8221; - instructions for installing a new release Maemo tools in Ubuntu.
&#8220;Yandex plugin for Maemo mapper&#8221; - how to teach maemo-mapper to use the card Yandex.

    Share/Save
    
		a2a_linkname="Install Maemo Diablo SDK in Ubuntu. Connect Yandex map to maemo-mapper";
		a2a_linkurl="http://no-names.biz/2008/06/26/install-maemo-diablo-sdk-in-ubuntu-connect-yandex-map-to-maemo-mapper/";
				a2a_show_title=1;    
  [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Installing Maemo's Diablo SDK under Ubuntu Hardy" href="http://linuxuk.org/node/38" target="_blank">&#8220;Installing Maemo&#8217;s Diablo SDK under Ubuntu Hardy&#8221;</a> - instructions for installing a new release <a href="http://no-names.biz/tag/maemo/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with Maemo">Maemo</a> tools in <a href="http://no-names.biz/tag/ubuntu/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with ubuntu">Ubuntu</a>.<br />
<a href="http://antimirov.blogspot.com/2008/06/yandex-plugin-for-maemo-mapper.html" target="_blank">&#8220;Yandex plugin for Maemo mapper&#8221;</a> - how to teach <a href="http://no-names.biz/tag/maemo/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with Maemo">maemo</a>-mapper to use the <a href="http://no-names.biz/tag/card/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with card">card</a> Yandex.</p>
<p class="addtoany_share_save">
    <a name="a2a_dd" onmouseover="a2a_show_dropdown(this)" onmouseout="a2a_onMouseOut_delay()" href="http://www.addtoany.com/bookmark?sitename=Life%20without%20names.&amp;siteurl=http%3A%2F%2Fno-names.biz%2F&amp;linkname=Install%20Maemo%20Diablo%20SDK%20in%20Ubuntu.%20Connect%20Yandex%20map%20to%20maemo-mapper&amp;linkurl=http%3A%2F%2Fno-names.biz%2F2008%2F06%2F26%2Finstall-maemo-diablo-sdk-in-ubuntu-connect-yandex-map-to-maemo-mapper%2F" style=";background:url(http://no-names.biz/wp-content/plugins/add-to-any/favicon.png) no-repeat scroll 0px 0px !important;padding:1px 5px 5px 22px">Share/Save</a>
    <script type="text/javascript">
		a2a_linkname="<a href="http://no-names.biz/tag/install/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with Install">Install</a> <a href="http://no-names.biz/tag/maemo/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with Maemo">Maemo</a> <a href="http://no-names.biz/tag/diablo/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with diablo">Diablo</a> <a href="http://no-names.biz/tag/sdk/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with sdk">SDK</a> in <a href="http://no-names.biz/tag/ubuntu/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with ubuntu">Ubuntu</a>. <a href="http://no-names.biz/tag/connect/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with Connect">Connect</a> Yandex <a href="http://no-names.biz/tag/map/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with map">map</a> to <a href="http://no-names.biz/tag/maemo/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with Maemo">maemo</a>-mapper";
		a2a_linkurl="http://no-names.biz/2008/06/26/<a href="http://no-names.biz/tag/install/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with Install">install</a>-<a href="http://no-names.biz/tag/maemo/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with Maemo">maemo</a>-<a href="http://no-names.biz/tag/diablo/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with diablo">diablo</a>-<a href="http://no-names.biz/tag/sdk/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with sdk">sdk</a>-in-<a href="http://no-names.biz/tag/ubuntu/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with ubuntu">ubuntu</a>-<a href="http://no-names.biz/tag/connect/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with Connect">connect</a>-yandex-<a href="http://no-names.biz/tag/map/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with map">map</a>-to-<a href="http://no-names.biz/tag/maemo/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with Maemo">maemo</a>-mapper/";
				a2a_show_title=1;    </script>
    <script type="text/javascript" src="http://www.addtoany.com/menu/page.js"></script>

	</p>
	Tags: <a href="http://no-names.biz/tag/connect/" title="Connect" rel="tag nofollow">Connect</a>, <a href="http://no-names.biz/tag/diablo/" title="diablo" rel="tag nofollow">diablo</a>, <a href="http://no-names.biz/tag/hardy/" title="Hardy" rel="tag nofollow">Hardy</a>, <a href="http://no-names.biz/category/uncategorized/" title="Life" rel="tag nofollow">Life</a>, <a href="http://no-names.biz/tag/maemo/" title="Maemo" rel="tag nofollow">Maemo</a>, <a href="http://no-names.biz/tag/map/" title="map" rel="tag nofollow">map</a>, <a href="http://no-names.biz/tag/sdk/" title="sdk" rel="tag nofollow">sdk</a>, <a href="http://no-names.biz/tag/ubuntu/" title="ubuntu" rel="tag nofollow">ubuntu</a>, <a href="http://no-names.biz/category/ubuntu/" title="ubuntu" rel="tag nofollow">ubuntu</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://no-names.biz/2008/05/31/ati-catalyst-85-in-ubuntu-804/" title="ATI Catalyst 8.5 in Ubuntu 8.04 (May 31, 2008)">ATI Catalyst 8.5 in Ubuntu 8.04</a> (0)</li>
	<li><a href="http://no-names.biz/2008/05/29/console-configuration-command-in-ubuntu-804/" title="Console configuration command in Ubuntu 8.04 (May 29, 2008)">Console configuration command in Ubuntu 8.04</a> (0)</li>
	<li><a href="http://no-names.biz/2008/05/29/fix-ubuntu-804-step-1/" title="Fix ubuntu 8.04 (step 1) (May 29, 2008)">Fix ubuntu 8.04 (step 1)</a> (0)</li>
	<li><a href="http://no-names.biz/2008/05/29/fix-ubuntu-step-2/" title="Fix ubuntu 8.04 (step 2) (May 29, 2008)">Fix ubuntu 8.04 (step 2)</a> (0)</li>
	<li><a href="http://no-names.biz/2008/06/27/qutim-new-icq-client-with-qt4-intreface-ubuntu-804/" title="QutIM - new ICQ-client with Qt4 intreface. Ubuntu 8.04 (June 27, 2008)">QutIM - new ICQ-client with Qt4 intreface. Ubuntu 8.04</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://no-names.biz/2008/06/26/install-maemo-diablo-sdk-in-ubuntu-connect-yandex-map-to-maemo-mapper/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Very useful Linux commands on a single sheet.</title>
		<link>http://no-names.biz/2008/06/19/very-useful-linux-commands-on-a-single-sheet/</link>
		<comments>http://no-names.biz/2008/06/19/very-useful-linux-commands-on-a-single-sheet/#comments</comments>
		<pubDate>Thu, 19 Jun 2008 17:08:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Life]]></category>

		<category><![CDATA[Unix]]></category>

		<category><![CDATA[linux]]></category>

		<category><![CDATA[CommandDescription]]></category>

		<category><![CDATA[Information]]></category>

		<category><![CDATA[kernel]]></category>

		<category><![CDATA[performance]]></category>

		<category><![CDATA[show]]></category>

		<category><![CDATA[System]]></category>

		<guid isPermaLink="false">http://no-names.biz/?p=13</guid>
		<description><![CDATA[


Command
Description


System Information


arch
uname -m
display computer architecture


uname -r
display kernel version


dmidecode -q
show hardware system components - (SMBIOS / DMI)


hdparm -i /dev/hda
withdraw the characteristics of hard disk


hdparm -tT /dev/sda
to test the performance of reading data from the hard drive



The rest then  
Vaw i found full list of &#8220;Linux commans&#8221;

    Share/Save
    
		a2a_linkname="Very useful [...]]]></description>
			<content:encoded><![CDATA[<table border="1" width="100%">
<tbody>
<tr>
<td>Command</td>
<td>Description</td>
</tr>
<tr>
<td colspan="2"><strong><a href="http://no-names.biz/tag/system/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with System">System</a> <a href="http://no-names.biz/tag/information/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with Information">Information</a></strong></td>
</tr>
<tr>
<td>arch<br />
uname -m</td>
<td>display computer architecture</td>
</tr>
<tr>
<td>uname -r</td>
<td>display <a href="http://no-names.biz/tag/kernel/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with kernel">kernel</a> version</td>
</tr>
<tr>
<td>dmidecode -q</td>
<td><a href="http://no-names.biz/tag/show/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with show">show</a> hardware <a href="http://no-names.biz/tag/system/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with System">system</a> components - (SMBIOS / DMI)</td>
</tr>
<tr>
<td>hdparm -i /dev/hda</td>
<td>withdraw the characteristics of hard disk</td>
</tr>
<tr>
<td>hdparm -tT /dev/sda</td>
<td>to test the <a href="http://no-names.biz/tag/performance/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with performance">performance</a> of reading data from the hard drive</td>
</tr>
</tbody>
</table>
<p><span style="text-decoration: line-through;">The rest then <img src='http://no-names.biz/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </span></p>
<p>Vaw i found full list of <a title="Linux Commands" href="http://www.linuxguide.it/commands_list.php?Choose_Language:English" target="_blank">&#8220;Linux commans&#8221;</a></p>
<p class="addtoany_share_save">
    <a name="a2a_dd" onmouseover="a2a_show_dropdown(this)" onmouseout="a2a_onMouseOut_delay()" href="http://www.addtoany.com/bookmark?sitename=Life%20without%20names.&amp;siteurl=http%3A%2F%2Fno-names.biz%2F&amp;linkname=Very%20useful%20Linux%20commands%20on%20a%20single%20sheet.&amp;linkurl=http%3A%2F%2Fno-names.biz%2F2008%2F06%2F19%2Fvery-useful-linux-commands-on-a-single-sheet%2F" style=";background:url(http://no-names.biz/wp-content/plugins/add-to-any/favicon.png) no-repeat scroll 0px 0px !important;padding:1px 5px 5px 22px">Share/Save</a>
    <script type="text/javascript">
		a2a_linkname="Very useful <a href="http://no-names.biz/tag/linux/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with linux">Linux</a> commands on a single sheet.";
		a2a_linkurl="http://no-names.biz/2008/06/19/very-useful-<a href="http://no-names.biz/tag/linux/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with linux">linux</a>-commands-on-a-single-sheet/";
				a2a_show_title=1;    </script>
    <script type="text/javascript" src="http://www.addtoany.com/menu/page.js"></script>

	</p>
	Tags: <a href="http://no-names.biz/tag/commanddescription/" title="CommandDescription" rel="tag nofollow">CommandDescription</a>, <a href="http://no-names.biz/tag/information/" title="Information" rel="tag nofollow">Information</a>, <a href="http://no-names.biz/tag/kernel/" title="kernel" rel="tag nofollow">kernel</a>, <a href="http://no-names.biz/category/uncategorized/" title="Life" rel="tag nofollow">Life</a>, <a href="http://no-names.biz/tag/linux/" title="linux" rel="tag nofollow">linux</a>, <a href="http://no-names.biz/category/linux/" title="linux" rel="tag nofollow">linux</a>, <a href="http://no-names.biz/tag/performance/" title="performance" rel="tag nofollow">performance</a>, <a href="http://no-names.biz/tag/show/" title="show" rel="tag nofollow">show</a>, <a href="http://no-names.biz/tag/system/" title="System" rel="tag nofollow">System</a>, <a href="http://no-names.biz/category/unix/" title="Unix" rel="tag nofollow">Unix</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://no-names.biz/2008/05/31/ati-catalyst-85-in-ubuntu-804/" title="ATI Catalyst 8.5 in Ubuntu 8.04 (May 31, 2008)">ATI Catalyst 8.5 in Ubuntu 8.04</a> (0)</li>
	<li><a href="http://no-names.biz/2008/06/27/qutim-new-icq-client-with-qt4-intreface-ubuntu-804/" title="QutIM - new ICQ-client with Qt4 intreface. Ubuntu 8.04 (June 27, 2008)">QutIM - new ICQ-client with Qt4 intreface. Ubuntu 8.04</a> (0)</li>
	<li><a href="http://no-names.biz/2008/06/27/ubuntu-804-ati-catalyst-%e2%84%a2-86-proprietary-linux-x86-display-driver/" title="Ubuntu 8.04. ATI Catalyst ™ 8.6 Proprietary Linux x86 Display Driver (June 27, 2008)">Ubuntu 8.04. ATI Catalyst ™ 8.6 Proprietary Linux x86 Display Driver</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://no-names.biz/2008/06/19/very-useful-linux-commands-on-a-single-sheet/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Ubuntu 8.04 (ATI-MOBILE X600)</title>
		<link>http://no-names.biz/2008/06/19/ubuntu-804/</link>
		<comments>http://no-names.biz/2008/06/19/ubuntu-804/#comments</comments>
		<pubDate>Thu, 19 Jun 2008 09:40:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Life]]></category>

		<category><![CDATA[ubuntu]]></category>

		<category><![CDATA[ATI-X]]></category>

		<category><![CDATA[card]]></category>

		<category><![CDATA[video]]></category>

		<category><![CDATA[video card]]></category>

		<category><![CDATA[x600]]></category>

		<guid isPermaLink="false">http://no-names.biz/?p=12</guid>
		<description><![CDATA[I sense that soon bid farewell to Ubuntu, too many problems with video card (ATI-X600 mobile).

Problem solved.
Install last ati driver.
ati-driver-installer-8-6-x86.x86_64.run


    Share/Save
    
		a2a_linkname="Ubuntu 8.04 (ATI-MOBILE X600)";
		a2a_linkurl="http://no-names.biz/2008/06/19/ubuntu-804/";
				a2a_show_title=1;    
    

	
	Tags: ATI-X, card, Life, ubuntu, ubuntu, video, video card, x600

	Related posts
	
	ATI Catalyst 8.5 in Ubuntu 8.04 (0)
	Console [...]]]></description>
			<content:encoded><![CDATA[<p><del datetime="2008-06-19T17:01:24+00:00">I sense that soon bid farewell to <a href="http://no-names.biz/tag/ubuntu/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with ubuntu">Ubuntu</a>, too many problems with <a href="http://no-names.biz/tag/video/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with video">video</a> <a href="http://no-names.biz/tag/card/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with card">card</a> (<a href="http://no-names.biz/tag/ati/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with ATI">ATI</a>-<a href="http://no-names.biz/tag/x600/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with x600">X600</a> mobile).</del><br />
<br />
<strong>Problem solved.<br />
<a href="http://no-names.biz/tag/install/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with Install">Install</a> last <a href="http://no-names.biz/tag/ati/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with ATI">ati</a> <a href="http://no-names.biz/tag/driver/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with driver">driver</a>.<br />
<a href="http://no-names.biz/tag/ati/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with ATI">ati</a>-<a href="http://no-names.biz/tag/driver/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with driver">driver</a>-installer-8-6-x86.x86_64.run<br />
</strong></p>
<p class="addtoany_share_save">
    <a name="a2a_dd" onmouseover="a2a_show_dropdown(this)" onmouseout="a2a_onMouseOut_delay()" href="http://www.addtoany.com/bookmark?sitename=Life%20without%20names.&amp;siteurl=http%3A%2F%2Fno-names.biz%2F&amp;linkname=Ubuntu%208.04%20%28ATI-MOBILE%20X600%29&amp;linkurl=http%3A%2F%2Fno-names.biz%2F2008%2F06%2F19%2Fubuntu-804%2F" style=";background:url(http://no-names.biz/wp-content/plugins/add-to-any/favicon.png) no-repeat scroll 0px 0px !important;padding:1px 5px 5px 22px">Share/Save</a>
    <script type="text/javascript">
		a2a_linkname="<a href="http://no-names.biz/tag/ubuntu/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with ubuntu">Ubuntu</a> 8.04 (<a href="http://no-names.biz/tag/ati/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with ATI">ATI</a>-MOBILE <a href="http://no-names.biz/tag/x600/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with x600">X600</a>)";
		a2a_linkurl="http://no-names.biz/2008/06/19/<a href="http://no-names.biz/tag/ubuntu/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with ubuntu">ubuntu</a>-804/";
				a2a_show_title=1;    </script>
    <script type="text/javascript" src="http://www.addtoany.com/menu/page.js"></script>

	</p>
	Tags: <a href="http://no-names.biz/tag/ati-x/" title="ATI-X" rel="tag nofollow">ATI-X</a>, <a href="http://no-names.biz/tag/card/" title="card" rel="tag nofollow">card</a>, <a href="http://no-names.biz/category/uncategorized/" title="Life" rel="tag nofollow">Life</a>, <a href="http://no-names.biz/tag/ubuntu/" title="ubuntu" rel="tag nofollow">ubuntu</a>, <a href="http://no-names.biz/category/ubuntu/" title="ubuntu" rel="tag nofollow">ubuntu</a>, <a href="http://no-names.biz/tag/video/" title="video" rel="tag nofollow">video</a>, <a href="http://no-names.biz/tag/video-card/" title="video card" rel="tag nofollow">video card</a>, <a href="http://no-names.biz/tag/x600/" title="x600" rel="tag nofollow">x600</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://no-names.biz/2008/05/31/ati-catalyst-85-in-ubuntu-804/" title="ATI Catalyst 8.5 in Ubuntu 8.04 (May 31, 2008)">ATI Catalyst 8.5 in Ubuntu 8.04</a> (0)</li>
	<li><a href="http://no-names.biz/2008/05/29/console-configuration-command-in-ubuntu-804/" title="Console configuration command in Ubuntu 8.04 (May 29, 2008)">Console configuration command in Ubuntu 8.04</a> (0)</li>
	<li><a href="http://no-names.biz/2008/05/29/fix-ubuntu-804-step-1/" title="Fix ubuntu 8.04 (step 1) (May 29, 2008)">Fix ubuntu 8.04 (step 1)</a> (0)</li>
	<li><a href="http://no-names.biz/2008/05/29/fix-ubuntu-step-2/" title="Fix ubuntu 8.04 (step 2) (May 29, 2008)">Fix ubuntu 8.04 (step 2)</a> (0)</li>
	<li><a href="http://no-names.biz/2008/06/26/install-maemo-diablo-sdk-in-ubuntu-connect-yandex-map-to-maemo-mapper/" title="Install Maemo Diablo SDK in Ubuntu. Connect Yandex map to maemo-mapper (June 26, 2008)">Install Maemo Diablo SDK in Ubuntu. Connect Yandex map to maemo-mapper</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://no-names.biz/2008/06/19/ubuntu-804/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Visio in Ubuntu 8.04</title>
		<link>http://no-names.biz/2008/06/12/visio-ubuntu-804/</link>
		<comments>http://no-names.biz/2008/06/12/visio-ubuntu-804/#comments</comments>
		<pubDate>Thu, 12 Jun 2008 09:04:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Life]]></category>

		<category><![CDATA[ubuntu]]></category>

		<category><![CDATA[Configure]]></category>

		<category><![CDATA[Office]]></category>

		<category><![CDATA[Visio]]></category>

		<category><![CDATA[wine]]></category>

		<category><![CDATA[winecfg]]></category>

		<category><![CDATA[winehq]]></category>

		<guid isPermaLink="false">http://no-names.biz/?p=10</guid>
		<description><![CDATA[Add normail wine repository:
sudo wget -q http://wine.budgetdedicated.com/apt/387EE263.gpg -O- &#124; sudo apt-key add -
sudo wget http://wine.budgetdedicated.com/apt/sources.list.d/hardy.list -O /etc/apt/sources.list.d/winehq.list

sudo apt-get update
sudo apt-get install wine
Configure wine:
winecfg[Show as slideshow]
	
	




and now install Visio 2003, MS Office 2003. Have fun  

    Share/Save
    
		a2a_linkname="Visio in Ubuntu 8.04";
		a2a_linkurl="http://no-names.biz/2008/06/12/visio-ubuntu-804/";
				a2a_show_title=1;    
    

	
	Tags: [...]]]></description>
			<content:encoded><![CDATA[<p>Add normail <a href="http://no-names.biz/tag/wine/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with wine">wine</a> repository:</p>
<p><code>sudo wget -q http://<a href="http://no-names.biz/tag/wine/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with wine">wine</a>.budgetdedicated.com/apt/387EE263.<a href="http://no-names.biz/tag/gpg/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with gpg">gpg</a> -O- | sudo apt-<a href="http://no-names.biz/tag/key/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with key">key</a> add -</code></p>
<p><code>sudo wget http://<a href="http://no-names.biz/tag/wine/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with wine">wine</a>.budgetdedicated.com/apt/sources.list.d/<a href="http://no-names.biz/tag/hardy/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with Hardy">hardy</a>.list -O /etc/apt/sources.list.d/<a href="http://no-names.biz/tag/winehq/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with winehq">winehq</a>.list<br />
</code></p>
<p><code>sudo apt-get update</code></p>
<p><code>sudo apt-get <a href="http://no-names.biz/tag/install/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with Install">install</a> <a href="http://no-names.biz/tag/wine/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with wine">wine</a></code></p>
<p><a href="http://no-names.biz/tag/configure/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with Configure">Configure</a> <a href="http://no-names.biz/tag/wine/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with wine">wine</a>:</p>
<p><code><a href="http://no-names.biz/tag/winecfg/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with winecfg">winecfg</a></code></p><div class="ngg-galleryoverview" id="ngg-gallery-1"><div class="slideshowlink"><a class="slideshowlink" href="/feed/?show=slide">[Show as slideshow]</a></div><div id="ngg-image-1" class="ngg-gallery-thumbnail-box ">
	<div class="ngg-gallery-thumbnail"  >
	<a href="http://no-names.biz/wp-content/gallery/article/screenshot.png" title="" class="thickbox" rel="article" ><img title="screenshot.png" alt="screenshot.png" src="http://no-names.biz/wp-content/gallery/article/thumbs/thumbs_screenshot.png" style="width:100px; height:75px;" /></a>
</div>
</div>
</div>
<div class='ngg-clear'></div>
<p>and now <a href="http://no-names.biz/tag/install/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with Install">install</a> <a href="http://no-names.biz/tag/visio/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with Visio">Visio</a> 2003, MS <a href="http://no-names.biz/tag/office/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with Office">Office</a> 2003. Have fun <img src='http://no-names.biz/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p class="addtoany_share_save">
    <a name="a2a_dd" onmouseover="a2a_show_dropdown(this)" onmouseout="a2a_onMouseOut_delay()" href="http://www.addtoany.com/bookmark?sitename=Life%20without%20names.&amp;siteurl=http%3A%2F%2Fno-names.biz%2F&amp;linkname=Visio%20in%20Ubuntu%208.04&amp;linkurl=http%3A%2F%2Fno-names.biz%2F2008%2F06%2F12%2Fvisio-ubuntu-804%2F" style=";background:url(http://no-names.biz/wp-content/plugins/add-to-any/favicon.png) no-repeat scroll 0px 0px !important;padding:1px 5px 5px 22px">Share/Save</a>
    <script type="text/javascript">
		a2a_linkname="<a href="http://no-names.biz/tag/visio/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with Visio">Visio</a> in <a href="http://no-names.biz/tag/ubuntu/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with ubuntu">Ubuntu</a> 8.04";
		a2a_linkurl="http://no-names.biz/2008/06/12/<a href="http://no-names.biz/tag/visio/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with Visio">visio</a>-<a href="http://no-names.biz/tag/ubuntu/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with ubuntu">ubuntu</a>-804/";
				a2a_show_title=1;    </script>
    <script type="text/javascript" src="http://www.addtoany.com/menu/page.js"></script>

	</p>
	Tags: <a href="http://no-names.biz/tag/configure/" title="Configure" rel="tag nofollow">Configure</a>, <a href="http://no-names.biz/category/uncategorized/" title="Life" rel="tag nofollow">Life</a>, <a href="http://no-names.biz/tag/office/" title="Office" rel="tag nofollow">Office</a>, <a href="http://no-names.biz/tag/ubuntu/" title="ubuntu" rel="tag nofollow">ubuntu</a>, <a href="http://no-names.biz/category/ubuntu/" title="ubuntu" rel="tag nofollow">ubuntu</a>, <a href="http://no-names.biz/tag/visio/" title="Visio" rel="tag nofollow">Visio</a>, <a href="http://no-names.biz/tag/wine/" title="wine" rel="tag nofollow">wine</a>, <a href="http://no-names.biz/tag/winecfg/" title="winecfg" rel="tag nofollow">winecfg</a>, <a href="http://no-names.biz/tag/winehq/" title="winehq" rel="tag nofollow">winehq</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://no-names.biz/2008/05/31/ati-catalyst-85-in-ubuntu-804/" title="ATI Catalyst 8.5 in Ubuntu 8.04 (May 31, 2008)">ATI Catalyst 8.5 in Ubuntu 8.04</a> (0)</li>
	<li><a href="http://no-names.biz/2008/05/29/console-configuration-command-in-ubuntu-804/" title="Console configuration command in Ubuntu 8.04 (May 29, 2008)">Console configuration command in Ubuntu 8.04</a> (0)</li>
	<li><a href="http://no-names.biz/2008/05/29/fix-ubuntu-804-step-1/" title="Fix ubuntu 8.04 (step 1) (May 29, 2008)">Fix ubuntu 8.04 (step 1)</a> (0)</li>
	<li><a href="http://no-names.biz/2008/05/29/fix-ubuntu-step-2/" title="Fix ubuntu 8.04 (step 2) (May 29, 2008)">Fix ubuntu 8.04 (step 2)</a> (0)</li>
	<li><a href="http://no-names.biz/2008/06/26/install-maemo-diablo-sdk-in-ubuntu-connect-yandex-map-to-maemo-mapper/" title="Install Maemo Diablo SDK in Ubuntu. Connect Yandex map to maemo-mapper (June 26, 2008)">Install Maemo Diablo SDK in Ubuntu. Connect Yandex map to maemo-mapper</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://no-names.biz/2008/06/12/visio-ubuntu-804/feed/</wfw:commentRss>
		</item>
		<item>
		<title>CruiseControl and phpUnderControl in Ubuntu (8.04), Debian (etch)</title>
		<link>http://no-names.biz/2008/06/09/cruisecontrol-and-phpundercontrol-in-debian-etch/</link>
		<comments>http://no-names.biz/2008/06/09/cruisecontrol-and-phpundercontrol-in-debian-etch/#comments</comments>
		<pubDate>Mon, 09 Jun 2008 08:07:38 +0000</pubDate>
		<dc:creator>drongous</dc:creator>
		
		<category><![CDATA[Life]]></category>

		<category><![CDATA[ubuntu]]></category>

		<category><![CDATA[CruiseControl]]></category>

		<category><![CDATA[Debian]]></category>

		<category><![CDATA[example]]></category>

		<category><![CDATA[Install]]></category>

		<category><![CDATA[java]]></category>

		<category><![CDATA[pear]]></category>

		<category><![CDATA[phpuc]]></category>

		<category><![CDATA[phpUnderControl]]></category>

		<category><![CDATA[phpunit]]></category>

		<category><![CDATA[source]]></category>

		<guid isPermaLink="false">http://no-names.biz/?p=9</guid>
		<description><![CDATA[Installing sun-java6-jdk with apt package manager
 Configuring $JAVA_HOME :
vim /etc/environment
JAVA_HOME=&#8220;/usr/lib/jvm/java-6-sun&#8221;
source /etc/environment
Download CruiseControl binary
cd /opt/
wget http://switch.dl.sourceforge.net/sourceforge/cruisecontrol/cruisecontrol-bin-2.7.2.zip
Unzip archive :
unzip cruisecontrol-bin-2.7.2.zip -d /opt
ln -s /opt/cruisecontrol-bin-2.7.2 /opt/cruisecontrol
Install pear package :
pear config-set preferred_state beta
pear channel-discover components.ez.no
pear install -a ezc/Graph
pear channel-discover pear.phpunit.de
pear install &#8211;alldeps phpunit/phpUnderControl
Patch CruiseControl with phpUnderControl and install the example :
phpuc install /opt/cruisecontrol
phpuc example /opt/cruisecontrol
Start CruiseControl :
cd /opt/cruisecontrol
./cruisecontrol.sh
And read [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Installing sun-java6-jdk with apt package manager</strong><br />
<strong> Configuring $JAVA_HOME :</strong><br />
<code><a href="http://no-names.biz/tag/vim/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with Vim">vim</a> /etc/environment</code></p>
<p><code>JAVA_HOME=<span class="str">&#8220;/usr/lib/jvm/<a href="http://no-names.biz/tag/java/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with java">java</a>-6-sun&#8221;</span></code></p>
<p><code><a href="http://no-names.biz/tag/source/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with source">source</a> /etc/environment</code></p>
<p><strong>Download <a href="http://no-names.biz/tag/cruisecontrol/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with CruiseControl">CruiseControl</a> binary</strong><br />
<code>cd /opt/</code><br />
<code>wget http://switch.dl.sourceforge.net/sourceforge/<a href="http://no-names.biz/tag/cruisecontrol/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with CruiseControl">cruisecontrol</a>/<a href="http://no-names.biz/tag/cruisecontrol/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with CruiseControl">cruisecontrol</a>-bin-2.7.2.zip</code></p>
<p><strong>Unzip archive :</strong><br />
<code>unzip <a href="http://no-names.biz/tag/cruisecontrol/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with CruiseControl">cruisecontrol</a>-bin-2.7.2.zip -d /opt</code><br />
<code>ln -s /opt/<a href="http://no-names.biz/tag/cruisecontrol/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with CruiseControl">cruisecontrol</a>-bin-2.7.2 /opt/<a href="http://no-names.biz/tag/cruisecontrol/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with CruiseControl">cruisecontrol</a></code></p>
<p><strong><a href="http://no-names.biz/tag/install/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with Install">Install</a> <a href="http://no-names.biz/tag/pear/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with pear">pear</a> package :</strong><br />
<code><a href="http://no-names.biz/tag/pear/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with pear">pear</a> config-set preferred_state beta</code><br />
<code><a href="http://no-names.biz/tag/pear/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with pear">pear</a> channel-discover components.ez.no</code><br />
<code><a href="http://no-names.biz/tag/pear/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with pear">pear</a> <a href="http://no-names.biz/tag/install/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with Install">install</a> -a ezc/Graph</code><br />
<code><a href="http://no-names.biz/tag/pear/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with pear">pear</a> channel-discover <a href="http://no-names.biz/tag/pear/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with pear">pear</a>.<a href="http://no-names.biz/tag/phpunit/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with phpunit">phpunit</a>.de</code><br />
<a href="http://no-names.biz/tag/pear/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with pear">pear</a> <a href="http://no-names.biz/tag/install/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with Install">install</a> &#8211;alldeps <a href="http://no-names.biz/tag/phpunit/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with phpunit">phpunit</a>/<a href="http://no-names.biz/tag/phpundercontrol/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with phpUnderControl">phpUnderControl</a></p>
<p><strong>Patch <a href="http://no-names.biz/tag/cruisecontrol/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with CruiseControl">CruiseControl</a> with <a href="http://no-names.biz/tag/phpundercontrol/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with phpUnderControl">phpUnderControl</a> and <a href="http://no-names.biz/tag/install/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with Install">install</a> the <a href="http://no-names.biz/tag/example/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with example">example</a> :</strong><br />
<code><a href="http://no-names.biz/tag/phpuc/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with phpuc">phpuc</a> <a href="http://no-names.biz/tag/install/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with Install">install</a> /opt/<a href="http://no-names.biz/tag/cruisecontrol/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with CruiseControl">cruisecontrol</a></code><br />
<code><del datetime="00"><a href="http://no-names.biz/tag/phpuc/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with phpuc">phpuc</a> <a href="http://no-names.biz/tag/example/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with example">example</a> /opt/<a href="http://no-names.biz/tag/cruisecontrol/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with CruiseControl">cruisecontrol</a></del></code></p>
<p><strong>Start <a href="http://no-names.biz/tag/cruisecontrol/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with CruiseControl">CruiseControl</a> :</strong><br />
<code>cd /opt/<a href="http://no-names.biz/tag/cruisecontrol/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with CruiseControl">cruisecontrol</a></code><br />
<code>./<a href="http://no-names.biz/tag/cruisecontrol/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with CruiseControl">cruisecontrol</a>.sh</code></p>
<p>And read this <a title="Setting up CruiseControl and phpUnderControl" href="http://www.phpundercontrol.org/documentation.html" target="_blank">manual</a>.</p>
<p class="addtoany_share_save">
    <a name="a2a_dd" onmouseover="a2a_show_dropdown(this)" onmouseout="a2a_onMouseOut_delay()" href="http://www.addtoany.com/bookmark?sitename=Life%20without%20names.&amp;siteurl=http%3A%2F%2Fno-names.biz%2F&amp;linkname=CruiseControl%20and%20phpUnderControl%20in%20Ubuntu%20%288.04%29%2C%20Debian%20%28etch%29&amp;linkurl=http%3A%2F%2Fno-names.biz%2F2008%2F06%2F09%2Fcruisecontrol-and-phpundercontrol-in-debian-etch%2F" style=";background:url(http://no-names.biz/wp-content/plugins/add-to-any/favicon.png) no-repeat scroll 0px 0px !important;padding:1px 5px 5px 22px">Share/Save</a>
    <script type="text/javascript">
		a2a_linkname="<a href="http://no-names.biz/tag/cruisecontrol/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with CruiseControl">CruiseControl</a> and <a href="http://no-names.biz/tag/phpundercontrol/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with phpUnderControl">phpUnderControl</a> in <a href="http://no-names.biz/tag/ubuntu/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with ubuntu">Ubuntu</a> (8.04), <a href="http://no-names.biz/tag/debian/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with Debian">Debian</a> (etch)";
		a2a_linkurl="http://no-names.biz/2008/06/09/<a href="http://no-names.biz/tag/cruisecontrol/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with CruiseControl">cruisecontrol</a>-and-<a href="http://no-names.biz/tag/phpundercontrol/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with phpUnderControl">phpundercontrol</a>-in-<a href="http://no-names.biz/tag/debian/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with Debian">debian</a>-etch/";
				a2a_show_title=1;    </script>
    <script type="text/javascript" src="http://www.addtoany.com/menu/page.js"></script>

	</p>
	Tags: <a href="http://no-names.biz/tag/cruisecontrol/" title="CruiseControl" rel="tag nofollow">CruiseControl</a>, <a href="http://no-names.biz/tag/debian/" title="Debian" rel="tag nofollow">Debian</a>, <a href="http://no-names.biz/tag/example/" title="example" rel="tag nofollow">example</a>, <a href="http://no-names.biz/tag/install/" title="Install" rel="tag nofollow">Install</a>, <a href="http://no-names.biz/tag/java/" title="java" rel="tag nofollow">java</a>, <a href="http://no-names.biz/category/uncategorized/" title="Life" rel="tag nofollow">Life</a>, <a href="http://no-names.biz/tag/pear/" title="pear" rel="tag nofollow">pear</a>, <a href="http://no-names.biz/tag/phpuc/" title="phpuc" rel="tag nofollow">phpuc</a>, <a href="http://no-names.biz/tag/phpundercontrol/" title="phpUnderControl" rel="tag nofollow">phpUnderControl</a>, <a href="http://no-names.biz/tag/phpunit/" title="phpunit" rel="tag nofollow">phpunit</a>, <a href="http://no-names.biz/tag/source/" title="source" rel="tag nofollow">source</a>, <a href="http://no-names.biz/category/ubuntu/" title="ubuntu" rel="tag nofollow">ubuntu</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://no-names.biz/2008/06/27/extend-phpundercontrol/" title="Extend phpUnderControl. (June 27, 2008)">Extend phpUnderControl.</a> (0)</li>
	<li><a href="http://no-names.biz/2008/06/27/qutim-new-icq-client-with-qt4-intreface-ubuntu-804/" title="QutIM - new ICQ-client with Qt4 intreface. Ubuntu 8.04 (June 27, 2008)">QutIM - new ICQ-client with Qt4 intreface. Ubuntu 8.04</a> (0)</li>
	<li><a href="http://no-names.biz/we-are-looking-for-investors/" title="We are looking for investors. (June 20, 2008)">We are looking for investors.</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://no-names.biz/2008/06/09/cruisecontrol-and-phpundercontrol-in-debian-etch/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
