<?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>www.cividini.org &#187; root</title>
	<atom:link href="http://www.cividini.org/blog/tag/root/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cividini.org/blog</link>
	<description></description>
	<lastBuildDate>Sat, 17 Mar 2012 10:06:49 +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>reimpostare la password di root di mysql</title>
		<link>http://www.cividini.org/blog/2011/11/30/reimpostare-la-password-di-root-di-mysql/</link>
		<comments>http://www.cividini.org/blog/2011/11/30/reimpostare-la-password-di-root-di-mysql/#comments</comments>
		<pubDate>Wed, 30 Nov 2011 13:52:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[debian]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[root]]></category>
		<category><![CDATA[server mysql]]></category>

		<guid isPermaLink="false">http://www.cividini.org/blog/?p=561</guid>
		<description><![CDATA[<style type="text/css">
#leftcontainerBox {
float:left;
position: fixed;
top: 60%;
left: 70px;
}

#leftcontainerBox .buttons {
float:left;
clear:both;
margin:4px 4px 4px 4px;

padding-bottom:2px;
}


#bottomcontainerBox {
height: 30px;
width:50%;
padding-top:1px;
}

#bottomcontainerBox .buttons {
float:left;
height: 30px;
margin:4px 4px 4px 4px;
}

</style>
per reimpostare la password dell&#8217;utente root di mysql installato su una distribuzione linux bisogna seguire questi passaggi: service mysql stop (su redhat, centos o fedora) mysqld_safe --skip-grant-tables &#38; mysql -uroot mysql UPDATE user SET password=PASSWORD("abcd") WHERE user="root"; FLUSH PRIVILEGES; mysql -uroot -pabcd mysql &#160; &#160; fonte : http://lists.mysql.com/mysql/171366]]></description>
		<wfw:commentRss>http://www.cividini.org/blog/2011/11/30/reimpostare-la-password-di-root-di-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Root di lg optimus dual</title>
		<link>http://www.cividini.org/blog/2011/04/13/root-di-lg-optimus-dual/</link>
		<comments>http://www.cividini.org/blog/2011/04/13/root-di-lg-optimus-dual/#comments</comments>
		<pubDate>Wed, 13 Apr 2011 08:48:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[modifica]]></category>
		<category><![CDATA[root]]></category>

		<guid isPermaLink="false">http://www.cividini.org/blog/?p=462</guid>
		<description><![CDATA[L'LG Dual è un terminale android e come è ormai prassi, se uno vuole veramente sfruttarlo e modificarlo a fondo, è necessario avere l'accesso completo al sistema, in pratica dobbiamo ottenere i permessi di ROOT.]]></description>
		<wfw:commentRss>http://www.cividini.org/blog/2011/04/13/root-di-lg-optimus-dual/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>velocizzare il boot di linux</title>
		<link>http://www.cividini.org/blog/2008/12/18/velocizzare-il-boot-di-linux/</link>
		<comments>http://www.cividini.org/blog/2008/12/18/velocizzare-il-boot-di-linux/#comments</comments>
		<pubDate>Thu, 18 Dec 2008 13:09:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[avvio]]></category>
		<category><![CDATA[boot]]></category>
		<category><![CDATA[CONCURRENCY]]></category>
		<category><![CDATA[configurazione]]></category>
		<category><![CDATA[modificare]]></category>
		<category><![CDATA[processore]]></category>
		<category><![CDATA[root]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[velocizzare]]></category>

		<guid isPermaLink="false">http://linux.cividini.org/blog/?p=300</guid>
		<description><![CDATA[<style type="text/css">
#leftcontainerBox {
float:left;
position: fixed;
top: 60%;
left: 70px;
}

#leftcontainerBox .buttons {
float:left;
clear:both;
margin:4px 4px 4px 4px;

padding-bottom:2px;
}


#bottomcontainerBox {
height: 30px;
width:50%;
padding-top:1px;
}

#bottomcontainerBox .buttons {
float:left;
height: 30px;
margin:4px 4px 4px 4px;
}

</style>
Per velocizzare l&#8217;avvio di Linux, su pc dotati di processore dual-core, è possibile fare una piccola modifica in modo da diminuirne il tempo di boot&#8230; tutto ciò che bisogna fare è modificare il fileÂ  /etc/init.d/rc (con privilegi di root)Â  in questo modo : sudo gedit /etc/init.d/rc e cambiare questa stringa CONCURRENCY=none con questa CONCURRENCY=shell]]></description>
		<wfw:commentRss>http://www.cividini.org/blog/2008/12/18/velocizzare-il-boot-di-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>come reimpostare la password di root</title>
		<link>http://www.cividini.org/blog/2008/07/07/come-reimpostare-la-password-di-root/</link>
		<comments>http://www.cividini.org/blog/2008/07/07/come-reimpostare-la-password-di-root/#comments</comments>
		<pubDate>Mon, 07 Jul 2008 10:36:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[root]]></category>

		<guid isPermaLink="false">http://www.cividini.org/blog/?p=16</guid>
		<description><![CDATA[<style type="text/css">
#leftcontainerBox {
float:left;
position: fixed;
top: 60%;
left: 70px;
}

#leftcontainerBox .buttons {
float:left;
clear:both;
margin:4px 4px 4px 4px;

padding-bottom:2px;
}


#bottomcontainerBox {
height: 30px;
width:50%;
padding-top:1px;
}

#bottomcontainerBox .buttons {
float:left;
height: 30px;
margin:4px 4px 4px 4px;
}

</style>
Male, molto male:ma dico io, come si fa a dimenticarsi la password più importante del nostro sistema ? Per risolvere il problema è necessario passare al kernel uno specifico parametro che indicherà un sostituto dello script di avvio. Di seguito sono riportate le istruzioni per chi utlizza Grub o Lilo. #####*****Aiuto, ho dimenticato la password [...]]]></description>
		<wfw:commentRss>http://www.cividini.org/blog/2008/07/07/come-reimpostare-la-password-di-root/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>eseguire i programmi senza la richiesta della password di root</title>
		<link>http://www.cividini.org/blog/2008/07/07/eseguire-i-programmi-senza-la-richiesta-della-password-di-root/</link>
		<comments>http://www.cividini.org/blog/2008/07/07/eseguire-i-programmi-senza-la-richiesta-della-password-di-root/#comments</comments>
		<pubDate>Mon, 07 Jul 2008 09:51:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[esecuzione]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[programmi]]></category>
		<category><![CDATA[root]]></category>

		<guid isPermaLink="false">http://www.cividini.org/blog/?p=4</guid>
		<description><![CDATA[<style type="text/css">
#leftcontainerBox {
float:left;
position: fixed;
top: 60%;
left: 70px;
}

#leftcontainerBox .buttons {
float:left;
clear:both;
margin:4px 4px 4px 4px;

padding-bottom:2px;
}


#bottomcontainerBox {
height: 30px;
width:50%;
padding-top:1px;
}

#bottomcontainerBox .buttons {
float:left;
height: 30px;
margin:4px 4px 4px 4px;
}

</style>
Sulla falsariga del mio ultimo post ecco qui tutti i &#8220;trucchi&#8221; per dare un tocco di personalizzazione a un utility utilizzatissima nel mondo Linux, in particolare dopo il boom di Ubuntu. Ovviamente stiamo parlando di sudo Per modificare il file di configurazione di sudo, ovvero /etc/sudoers, dobbiamo usare un editor specifico: visudo. Lanciamo il comando [...]]]></description>
		<wfw:commentRss>http://www.cividini.org/blog/2008/07/07/eseguire-i-programmi-senza-la-richiesta-della-password-di-root/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: www.cividini.org @ 2012-05-22 17:55:51 -->
