<?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; shell</title>
	<atom:link href="http://www.cybertek.it/category/shell/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>Trovare testo con il comando grep</title>
		<link>http://www.cybertek.it/trovare-testo-con-il-comando-grep/</link>
		<comments>http://www.cybertek.it/trovare-testo-con-il-comando-grep/#comments</comments>
		<pubDate>Wed, 02 Nov 2011 10:57:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.cybertek.it/?p=711</guid>
		<description><![CDATA[Ecco un semplice metodo per cercare del testo in una serie di files, valido per tutte le distro linux: grep &#34;mio testo da cercare&#34; /home/myhome/*.txt al comando grep si possono anche aggiungere altre opzioni per: &#160;- Effettuare una ricerca ricorsiva nelle sub directories: &#160;&#160; grep -r &#34;mio testo&#34; /home/myhome - Stampare solo il nome del [...]]]></description>
		<wfw:commentRss>http://www.cybertek.it/trovare-testo-con-il-comando-grep/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>nano editor, comandi rapidi da tastiera ed alternative</title>
		<link>http://www.cybertek.it/nano-editor-comandi-rapidi-da-tastiera-ed-alternative/</link>
		<comments>http://www.cybertek.it/nano-editor-comandi-rapidi-da-tastiera-ed-alternative/#comments</comments>
		<pubDate>Mon, 21 Mar 2011 11:00:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[linux nano]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.cybertek.it/?p=705</guid>
		<description><![CDATA[La notazione per le abbreviazioni &#232; la seguente. Le sequenze identificate con il simbolo (^) sono introdotte usando il tasto Control (Ctrl), oppure&#160; premendo il tasto Esc due volte. Le sequenze identificate col simbolo Meta (M) possono essere inserite usato alternativamente il tasto Esc, Alt o Meta, a seconda della configurazione della tastiera.&#160; Inoltre, premendo [...]]]></description>
		<wfw:commentRss>http://www.cybertek.it/nano-editor-comandi-rapidi-da-tastiera-ed-alternative/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Aumentare durata sessione ssh</title>
		<link>http://www.cybertek.it/aumentare-durata-sessione-ssh/</link>
		<comments>http://www.cybertek.it/aumentare-durata-sessione-ssh/#comments</comments>
		<pubDate>Tue, 05 Oct 2010 08:11:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.cybertek.it/?p=689</guid>
		<description><![CDATA[Per evitare la disconnessione precoce da una sessione ssh per raggiunto limite temporale di inattivit&#224; si pu&#242; agire nei seguenti modi: &#160; 1) A livello di cliente, modificando il file /etc/ssh/ssh_config , aggiungendo o modificando la voce ServerAliveInterval, ad esempio: ServerAliveInterval 15&#160; Imposta il tempo di mantenimento della sessione per inattivit&#224; a 15 minuti. &#160; [...]]]></description>
		<wfw:commentRss>http://www.cybertek.it/aumentare-durata-sessione-ssh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Elencare i pacchetti software installati in Ubuntu/Debian</title>
		<link>http://www.cybertek.it/elencare-i-pacchetti-software-installati-in-ubuntudebian/</link>
		<comments>http://www.cybertek.it/elencare-i-pacchetti-software-installati-in-ubuntudebian/#comments</comments>
		<pubDate>Tue, 21 Sep 2010 20:20:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.cybertek.it/?p=681</guid>
		<description><![CDATA[Per avere un elenco dei pacchetti software installati sulla vostra Linux Box (Ubuntu/Debian): dpkg -l&#124;awk &#39;/^ii/{ print $2 }&#39;&#124;grep -v -e ^lib -e -dev -e $(uname -r) &#62; lista.txt]]></description>
		<wfw:commentRss>http://www.cybertek.it/elencare-i-pacchetti-software-installati-in-ubuntudebian/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Riprendere download interrotto con rsync</title>
		<link>http://www.cybertek.it/riprendere-download-interrotto-con-rsync/</link>
		<comments>http://www.cybertek.it/riprendere-download-interrotto-con-rsync/#comments</comments>
		<pubDate>Mon, 26 Jul 2010 09:52:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.cybertek.it/?p=678</guid>
		<description><![CDATA[Ecco un esempio di come riprendere a scaricare un file parzialmente scaricato via scp o rsync. Visto che scp non supporta il resume, se si&#232; iniziato a scaricare il file con questo comando, dobbiamo comunque sostituirlo con un alternativa basata su rsync: rsync &#8211;partial &#8211;progress &#8211;rsh=&#34;ssh -p 1022&#34; root@remotehost:/~/filename filename Nell&#39;esempio riportato sopra &#232; anche [...]]]></description>
		<wfw:commentRss>http://www.cybertek.it/riprendere-download-interrotto-con-rsync/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Download Files da Megaupload, Rapidshare e altri servizi da Linux, via prompt</title>
		<link>http://www.cybertek.it/download-files-da-megaupload-rapidshare-e-altri-servizi-da-linux-via-prompt/</link>
		<comments>http://www.cybertek.it/download-files-da-megaupload-rapidshare-e-altri-servizi-da-linux-via-prompt/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 08:58:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[rapidshare]]></category>
		<category><![CDATA[shell]]></category>

		<guid isPermaLink="false">http://www.cybertek.it/?p=672</guid>
		<description><![CDATA[Provate ad usare il validissimo Plowshare (un programma a linea di comando) ingrado di eseguire l&#39;upload e il download per alcuni dei pi&#249; popolari siti web di file-sharing. Funziona sui sistemi Linux e Unix-like, supporta: Megaupload, Rapidshare, 2Shared, 4Shared, ZShare, Badongo, DepositFiles and Mediafire. In pratica &#232; un sostitutivo di wget per questi siti. &#160; [...]]]></description>
		<wfw:commentRss>http://www.cybertek.it/download-files-da-megaupload-rapidshare-e-altri-servizi-da-linux-via-prompt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Condividere console Linux con screen</title>
		<link>http://www.cybertek.it/condividere-console-linux-con-screen/</link>
		<comments>http://www.cybertek.it/condividere-console-linux-con-screen/#comments</comments>
		<pubDate>Sun, 04 Jul 2010 15:41:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.cybertek.it/?p=669</guid>
		<description><![CDATA[Con screen si pu&#242; condividere la sonsole tra pi&#249; utenti connessi in locale o via ssh. Per farlo basta seguire i seguenti passi, le istruzioni sono tipiche per un sistema debian, ma valgono similarmente per altre distribuzioni. 1. Installare screen sudo apt-get install screen 2. Dal computer host viene eseguito screen col parametro per avviare [...]]]></description>
		<wfw:commentRss>http://www.cybertek.it/condividere-console-linux-con-screen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Come formattare le date da visualizzare in una shell Linux</title>
		<link>http://www.cybertek.it/come-formattare-le-date-da-visualizzare-in-una-shell-linux/</link>
		<comments>http://www.cybertek.it/come-formattare-le-date-da-visualizzare-in-una-shell-linux/#comments</comments>
		<pubDate>Mon, 19 Apr 2010 15:10:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.cybertek.it/?p=666</guid>
		<description><![CDATA[Nella shell si pu&#242; specificare il formato della data nel seguente modo: date +FORMAT Ad esempio digitando: $ date +&#34;%m-%d-%y&#34; Si ottiene:04-17-10 &#160; Se si vuole l&#39;annoa 4 cifre: $ date +&#34;%m-%d-%y&#34; Si ottiene: 04-17-2010 &#160; Per ottenre l&#39;ora corrente basta digitare: $ date +&#34;%T&#34; Si ottiene:19:55:04 Per ottenre l&#39;ora basata sulle 12 ore:$ date [...]]]></description>
		<wfw:commentRss>http://www.cybertek.it/come-formattare-le-date-da-visualizzare-in-una-shell-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Come montare condivisione Windows in Linux</title>
		<link>http://www.cybertek.it/come-montare-condivisione-windows-in-linux/</link>
		<comments>http://www.cybertek.it/come-montare-condivisione-windows-in-linux/#comments</comments>
		<pubDate>Mon, 19 Apr 2010 14:58:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[samba]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.cybertek.it/come-montare-condivisione-windows-in-linux/</guid>
		<description><![CDATA[Per visualizzare le condivisione attive consiglio di fare prima questo comando: smbclient -L &#60;windows-box&#62; -U &#60;username&#62; &#160;Dopo possiamo procedere a mappare la condivisionewindows nella nostra linux box nel segunete modo: Creare la directory per il mountpoint: mkdir /mnt/&#60;name-of-mount-point&#62; Montiamo il windows share share:mount -t cifs -o username=&#60;username&#62;,password=&#60;password&#62; //&#60;win-box&#62;/&#60;share&#62; /mnt/&#60;name-of-mountpoint&#62; Note: The syntax -username=&#60;username&#62;,password=&#60;password&#62; saves the [...]]]></description>
		<wfw:commentRss>http://www.cybertek.it/come-montare-condivisione-windows-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NANO editor, Sintassi colorata</title>
		<link>http://www.cybertek.it/nano-editor-sintassi-colorata/</link>
		<comments>http://www.cybertek.it/nano-editor-sintassi-colorata/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 11:18:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.cybertek.it/?p=350</guid>
		<description><![CDATA[Per aggiungere la sintassi colorata a nano si deve in prima istanza creare il file di configurazione .nanorc nella propria home page, in seconda istanza reperire da questo indirizzo: http://code.google.com/p/nanosyntax/source/browse/#svn/trunk/syntax-nanorc i files .nanorc da include nella configurazione per ottenere l&#39;effetto desiderato. &#160; Esempio di testo da aggiungere al .nanorc: include &#34;/usr/share/nano/php.nanorc&#34;include &#34;/usr/share/nano/sh.nanorc&#34;include &#34;/usr/share/nano/java.nanorc&#34;include &#34;/usr/share/nano/patch.nanorc&#34;include &#34;/usr/share/nano/python.nanorc&#34;include [...]]]></description>
		<wfw:commentRss>http://www.cybertek.it/nano-editor-sintassi-colorata/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

