<?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>BGlug Valle Seriana</title>
	<atom:link href="http://bglugvs.web3king.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://bglugvs.web3king.com</link>
	<description>GNU/Linux, sul Serio.</description>
	<lastBuildDate>Fri, 30 Jul 2010 13:55:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Visualizzare i log delle telefonate di Hylafax</title>
		<link>http://bglugvs.web3king.com/?p=585</link>
		<comments>http://bglugvs.web3king.com/?p=585#comments</comments>
		<pubDate>Fri, 30 Jul 2010 13:50:19 +0000</pubDate>
		<dc:creator>agelmi</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[hylafax]]></category>
		<category><![CDATA[log]]></category>

		<guid isPermaLink="false">http://bglugvs.web3king.com/?p=585</guid>
		<description><![CDATA[Se non si riceve un fax completo, e bisogna risalire a chi e’ il mittente perche’ nella mail generata che’ un allegato non apribile e non ci sono altri riferimenti conviene visualizzare i log da ssh:
tail -f /var/log/daemon.log


Bookmark It



















Hide Sites



$$('div.d585').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); ]]></description>
		<wfw:commentRss>http://bglugvs.web3king.com/?feed=rss2&amp;p=585</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chiusura estiva 2010</title>
		<link>http://bglugvs.web3king.com/?p=582</link>
		<comments>http://bglugvs.web3king.com/?p=582#comments</comments>
		<pubDate>Tue, 20 Jul 2010 19:06:12 +0000</pubDate>
		<dc:creator>elpaso</dc:creator>
				<category><![CDATA[Incontri]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[chiusura estiva]]></category>
		<category><![CDATA[vacanza]]></category>

		<guid isPermaLink="false">http://bglugvs.web3king.com/?p=582</guid>
		<description><![CDATA[Come ogni anno (ma guarda un pò) anche per il 2010 il bglug Val Seriana va in vacanza. Questa sera 20-07-2010 è l&#8217;ultimo incontro della stagione 2009/2010.
Gli incontri riprenderanno a Settembre e per la precisione il 07-09-2010.
Buone vacanze a tutti!!



Bookmark It



















Hide Sites



$$('div.d582').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); ]]></description>
		<wfw:commentRss>http://bglugvs.web3king.com/?feed=rss2&amp;p=582</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sostituire del testo in automatico in automatico</title>
		<link>http://bglugvs.web3king.com/?p=576</link>
		<comments>http://bglugvs.web3king.com/?p=576#comments</comments>
		<pubDate>Wed, 16 Jun 2010 12:44:07 +0000</pubDate>
		<dc:creator>agelmi</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Script]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[scripting]]></category>
		<category><![CDATA[sed]]></category>
		<category><![CDATA[sostituzione]]></category>

		<guid isPermaLink="false">http://bglugvs.web3king.com/?p=576</guid>
		<description><![CDATA[Dovevo sostituire in blocco un percorso da una serie di file html all&#8217;interno di una cartella, ecco come si fa:

Si entra nella cartella: cd nomecartella
 il codice è questo qui

for file in `find .`; do
echo "Lavoro su $file";
sed -i "s&#124;percosrodacercareancheconglislash&#124;altroindirizzo&#124;g" $file;
done;


In pratica per ogni file che il comando &#8220;find .&#8221;  trova, si applica la [...]]]></description>
		<wfw:commentRss>http://bglugvs.web3king.com/?feed=rss2&amp;p=576</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Come installare VMware Player</title>
		<link>http://bglugvs.web3king.com/?p=575</link>
		<comments>http://bglugvs.web3king.com/?p=575#comments</comments>
		<pubDate>Tue, 15 Jun 2010 20:27:34 +0000</pubDate>
		<dc:creator>vasty</dc:creator>
				<category><![CDATA[Incontri]]></category>

		<guid isPermaLink="false">http://bglugvs.web3king.com/?p=575</guid>
		<description><![CDATA[Dopo aver scaricato il file per linux mettetelo nella Scrivania.A questo punto aprite il terminale da:
applicazioni-&#62;accessori-&#62;terminale   
a questo punto scrivete:
sudo sh nome_del_file
a questo punto partirà Installer dove cliccherete su next fin quando non comincierà a installare
                  [...]]]></description>
		<wfw:commentRss>http://bglugvs.web3king.com/?feed=rss2&amp;p=575</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Clyde Archlinux</title>
		<link>http://bglugvs.web3king.com/?p=570</link>
		<comments>http://bglugvs.web3king.com/?p=570#comments</comments>
		<pubDate>Tue, 08 Jun 2010 19:43:48 +0000</pubDate>
		<dc:creator>elpaso</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[arch]]></category>
		<category><![CDATA[archlinux]]></category>
		<category><![CDATA[clyde]]></category>
		<category><![CDATA[pacman]]></category>

		<guid isPermaLink="false">http://bglugvs.web3king.com/?p=570</guid>
		<description><![CDATA[Un ringraziamento particolare ad Enrico&#8230;.
Da un pò di tempo ho abbandonato il mondo ubuntu e apt-get e sono passato ad archlinux con il suo pacman, molto veloce e affidabile, però non tutti i software si trovano nei repository ufficiali Arch; Qui ci vengono incontro i repo AUR, ma non è così semplice installarne i vari [...]]]></description>
		<wfw:commentRss>http://bglugvs.web3king.com/?feed=rss2&amp;p=570</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Abilitare multi-touch su Ubuntu 10.04</title>
		<link>http://bglugvs.web3king.com/?p=556</link>
		<comments>http://bglugvs.web3king.com/?p=556#comments</comments>
		<pubDate>Mon, 31 May 2010 19:07:04 +0000</pubDate>
		<dc:creator>vasty</dc:creator>
				<category><![CDATA[Incontri]]></category>

		<guid isPermaLink="false">http://bglugvs.web3king.com/?p=556</guid>
		<description><![CDATA[Creiamo un nuovo file in Home e chiamiamolo multitouch.sh. Apriamo il file con doppio click e dopo aver cliccato su &#8220;MOSTRA&#8221;,  incolliamo al suo interno il codice qui sotto :

#!/bin/sh
sleep 10
xinput set-int-prop &#8220;SynPS/2 Synaptics TouchPad&#8221; &#8220;Two-Finger Scrolling&#8221; 8 1
xinput set-int-prop &#8220;SynPS/2 Synaptics TouchPad&#8221; &#8220;Synaptics Two-Finger Scrolling&#8221; 8 1 1
xinput set-int-prop &#8220;SynPS/2 Synaptics TouchPad&#8221; &#8220;Synaptics Two-Finger [...]]]></description>
		<wfw:commentRss>http://bglugvs.web3king.com/?feed=rss2&amp;p=556</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Articolo di presentazione attivita del bglug</title>
		<link>http://bglugvs.web3king.com/?p=550</link>
		<comments>http://bglugvs.web3king.com/?p=550#comments</comments>
		<pubDate>Sun, 25 Apr 2010 09:44:22 +0000</pubDate>
		<dc:creator>agelmi</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[articolo]]></category>
		<category><![CDATA[bglug]]></category>
		<category><![CDATA[volontariato]]></category>

		<guid isPermaLink="false">http://bglugvs.web3king.com/?p=550</guid>
		<description><![CDATA[&#1084;&#1072;&#1090;&#1088;&#1072;&#1094;&#1080;Ecco qui il link per poter leggere un articolo scritto da Alberto sulle nostre attività come Bglug&#8230;
http://www.csvbg.org/blog/?p=1099#more-1099
come al solito: grande Gauss!!!


Bookmark It



















Hide Sites



$$('div.d550').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); ]]></description>
		<wfw:commentRss>http://bglugvs.web3king.com/?feed=rss2&amp;p=550</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google earth per Linux coordinate sbagliate</title>
		<link>http://bglugvs.web3king.com/?p=546</link>
		<comments>http://bglugvs.web3king.com/?p=546#comments</comments>
		<pubDate>Wed, 31 Mar 2010 10:23:39 +0000</pubDate>
		<dc:creator>agelmi</dc:creator>
				<category><![CDATA[Google Earth]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[qt4]]></category>

		<guid isPermaLink="false">http://bglugvs.web3king.com/?p=546</guid>
		<description><![CDATA[C&#8217;e&#8217; un bug nelle Qt4 che usa gooogle earth
Se la variabile LOCALE e&#8217; impostata ad un linguaggio che usa la virgola come separatore decimale (come il nostro it_IT), allotra le Qt4 troncano la parte decimale del numero reale. Ad esempio 35,2 diventa 35. Qundi un eventuale luogo importato dal file mlk fatto con windows, verrà [...]]]></description>
		<wfw:commentRss>http://bglugvs.web3king.com/?feed=rss2&amp;p=546</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Errore /usr/bin/mysqladmin: connect to server at &#8216;localhost&#8217; failed</title>
		<link>http://bglugvs.web3king.com/?p=533</link>
		<comments>http://bglugvs.web3king.com/?p=533#comments</comments>
		<pubDate>Tue, 23 Feb 2010 10:58:49 +0000</pubDate>
		<dc:creator>agelmi</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mysql]]></category>
		<category><![CDATA[debian-sys-maint]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://bglugvs.web3king.com/?p=533</guid>
		<description><![CDATA[A seguito di una migrazione della directory /var/lib/mysql dal mio vecchio desktop al nuovo, ho incontrato problemi a far gestire il servizio mysql da /etc/init.d/mysql
infatti ricevevo anche solo per il comando:
 sudo /etc/init.d/mysql status
l&#8217;errore:
/usr/bin/mysqladmin: connect to server at &#8216;localhost&#8217; failed
error: &#8216;Access denied for user &#8216;debian-sys-maint&#8217;@'localhost&#8217; (using password: YES)&#8217;
Questo perche&#8217; nelle tabelle amministrative, l&#8217;utente che gestisce [...]]]></description>
		<wfw:commentRss>http://bglugvs.web3king.com/?feed=rss2&amp;p=533</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Come rimuovere quelle antiestetice ^M aprendo i file da linea di comando</title>
		<link>http://bglugvs.web3king.com/?p=529</link>
		<comments>http://bglugvs.web3king.com/?p=529#comments</comments>
		<pubDate>Tue, 12 Jan 2010 16:41:21 +0000</pubDate>
		<dc:creator>agelmi</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Script]]></category>
		<category><![CDATA[linea di comando]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[sostituzione ^M da file di testo]]></category>
		<category><![CDATA[vi]]></category>

		<guid isPermaLink="false">http://bglugvs.web3king.com/?p=529</guid>
		<description><![CDATA[Aprendo file di testo con edito da linea di comando, talvolta ci si può imbattere in file che hanno un fastidioso simbolo ^M in chiusura della riga. Questo è perche&#8217; il file è stato generato da una macchina windows che usa altri caratteri per interpretare il fine riga&#8230;
Purtoppo la sosituzione non è direttamente fattibile in [...]]]></description>
		<wfw:commentRss>http://bglugvs.web3king.com/?feed=rss2&amp;p=529</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
