<?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>CyberTek &#187; opensource</title>
	<atom:link href="http://www.cybertek.it/category/opensource/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cybertek.it</link>
	<description>the future at the present!</description>
	<lastBuildDate>Wed, 02 Nov 2011 10:57:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Rules per SpamAssassin</title>
		<link>http://www.cybertek.it/rules-per-spamassassin/</link>
		<comments>http://www.cybertek.it/rules-per-spamassassin/#comments</comments>
		<pubDate>Fri, 05 Sep 2008 09:03:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[opensource]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[antispam]]></category>
		<category><![CDATA[spamassassin]]></category>

		<guid isPermaLink="false">http://www.cybertek.it/rules-per-spamassassin/</guid>
		<description><![CDATA[Una semplice segnalazione di questo sito da cui poter scaricare delle rules per la propria implementazione di SpamAssassin : http://www.rulesemporium.com/]]></description>
		<wfw:commentRss>http://www.cybertek.it/rules-per-spamassassin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Permessi sul modulo del kernel di VirtualBox (vboxdrv)</title>
		<link>http://www.cybertek.it/permessi-sul-modulo-del-kernel-di-virtualbox-vboxdrv/</link>
		<comments>http://www.cybertek.it/permessi-sul-modulo-del-kernel-di-virtualbox-vboxdrv/#comments</comments>
		<pubDate>Fri, 06 Jun 2008 09:20:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[virtualbox]]></category>
		<category><![CDATA[virtualizzazione]]></category>

		<guid isPermaLink="false">http://www.cybertek.it/permessi-sul-modulo-del-kernel-di-virtualbox-vboxdrv/</guid>
		<description><![CDATA[Per abilitare l&#39;utilizzo del modulo kernel di Virtualbox ad utenti diversi dal root &#232; necessario impostare i permessi sullo stesso: chmod 660 /dev/vboxdrv chgrp adm /dev/vboxdrv questo &#232; sufficiente fino al prossimo riavvio della nostra linux box, se vogliamo preservare i permessi &#232; necessario editare: gedit /etc/udev/rules.d/40-permissions.rules ed aggiungere la seguente riga: KERNEL==&#34;vboxdrv&#34;, GROUP=&#34;adm&#34;, MODE=&#34;0660&#34; [...]]]></description>
		<wfw:commentRss>http://www.cybertek.it/permessi-sul-modulo-del-kernel-di-virtualbox-vboxdrv/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASSP &#8211; antispam proxy</title>
		<link>http://www.cybertek.it/assp-antispam-proxy/</link>
		<comments>http://www.cybertek.it/assp-antispam-proxy/#comments</comments>
		<pubDate>Mon, 28 Apr 2008 14:49:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[antispam]]></category>
		<category><![CDATA[proxy]]></category>
		<category><![CDATA[smtp proxy]]></category>
		<category><![CDATA[spamassassin]]></category>

		<guid isPermaLink="false">http://www.cybertek.it/assp-antispam-proxy/</guid>
		<description><![CDATA[Il problema dello spam affligge tutti e soprattutto i sysadmin e/o gestori di piccoli e grandi mail servers sentono la necessit&#224; di porre rimedio alla questione. Purtroppo una cura definitiva non &#232; possibile, ma sicuramente si deve intervenire per abbattere la quantit&#224; di spam masticata dai propri utenti, soprattutto in memore del fatto che RAM [...]]]></description>
		<wfw:commentRss>http://www.cybertek.it/assp-antispam-proxy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Override php.ini</title>
		<link>http://www.cybertek.it/override-phpini/</link>
		<comments>http://www.cybertek.it/override-phpini/#comments</comments>
		<pubDate>Sat, 01 Mar 2008 08:20:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[opensource]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.cybertek.it/override-phpini/</guid>
		<description><![CDATA[Per chiunque utilizzi l&#39;accoppiata php + apache (consigliamo di aggiungere anche linux e mysql) &#232; possibile fare un override dei parametri contenuti in php.ini (se consentito dall&#39; amministratore del server) semplicemente aggiungendo nel percorso ove &#232; presente lo script php a cui vogliamo cambiare i parametri di php.ini un file .htaccess. A questo file le [...]]]></description>
		<wfw:commentRss>http://www.cybertek.it/override-phpini/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Neo1973, cellulare Open Source</title>
		<link>http://www.cybertek.it/neo1973-cellulare-open-source/</link>
		<comments>http://www.cybertek.it/neo1973-cellulare-open-source/#comments</comments>
		<pubDate>Thu, 06 Dec 2007 23:43:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[mobile]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[cellulare]]></category>

		<guid isPermaLink="false">http://www.cybertek.it/neo1973-cellulare-open-source/</guid>
		<description><![CDATA[La societ&#224; FIC, ha prodotto il Neo1973, in cui le specifiche hardware e software sono rese disponibili alla comunit&#224; (open source), contrariamente a quanto accade con Apple IPhone e che quindi non ci piace ;-) Il nome sembra derivare dall&#8217;unione di Neo (protagonista del film Matrix) e la data 1973, ossia l&#8217;anno dell&#8217;invenzione del primo [...]]]></description>
		<wfw:commentRss>http://www.cybertek.it/neo1973-cellulare-open-source/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FOG (free open ghost)</title>
		<link>http://www.cybertek.it/fog-free-open-ghost/</link>
		<comments>http://www.cybertek.it/fog-free-open-ghost/#comments</comments>
		<pubDate>Wed, 28 Nov 2007 16:29:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[opensource]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[disk]]></category>
		<category><![CDATA[fog]]></category>
		<category><![CDATA[ghost]]></category>
		<category><![CDATA[image]]></category>

		<guid isPermaLink="false">http://www.cybertek.it/fog-free-open-ghost/</guid>
		<description><![CDATA[&#160; Free Open Ghost si presenta come uno strumento giovane e pronto a far carriera, sempre che Symantec non si risenta per il nome adottato. Il cuore del progetto ruota attorno a Partimage e ad una serie di pagine web: il pannello di controllo di FOG, infatti, &#232; accessibile via browser mentre tutte le operazioni [...]]]></description>
		<wfw:commentRss>http://www.cybertek.it/fog-free-open-ghost/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>RulesDuJour per SpamAssassin</title>
		<link>http://www.cybertek.it/rulesdujour-per-spamassassin/</link>
		<comments>http://www.cybertek.it/rulesdujour-per-spamassassin/#comments</comments>
		<pubDate>Mon, 26 Nov 2007 13:13:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[antispam]]></category>
		<category><![CDATA[spamassassin]]></category>

		<guid isPermaLink="false">http://www.cybertek.it/rulesdujour-per-spamassassin/</guid>
		<description><![CDATA[Il problema dello spam &#232; sempre pi&#249; critico nelle priorit&#224; dei grattacapi dei sysadmin. Da howtoforge abbiamo questo tutorial che ci aiuta ad installare e configurare lo script RulesDuJour, il cui fine &#232; quello di mantenere aggiornate giornalmente le rules (regole) di filtraggio del nostro spamassassin. Cos&#236; facendo possiamo far calare drasticamente la quantit&#224; di [...]]]></description>
		<wfw:commentRss>http://www.cybertek.it/rulesdujour-per-spamassassin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sendmail &#8211; inviare una mail a tutti gli utenti</title>
		<link>http://www.cybertek.it/sendmail-inviare-una-mail-a-tutti-gli-utenti/</link>
		<comments>http://www.cybertek.it/sendmail-inviare-una-mail-a-tutti-gli-utenti/#comments</comments>
		<pubDate>Fri, 23 Nov 2007 11:59:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[sendmail]]></category>
		<category><![CDATA[smtp]]></category>

		<guid isPermaLink="false">http://www.cybertek.it/sendmail-inviare-una-mail-a-tutti-gli-utenti/</guid>
		<description><![CDATA[Senza ricorrere a software come Majordomo o MailMan, &#232; possibile per un sysadmin inviare una mail (come ad esempio una notifica di down per manutenzione) a tutti gli utenti presenti sul server dotato di sendmail facilmente.&#160; Creare una lista degli alias di tutti gli utenti del sistema:# awk -F: &#39;$3 &#62; 100 { print $1 [...]]]></description>
		<wfw:commentRss>http://www.cybertek.it/sendmail-inviare-una-mail-a-tutti-gli-utenti/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux pronto per il Mission Tritical, parola di HP</title>
		<link>http://www.cybertek.it/linux-pronto-per-il-mission-tritical-parola-di-hp/</link>
		<comments>http://www.cybertek.it/linux-pronto-per-il-mission-tritical-parola-di-hp/#comments</comments>
		<pubDate>Tue, 02 Oct 2007 13:13:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[hp]]></category>
		<category><![CDATA[mission critical]]></category>

		<guid isPermaLink="false">http://www.cybertek.it/linux-pronto-per-il-mission-tritical-parola-di-hp/</guid>
		<description><![CDATA[&#160; &#8220;Linux &#232; pronto per la maggior parte delle applicazioni&#8220;, ha dichiarato, notando che gi&#224; molte importanti societ&#224; di telecomunicazioni stanno utilizzando Linux per affidare a quest&#8217;ultimo i loro database mission-critical. E questo numero di societ&#224; interessate sta crescendo sempre pi&#249;. Per capire effettivamente l&#8217;interesse del mercato enterprise a Linux, HP ha addirittura commissionato una [...]]]></description>
		<wfw:commentRss>http://www.cybertek.it/linux-pronto-per-il-mission-tritical-parola-di-hp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FSFE, Samba: un trionfo per la libertà di scelta e la concorrenza</title>
		<link>http://www.cybertek.it/fsfe-samba-un-trionfo-per-la-liberta-di-scelta-e-la-concorrenza/</link>
		<comments>http://www.cybertek.it/fsfe-samba-un-trionfo-per-la-liberta-di-scelta-e-la-concorrenza/#comments</comments>
		<pubDate>Tue, 18 Sep 2007 07:40:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[fsfe]]></category>
		<category><![CDATA[samba]]></category>

		<guid isPermaLink="false">http://www.cybertek.it/fsfe-samba-un-trionfo-per-la-liberta-di-scelta-e-la-concorrenza/</guid>
		<description><![CDATA[&#34;Microsoft non si pu&#242; pi&#249; considerare al di sopra della legge&#34; dice eorg Greve, presidente della Free Software Foundation Europe (FSFE).&#34; Microsoft &#232; riuscita a rinviare questa giornata per quasi un anno, sando le stesse tattiche che hanno fatto deragliare le indagini ntitrust in altre parti del mondo, inclusi gli Stati Uniti. Ma grazie alla [...]]]></description>
		<wfw:commentRss>http://www.cybertek.it/fsfe-samba-un-trionfo-per-la-liberta-di-scelta-e-la-concorrenza/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

