<?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>Ubuntu Archivi - Giuseppe</title>
	<atom:link href="https://www.iuculano.it/category/linux/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.iuculano.it/category/linux/ubuntu/</link>
	<description>Have you tried rebooting it?</description>
	<lastBuildDate>Sun, 15 Jun 2008 11:29:34 +0000</lastBuildDate>
	<language>it-IT</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>Smbind &#8211; Tool in php per la gestione di un DNS</title>
		<link>https://www.iuculano.it/linux/smbind-tool-in-php-per-la-gestione-di-un-dns/</link>
					<comments>https://www.iuculano.it/linux/smbind-tool-in-php-per-la-gestione-di-un-dns/#disqus_thread</comments>
		
		<dc:creator><![CDATA[Giuseppe]]></dc:creator>
		<pubDate>Sun, 15 Jun 2008 11:29:34 +0000</pubDate>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[bind]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[smbind]]></category>
		<guid isPermaLink="false">http://www.iuculano.it/?p=61</guid>

					<description><![CDATA[<p>Smbind è un tool in PHP che permette di amministrare un DNS (bind). Tramite l&#8217;interfaccia web è possibile creare, modificare, gestire le zone. Ecco alcuni screenshots: In attesa di uno Sponsor per chi usa debian o ubuntu ecco come installarlo: (debian) Aggiungete al vostro sources.list: deb http://debian.iuculano.it/apt etch main contrib non-free deb-src http://debian.iuculano.it/apt etch main [&#8230;]</p>
<p>L'articolo <a href="https://www.iuculano.it/linux/smbind-tool-in-php-per-la-gestione-di-un-dns/">Smbind &#8211; Tool in php per la gestione di un DNS</a> sembra essere il primo su <a href="https://www.iuculano.it">Giuseppe</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Smbind è un tool in PHP che permette di amministrare un DNS (bind).</p>
<p>Tramite l&#8217;interfaccia web è possibile creare, modificare, gestire le zone. Ecco alcuni screenshots:</p>
<p style="text-align: center;"><img fetchpriority="high" decoding="async" class="aligncenter" src="http://sourceforge.net/dbimage.php?id=27962" alt="Zona" width="569" height="480" /></p>
<p style="text-align: center;">
<p style="text-align: center;"><img decoding="async" src="http://sourceforge.net/dbimage.php?id=27960" alt="Opzioni" width="563" height="480" /></p>
<p style="text-align: center;">
<p style="text-align: center;"><img decoding="async" src="http://sourceforge.net/dbimage.php?id=27958" alt="Creare zona" width="640" height="471" /></p>
<p style="text-align: center;">
<p><!--adsense--></p>
<p style="text-align: left;">In attesa di uno <a href="http://mentors.debian.net/cgi-bin/sponsor-pkglist?action=details;package=smbind" target="_blank">Sponsor</a> per chi usa debian o ubuntu ecco come installarlo:</p>
<p style="text-align: left;">
<p style="text-align: left;">(debian) Aggiungete al vostro sources.list:</p>
<p style="text-align: left;">
<blockquote>
<pre>deb     http://debian.iuculano.it/apt  etch main contrib non-free
deb-src http://debian.iuculano.it/apt  etch main contrib non-free
</pre>
</blockquote>
<p>Mentre per Ubuntu:</p>
<blockquote><p>deb http://ppa.launchpad.net/giuseppe-iuculano/ubuntu hardy main<br />
deb-src http://ppa.launchpad.net/giuseppe-iuculano/ubuntu hardy main</p></blockquote>
<p>Poi da terminale:</p>
<blockquote><p>apt-get update &amp;&amp; apt-get install smbind</p></blockquote>
<p>Una volta terminata l&#8217;installazione:</p>
<blockquote><p>usermod -G bind www-data</p>
<p>/etc/init.d/apache2 restart</p>
<p>echo &#8216;include &#8220;/etc/smbind/smbind.conf&#8221;;&#8217; &gt;&gt; /etc/bind/named.conf.local</p>
<p>/etc/init.d/bind9 restart</p></blockquote>
<p>Adesso potete aprire il browser ed andare su http://localhost/smbind/ .</p>
<p>Login e password di defualt sono entrambe &#8216;admin&#8217;, ma naturalmente <span style="text-decoration: underline;">dovete cambiare la password <strong>immediatamente</strong></span> <img src="https://s.w.org/images/core/emoji/15.0.3/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
<p>L'articolo <a href="https://www.iuculano.it/linux/smbind-tool-in-php-per-la-gestione-di-un-dns/">Smbind &#8211; Tool in php per la gestione di un DNS</a> sembra essere il primo su <a href="https://www.iuculano.it">Giuseppe</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.iuculano.it/linux/smbind-tool-in-php-per-la-gestione-di-un-dns/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
		<item>
		<title>Ubuntu Gutsy CK Kernel</title>
		<link>https://www.iuculano.it/linux/ubuntu-gutsy-ck-kernel/</link>
					<comments>https://www.iuculano.it/linux/ubuntu-gutsy-ck-kernel/#disqus_thread</comments>
		
		<dc:creator><![CDATA[Giuseppe]]></dc:creator>
		<pubDate>Sun, 11 Nov 2007 09:57:52 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[cfs]]></category>
		<category><![CDATA[ck]]></category>
		<category><![CDATA[Con Kolivas]]></category>
		<category><![CDATA[Ingo Molnar]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[repository]]></category>
		<guid isPermaLink="false">http://www.iuculano.it/linux/ubuntu-gutsy-ck-kernel/</guid>

					<description><![CDATA[<p>(English version below) Ubuntu Gutsy è arrivata, e anche per questa release rilascio un kernel patchato con le CK patch. Con Kolivas purtroppo ha deciso (giustamente) di abbandonare lo sviluppo, ragion per cui questo sarà l&#8217;ultimo rilascio anche per me. Dalla prossima release ci dovremmo accontentare del nuovo CFS di Ingo Molnar Vi ricordo come [&#8230;]</p>
<p>L'articolo <a href="https://www.iuculano.it/linux/ubuntu-gutsy-ck-kernel/">Ubuntu Gutsy CK Kernel</a> sembra essere il primo su <a href="https://www.iuculano.it">Giuseppe</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>(English version below)</p>
<p>Ubuntu Gutsy è arrivata, e anche per questa release rilascio un kernel patchato con le <strong><a href="http://members.optusnet.com.au/ckolivas/kernel/" title="Kernel patch homepage of Con Kolivas">CK patch</a>.</strong></p>
<p><span class="wikiwyg_section" id="wikiwyg_section_1">Con Kolivas purtroppo ha deciso (<a href="http://article.gmane.org/gmane.linux.kernel.ck/7850" target="_blank">giustamente</a>) di <a href="http://ck.wikia.com/wiki/End_of_ck_patchset">abbandonare</a> lo sviluppo, ragion per cui questo sarà l&#8217;ultimo rilascio anche per me. Dalla prossima release ci dovremmo accontentare del nuovo <a href="http://kernelnewbies.org/Linux_2_6_23#head-25cc2fc9242cfbbe433e8193874efa769eae5d60">CFS</a> di <a href="http://en.wikipedia.org/wiki/Ingo_Molnar">Ingo Molnar</a> </span></p>
<p>Vi ricordo come al solito:</p>
<p>Cosa sono le CK patch?</p>
<p><!--adsense--></p>
<p>Cito l&#8217; autore:</p>
<p align="center">&#8220;<strong><em>These are patches designed to improve system responsiveness with specific emphasis on the desktop, but suitable to any workload</em></strong>.&#8221;</p>
<p align="center">&nbsp;</p>
<p align="justify">&nbsp;</p>
<p>Ricapitolando, installando questo kernel avrete:</p>
<p><strong>1) Compilazione ottimizzata per 686 o core2<br />
2) Ck patch <a href="http://members.optusnet.com.au/ckolivas/kernel/" target="_blank">http://members.optusnet.com.au/ckolivas/kernel/</a></strong></p>
<p>Come installarlo?<br />
<code>wget <a href="http://ubuntu.iuculano.it/AE3BE9AA.gpg" target="_blank">http://ubuntu.iuculano.it/AE3BE9AA.gpg</a> -O- | sudo apt-key add -</code></p>
<p>aggiungete al vostro sources.list:<br />
<code>deb <a href="http://ubuntu.iuculano.it/" target="_blank">http://ubuntu.iuculano.it</a> gutsy all</code><br />
<code>deb-src <a href="http://ubuntu.iuculano.it/" target="_blank">http://ubuntu.iuculano.it</a> gutsy all</code></p>
<p>Per <strong>686</strong> (Pentium4):<br />
<code>sudo apt-get update &amp;&amp; sudo apt-get install linux-686-ck linux-headers-686-ck</code></p>
<p>Per <strong>core2</strong>:<br />
<code>sudo apt-get update &amp;&amp; sudo apt-get install linux-core2-ck linux-headers-core2-ck</code></p>
<p>Diamo un nuce -10 al server X:<br />
<code>sudo dpkg-reconfigure -plow x11-common</code></p>
<p>Alla richiesta &#8221; Valore di nice per il server X. &#8221; digitiamo -10</p>
<p><strong>Feedback molto graditi <img src="https://s.w.org/images/core/emoji/15.0.3/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></strong><br />
<!--adsense--></p>
<hr />
<h3><font color="#0000ff"><strong>English version</strong></font></h3>
<p>These are patches designed to <strong>improve system responsiveness</strong> with specific emphasis on the desktop, but suitable to any workload.</p>
<p>Installing this kernel you have:</p>
<ol style="list-style-type: decimal">
<li>686 (Pentium4) or Core2 optimization</li>
<li>Ck patch <a href="http://members.optusnet.com.au/ckolivas/kernel/" target="_blank">http://members.optusnet.com.au/ckolivas/kernel/</a></li>
</ol>
<p>Add the gpg key:</p>
<p style="margin: 5px 20px 20px">&nbsp;</p>
<p class="smallfont" style="margin-bottom: 2px">Code:</p>
<pre class="alt2" dir="ltr" style="border: 1px inset ; margin: 0px; padding: 6px; overflow: auto; width: 640px; height: 34px; text-align: left">wget http://ubuntu.iuculano.it/AE3BE9AA.gpg -O- | sudo apt-key add -</pre>
<p>Add the sources.list entries in a separate file:</p>
<p style="margin: 5px 20px 20px">&nbsp;</p>
<p class="smallfont" style="margin-bottom: 2px">Code:</p>
<pre class="alt2" dir="ltr" style="border: 1px inset ; margin: 0px; padding: 6px; overflow: auto; width: 640px; height: 34px; text-align: left">echo "deb http://ubuntu.iuculano.it gutsy all" &gt;/etc/apt/sources.list.d/ck-kernel.list</pre>
<p style="margin: 5px 20px 20px">&nbsp;</p>
<p class="smallfont" style="margin-bottom: 2px">Code:</p>
<pre class="alt2" dir="ltr" style="border: 1px inset ; margin: 0px; padding: 6px; overflow: auto; width: 640px; height: 34px; text-align: left">sudo apt-get update</pre>
<p>For 686 (Pentium4):</p>
<p style="margin: 5px 20px 20px">&nbsp;</p>
<p class="smallfont" style="margin-bottom: 2px">Code:</p>
<pre class="alt2" dir="ltr" style="border: 1px inset ; margin: 0px; padding: 6px; overflow: auto; width: 640px; height: 34px; text-align: left">sudo apt-get update &amp;&amp; sudo apt-get install linux-686-ck linux-headers-686-ck</pre>
<p>For core2:</p>
<p style="margin: 5px 20px 20px">&nbsp;</p>
<p class="smallfont" style="margin-bottom: 2px">Code:</p>
<pre class="alt2" dir="ltr" style="border: 1px inset ; margin: 0px; padding: 6px; overflow: auto; width: 640px; height: 34px; text-align: left">sudo apt-get update &amp;&amp; sudo apt-get install linux-core2-ck linux-headers-core2-ck</pre>
<p>Feedback are welcome <img decoding="async" src="http://ubuntuforums.org/images/smilies/icon_smile.gif" title="Smile" class="inlineimg" border="0" /></p>
<p>L'articolo <a href="https://www.iuculano.it/linux/ubuntu-gutsy-ck-kernel/">Ubuntu Gutsy CK Kernel</a> sembra essere il primo su <a href="https://www.iuculano.it">Giuseppe</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.iuculano.it/linux/ubuntu-gutsy-ck-kernel/feed/</wfw:commentRss>
			<slash:comments>34</slash:comments>
		
		
			</item>
		<item>
		<title>Thunderbird 2 per Ubuntu Feisty</title>
		<link>https://www.iuculano.it/linux/thunderbird-2-per-ubuntu-feisty/</link>
					<comments>https://www.iuculano.it/linux/thunderbird-2-per-ubuntu-feisty/#disqus_thread</comments>
		
		<dc:creator><![CDATA[Giuseppe]]></dc:creator>
		<pubDate>Mon, 14 May 2007 21:48:26 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<guid isPermaLink="false">http://www.iuculano.it/linux/thunderbird-2-per-ubuntu-feisty/</guid>

					<description><![CDATA[<p>Purtroppo ubuntu feisty non ha thunderbird2 (è stato rilasciato successivamente). Mi sono quindi deciso a backportarlo da gutsy Potete installarlo inserendo nel vostro sources.list: deb http://ubuntu.iuculano.it feisty thunderbird deb-src http://ubuntu.iuculano.it feisty thunderbird Se poi volete pure provare la versione di sviluppo di amsn (davvero carina): deb http://ubuntu.iuculano.it feisty amsn deb-src http://ubuntu.iuculano.it feisty amsn Come al [&#8230;]</p>
<p>L'articolo <a href="https://www.iuculano.it/linux/thunderbird-2-per-ubuntu-feisty/">Thunderbird 2 per Ubuntu Feisty</a> sembra essere il primo su <a href="https://www.iuculano.it">Giuseppe</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Purtroppo ubuntu feisty non ha thunderbird2 (è stato rilasciato successivamente).</p>
<p><!--adsense--></p>
<p>Mi sono quindi deciso a backportarlo da <a href="http://" title="https://wiki.ubuntu.com/GutsyReleaseSchedule" target="_blank">gutsy</a></p>
<p>Potete installarlo inserendo nel vostro sources.list:<br />
<code>deb http://ubuntu.iuculano.it feisty thunderbird<br />
deb-src http://ubuntu.iuculano.it feisty thunderbird</code></p>
<p>Se poi volete pure provare la versione di sviluppo di amsn (davvero carina):</p>
<p><code>deb http://ubuntu.iuculano.it feisty amsn<br />
deb-src http://ubuntu.iuculano.it feisty amsn<br />
</code></p>
<p>Come al solito i feedback sono graditi <img src="https://s.w.org/images/core/emoji/15.0.3/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
<p>L'articolo <a href="https://www.iuculano.it/linux/thunderbird-2-per-ubuntu-feisty/">Thunderbird 2 per Ubuntu Feisty</a> sembra essere il primo su <a href="https://www.iuculano.it">Giuseppe</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.iuculano.it/linux/thunderbird-2-per-ubuntu-feisty/feed/</wfw:commentRss>
			<slash:comments>17</slash:comments>
		
		
			</item>
		<item>
		<title>Ubuntu Feisty CK Kernel</title>
		<link>https://www.iuculano.it/linux/ubuntu-feisty-ck-kernel/</link>
					<comments>https://www.iuculano.it/linux/ubuntu-feisty-ck-kernel/#disqus_thread</comments>
		
		<dc:creator><![CDATA[Giuseppe]]></dc:creator>
		<pubDate>Sun, 22 Apr 2007 20:41:04 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<guid isPermaLink="false">http://www.iuculano.it/linux/ubuntu-feisty-ck-kernel/</guid>

					<description><![CDATA[<p>Nelle mie workstation non può mancare un kernel patchato con le CK patch. Cosa sono le CK patch? Cito l&#8217; autore: &#8220;These are patches designed to improve system responsiveness with specific emphasis on the desktop, but suitable to any workload.&#8221; A pochi giorni dal rilascio di Ubuntu Feisty , ecco il kernel patchato con CK [&#8230;]</p>
<p>L'articolo <a href="https://www.iuculano.it/linux/ubuntu-feisty-ck-kernel/">Ubuntu Feisty CK Kernel</a> sembra essere il primo su <a href="https://www.iuculano.it">Giuseppe</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Nelle mie workstation non può mancare un kernel patchato con le <strong><a href="http://members.optusnet.com.au/ckolivas/kernel/" title="Kernel patch homepage of Con Kolivas">CK patch</a>.</strong></p>
<p>Cosa sono le CK patch?</p>
<p>Cito l&#8217; autore:</p>
<p align="center">&#8220;<strong><em>These are patches designed to improve system responsiveness with specific emphasis on the desktop, but suitable to any workload</em></strong>.&#8221;</p>
<p><!--adsense--></p>
<p>A pochi giorni dal rilascio di <em><a href="http://www.ubuntu.com/news/ubuntu704" title="Ubuntu Feisty" target="_blank">Ubuntu Feisty</a></em> , ecco il kernel patchato con CK e <strong>ottimizzato per 686 (i386) e core2 (i386)<br />
</strong></p>
<p>Ricapitolando, installando questo kernel avrete:</p>
<p><strong>1) Compilazione ottimizzata per 686 o core2<br />
2) Ck patch <a href="http://members.optusnet.com.au/ckolivas/kernel/" target="_blank">http://members.optusnet.com.au/ckolivas/kernel/</a></strong></p>
<p>Come installarlo?<br />
<code>wget <a href="http://ubuntu.iuculano.it/AE3BE9AA.gpg" target="_blank">http://ubuntu.iuculano.it/AE3BE9AA.gpg</a> -O- | sudo apt-key add -</code></p>
<p>aggiungete al vostro sources.list:<br />
<code>deb <a href="http://ubuntu.iuculano.it/" target="_blank">http://ubuntu.iuculano.it</a> feisty all</code><br />
<code>deb-src <a href="http://ubuntu.iuculano.it/" target="_blank">http://ubuntu.iuculano.it</a> feisty all</code></p>
<p>Per <strong>686</strong> (Pentium4):<br />
<code>sudo apt-get update && sudo apt-get install linux-686-ck linux-headers-686-ck</code></p>
<p>Per <strong>core2</strong>:<br />
<code>sudo apt-get update && sudo apt-get install linux-core2-ck linux-headers-core2-ck</code></p>
<p>Diamo un nuce -10 al server X:<br />
<code>sudo dpkg-reconfigure -plow x11-common</code></p>
<p>Alla richiesta &#8221; Valore di nice per il server X. &#8221; digitiamo -10</p>
<p><strong>Feedback molto graditi <img src="https://s.w.org/images/core/emoji/15.0.3/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></strong></p>
<p>L'articolo <a href="https://www.iuculano.it/linux/ubuntu-feisty-ck-kernel/">Ubuntu Feisty CK Kernel</a> sembra essere il primo su <a href="https://www.iuculano.it">Giuseppe</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.iuculano.it/linux/ubuntu-feisty-ck-kernel/feed/</wfw:commentRss>
			<slash:comments>50</slash:comments>
		
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Object Caching 80/152 objects using Disk
Page Caching using Disk: Enhanced 
Minified using Disk
Database Caching 13/22 queries in 0.010 seconds using Disk

Served from: www.iuculano.it @ 2026-05-13 11:26:16 by W3 Total Cache
-->