<?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; scripts</title>
	<atom:link href="http://www.cybertek.it/category/scripts/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>Script per salvataggio databases di mysql</title>
		<link>http://www.cybertek.it/script-per-salvataggio-databases-di-mysql/</link>
		<comments>http://www.cybertek.it/script-per-salvataggio-databases-di-mysql/#comments</comments>
		<pubDate>Fri, 21 Sep 2007 16:10:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.cybertek.it/script-per-salvataggio-databases-di-mysql/</guid>
		<description><![CDATA[Oggi vi presento un comodo database ingrado di automatizzare il salvataggio dei nosri database mysql, in aggiunta allo script originale si pu&#242; aggiungere al termine del salvataggio e compressione dei singoli databases in poche righe la copia su un server remoto e un messaggio di report nella nostra casella email. &#160; #!/bin/bash# Shell script to [...]]]></description>
		<wfw:commentRss>http://www.cybertek.it/script-per-salvataggio-databases-di-mysql/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Script per backup su dvd</title>
		<link>http://www.cybertek.it/script-per-backup-su-dvd/</link>
		<comments>http://www.cybertek.it/script-per-backup-su-dvd/#comments</comments>
		<pubDate>Wed, 29 Aug 2007 11:23:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[dvd]]></category>

		<guid isPermaLink="false">http://www.cybertek.it/script-per-backup-su-dvd/</guid>
		<description><![CDATA[Nel seguente script viene effettuato un backup di alcune cartelle tramite masterizzazione su dvd, al termine viene mandato un report via email all&#39;indirizzo indicato. Si &#232; utilizzata la modalit&#224; -M (append) inquanto il parametro -Z se avviato in maniera non interattiva non funziona correttamente in presenza di dati sul supporto, &#232; possibile cmq provare ad [...]]]></description>
		<wfw:commentRss>http://www.cybertek.it/script-per-backup-su-dvd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Trovare IP attivi in una rete LAN</title>
		<link>http://www.cybertek.it/trovare-ip-attivi-in-una-rete-lan/</link>
		<comments>http://www.cybertek.it/trovare-ip-attivi-in-una-rete-lan/#comments</comments>
		<pubDate>Sun, 29 Jul 2007 01:05:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[find live ip]]></category>
		<category><![CDATA[ip address]]></category>

		<guid isPermaLink="false">http://www.cybertek.it/trovare-ip-attivi-in-una-rete-lan/</guid>
		<description><![CDATA[Molto semplicemente per trovare gli indirizzi attivi in una rete LAN &#232; sufficiente utilizzare il comando &#34;nmap&#34;, naturalmente dalla tua Linux Box preferita. Ex.:&#160; nmap -sP 192.168.1.0/24]]></description>
		<wfw:commentRss>http://www.cybertek.it/trovare-ip-attivi-in-una-rete-lan/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Masterizzare CD &amp; DVD da console Linux</title>
		<link>http://www.cybertek.it/masterizzare-cd-dvd-da-console-linux/</link>
		<comments>http://www.cybertek.it/masterizzare-cd-dvd-da-console-linux/#comments</comments>
		<pubDate>Mon, 09 Jul 2007 12:35:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[cd]]></category>
		<category><![CDATA[cd-rw]]></category>
		<category><![CDATA[dvd]]></category>
		<category><![CDATA[dvd+rw]]></category>
		<category><![CDATA[dvd-rw]]></category>

		<guid isPermaLink="false">http://www.cybertek.it/masterizzare-cd-dvd-da-console-linux/</guid>
		<description><![CDATA[In breve i comandi per masterizzare cd &#38; dvd da console Linux: //cancellazione/formattazione di un cd-rw inserito nel device &#34;/dev/hdd&#34; myhost:~ # cdrecord -blank=fast -force dev=/dev/hdd //scrittura dei files contenuti nel percorso &#34;/backup&#34; su device &#34;/dev/hdd&#34; myhost:~ # mkisofs -v -R /backup &#124; cdrecord -v fs=4 speed=40 dev=/dev/hdd - //Scrittura dei files contenuti nel percorso [...]]]></description>
		<wfw:commentRss>http://www.cybertek.it/masterizzare-cd-dvd-da-console-linux/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Impostare una rotta su Linux</title>
		<link>http://www.cybertek.it/impostare-una-rotta-su-linux/</link>
		<comments>http://www.cybertek.it/impostare-una-rotta-su-linux/#comments</comments>
		<pubDate>Wed, 23 May 2007 14:55:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[route]]></category>
		<category><![CDATA[route add]]></category>

		<guid isPermaLink="false">http://www.cybertek.it/impostare-una-rotta-su-linux/</guid>
		<description><![CDATA[Route &#232; il comando Linux che viene utilizzato per manipolare le tabelle di routing. Permette di aggiungere ed eliminare route statiche e default gateway, oltre che semplicemente visualizzare la tabella di routing di un sistema. Non &#232; comune in altri Unix. route add [-net&#124;-host] indirizzo [gw gateway] [netmask netmask] [mss mss] [metric metric] [dev device]route [...]]]></description>
		<wfw:commentRss>http://www.cybertek.it/impostare-una-rotta-su-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

