<?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>server Archives - TecnoGuide</title>
	<atom:link href="https://tecnoguide.info/tag/server-2/feed/" rel="self" type="application/rss+xml" />
	<link>https://tecnoguide.info/tag/server-2/</link>
	<description></description>
	<lastBuildDate>Thu, 14 Jul 2016 13:36:21 +0000</lastBuildDate>
	<language>it-IT</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.5.5</generator>
	<item>
		<title>Come fare il backup incrementale su Linux Centos</title>
		<link>https://tecnoguide.info/backup/</link>
					<comments>https://tecnoguide.info/backup/#respond</comments>
		
		<dc:creator><![CDATA[D'Orazi Dario]]></dc:creator>
		<pubDate>Tue, 12 Jul 2016 00:53:07 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[rsync]]></category>
		<category><![CDATA[server]]></category>
		<guid isPermaLink="false">http://tecnoguide.info/?p=4811</guid>

					<description><![CDATA[<p>Se possediamo un sito internet su un server dedicato o una VPS è molto importante effettuare un backup incrementale in modo da salvare tutti i dati e recuperarli in caso di emergenza. Noi abbiamo realizzato una semplice guida che illustra come creare il backup incrementale con poche righe di comando. Il primo passo da fare è copiare [&#8230;]</p>
<p>The post <a href="https://tecnoguide.info/backup/">Come fare il backup incrementale su Linux Centos</a> appeared first on <a href="https://tecnoguide.info">TecnoGuide</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><a href="http://tecnoguide.info/wp-content/uploads/2016/07/Come-fare-il-backup-incrementale-su-Linux-Centos.jpg"><img fetchpriority="high" decoding="async" class="size-large wp-image-4820" src="http://tecnoguide.info/wp-content/uploads/2016/07/Come-fare-il-backup-incrementale-su-Linux-Centos-1024x683.jpg" alt="Backup Computer Key In Blue For Archiving And Storage" width="640" height="427" srcset="https://tecnoguide.info/wp-content/uploads/2016/07/Come-fare-il-backup-incrementale-su-Linux-Centos-1024x683.jpg 1024w, https://tecnoguide.info/wp-content/uploads/2016/07/Come-fare-il-backup-incrementale-su-Linux-Centos-300x200.jpg 300w, https://tecnoguide.info/wp-content/uploads/2016/07/Come-fare-il-backup-incrementale-su-Linux-Centos-768x512.jpg 768w, https://tecnoguide.info/wp-content/uploads/2016/07/Come-fare-il-backup-incrementale-su-Linux-Centos-696x464.jpg 696w, https://tecnoguide.info/wp-content/uploads/2016/07/Come-fare-il-backup-incrementale-su-Linux-Centos-1068x712.jpg 1068w, https://tecnoguide.info/wp-content/uploads/2016/07/Come-fare-il-backup-incrementale-su-Linux-Centos-630x420.jpg 630w, https://tecnoguide.info/wp-content/uploads/2016/07/Come-fare-il-backup-incrementale-su-Linux-Centos-50x33.jpg 50w, https://tecnoguide.info/wp-content/uploads/2016/07/Come-fare-il-backup-incrementale-su-Linux-Centos.jpg 1732w" sizes="(max-width: 640px) 100vw, 640px" /></a></p>
<p>Se possediamo un sito internet su un server dedicato o una VPS è molto importante effettuare un backup incrementale in modo da salvare tutti i dati e recuperarli in caso di emergenza. Noi abbiamo realizzato una semplice guida che illustra come creare il backup incrementale con poche righe di comando.</p>
<p>Il primo passo da fare è copiare la chiave di connessione tra i due server con questi semplici comandi:</p>
<p><strong>rsync -avz -e ssh /home/ramesh/ ramesh@192.168.200.10:/backup/ramesh/</strong></p>
<p><strong>ssh-keygen</strong></p>
<p><strong>ssh-copy-id -i ~/.ssh/id_rsa.pub 192.168.200.10</strong></p>
<p>Controllate che la connessione avvenga senza la richiesta di password</p>
<p><strong>ssh 192.168.200.10</strong></p>
<p>Logicamente dovete sostituire l&#8217;indirizzo IP con quello del server di destinazione. Ora potete dare il comando:</p>
<p><strong>rsync -avz -e ssh /home/ramesh/ ramesh@192.168.200.10:/backup/ramesh/</strong></p>
<p>Per eseguire il comando ad orari prestabiliti è sufficiente creare un comando CRO.</p>
<p>The post <a href="https://tecnoguide.info/backup/">Come fare il backup incrementale su Linux Centos</a> appeared first on <a href="https://tecnoguide.info">TecnoGuide</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://tecnoguide.info/backup/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Come installare VNC su Ubuntu 16.04, la guida completa</title>
		<link>https://tecnoguide.info/installare-vnc-ubuntu-16-04-la-guida-completa/</link>
					<comments>https://tecnoguide.info/installare-vnc-ubuntu-16-04-la-guida-completa/#comments</comments>
		
		<dc:creator><![CDATA[D'Orazi Dario]]></dc:creator>
		<pubDate>Tue, 28 Jun 2016 21:49:16 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[vnc]]></category>
		<guid isPermaLink="false">http://tecnoguide.info/?p=4773</guid>

					<description><![CDATA[<p>Ubuntu 16.04 integra una serie di funzionalità che rendono l&#8217;utilizzo del sistema molto semplice ed intuitivo. Se si lavora con Ubuntu 16.04 come Server può essere molto utile installare VNC e proprio per questo motivo abbiamo realizzato la guida completa in italiano. Il primo passo da fare è connettersi tramite ssh al proprio server poi digitare: [&#8230;]</p>
<p>The post <a href="https://tecnoguide.info/installare-vnc-ubuntu-16-04-la-guida-completa/">Come installare VNC su Ubuntu 16.04, la guida completa</a> appeared first on <a href="https://tecnoguide.info">TecnoGuide</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><a href="http://tecnoguide.info/wp-content/uploads/2016/06/VNC_Configure_twitter_mostov.png"><img decoding="async" class="alignnone size-full wp-image-4775" src="http://tecnoguide.info/wp-content/uploads/2016/06/VNC_Configure_twitter_mostov.png" alt="VNC_Configure_twitter_mostov" width="750" height="375" srcset="https://tecnoguide.info/wp-content/uploads/2016/06/VNC_Configure_twitter_mostov.png 750w, https://tecnoguide.info/wp-content/uploads/2016/06/VNC_Configure_twitter_mostov-300x150.png 300w, https://tecnoguide.info/wp-content/uploads/2016/06/VNC_Configure_twitter_mostov-696x348.png 696w, https://tecnoguide.info/wp-content/uploads/2016/06/VNC_Configure_twitter_mostov-50x25.png 50w" sizes="(max-width: 750px) 100vw, 750px" /></a></p>
<p>Ubuntu 16.04 integra una serie di funzionalità che rendono l&#8217;utilizzo del sistema molto semplice ed intuitivo. Se si lavora con Ubuntu 16.04 come Server può essere molto utile installare VNC e proprio per questo motivo abbiamo realizzato la guida completa in italiano.</p>
<p>Il primo passo da fare è connettersi tramite ssh al proprio server poi digitare:</p>
<p><strong>sudo apt-get update</strong></p>
<p>Subito dopo digitate:</p>
<p><strong>sudo apt install xfce4 xfce4-goodies tightvncserver</strong></p>
<p>in questo modo andrete sia ad installare VNC che la modalità grafica per interagire con Ubuntu.</p>
<p>Ora digitate:</p>
<p><strong>vncserver</strong></p>
<p>e alla richiesta di inserire una password, inserite quella che volete dando la relativa conferma.</p>
<p>Ora terminate il servizio VNC:</p>
<p><strong>vncserver -kill :1</strong></p>
<p>Facciamo un bel backup:</p>
<p><strong>mv ~/.vnc/xstartup ~/.vnc/xstartup.bak</strong></p>
<p>e digitiamo:</p>
<p><strong>nano ~/.vnc/xstartup</strong></p>
<p>Ora inserite nel file:</p>
<p><strong>#!/bin/bash</strong><br />
<strong>xrdb $HOME/.Xresources</strong><br />
<strong>startxfce4 &amp;</strong></p>
<p>Salvate il tutto e date il comando:</p>
<p><strong>sudo chmod +x ~/.vnc/xstartup</strong></p>
<p>Non vi resta che avviare il servizio:</p>
<p><strong>vncserver</strong></p>
<p>Finalmente avete completato l&#8217;installazione di VNC e vi basterà aprire VNC Viewer e digitare l&#8217;indirizzo IP seguito da 5901</p>
<p>Es: <strong>52.245.152.110:5901</strong></p>
<p>P.S. Se volete installare Firefox date il comando: <strong>sudo apt-get install Firefox</strong></p>
<p>The post <a href="https://tecnoguide.info/installare-vnc-ubuntu-16-04-la-guida-completa/">Come installare VNC su Ubuntu 16.04, la guida completa</a> appeared first on <a href="https://tecnoguide.info">TecnoGuide</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://tecnoguide.info/installare-vnc-ubuntu-16-04-la-guida-completa/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Risolvere errore HTTP nell’image uploader di WordPress</title>
		<link>https://tecnoguide.info/risolvere-errore-http-nellimage-uploader-wordpress/</link>
					<comments>https://tecnoguide.info/risolvere-errore-http-nellimage-uploader-wordpress/#respond</comments>
		
		<dc:creator><![CDATA[D'Orazi Dario]]></dc:creator>
		<pubDate>Fri, 08 Apr 2016 10:51:13 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[server]]></category>
		<guid isPermaLink="false">http://tecnoguide.info/?p=4476</guid>

					<description><![CDATA[<p>WordPress è un ottimo CMS ma purtroppo se installato su una macchina configurata male potrebbe causare dei seri problemi. E&#8217; proprio il caso di fastCGI che di default è settato a 128K. Ecco come risolvere i problemi dell&#8217;errore 500. &#160; Andare in: /etc/apache2/mods-enabled/fcgid.conf oppure in: /etc/httpd/conf.d/fcgid.conf Aggiungere la seguente linea di codice FcgidMaxRequestLen 1000000000 Riavviate ora Apache /etc/init.d/apache2 restart [&#8230;]</p>
<p>The post <a href="https://tecnoguide.info/risolvere-errore-http-nellimage-uploader-wordpress/">Risolvere errore HTTP nell’image uploader di WordPress</a> appeared first on <a href="https://tecnoguide.info">TecnoGuide</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><a href="http://tecnoguide.info/wp-content/uploads/2015/02/wordpress.jpg" rel="attachment wp-att-3010"><img decoding="async" class="size-full wp-image-3010 aligncenter" src="http://tecnoguide.info/wp-content/uploads/2015/02/wordpress.jpg" alt="wordpress" width="600" height="300" srcset="https://tecnoguide.info/wp-content/uploads/2015/02/wordpress.jpg 600w, https://tecnoguide.info/wp-content/uploads/2015/02/wordpress-300x150.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></a></p>
<p>WordPress è un ottimo CMS ma purtroppo se installato su una macchina configurata male potrebbe causare dei seri problemi. E&#8217; proprio il caso di fastCGI che di default è settato a 128K. Ecco come risolvere i problemi dell&#8217;errore 500.</p>
<p><span id="more-4476"></span></p>
<p>&nbsp;</p>
<p>Andare in:<br />
/etc/apache2/mods-enabled/fcgid.conf</p>
<p>oppure in:</p>
<p>/etc/httpd/conf.d/fcgid.conf</p>
<p>Aggiungere la seguente linea di codice</p>
<p>FcgidMaxRequestLen 1000000000</p>
<p>Riavviate ora Apache</p>
<p>/etc/init.d/apache2 restart</p>
<p>oppure</p>
<p>service httpd restart</p>
<p>e tutto dovrebbe tornare a funzionare.</p>
<p>The post <a href="https://tecnoguide.info/risolvere-errore-http-nellimage-uploader-wordpress/">Risolvere errore HTTP nell’image uploader di WordPress</a> appeared first on <a href="https://tecnoguide.info">TecnoGuide</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://tecnoguide.info/risolvere-errore-http-nellimage-uploader-wordpress/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Come risolvere i problemi di importazione ed esportazione di un db mysql</title>
		<link>https://tecnoguide.info/come-risolvere-i-problemi-di-importazione-ed-esportazione-di-un-db-mysql/</link>
					<comments>https://tecnoguide.info/come-risolvere-i-problemi-di-importazione-ed-esportazione-di-un-db-mysql/#respond</comments>
		
		<dc:creator><![CDATA[D'Orazi Dario]]></dc:creator>
		<pubDate>Thu, 29 Oct 2015 11:48:23 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[phpmyadmin]]></category>
		<category><![CDATA[server]]></category>
		<guid isPermaLink="false">http://tecnoguide.info/?p=4008</guid>

					<description><![CDATA[<p>Almeno una volta nella vita può capitare di avere problemi seri durante l&#8217;esportazione e l&#8217;importazione di un database mysql. Noi dopo una tragica esperienza abbiamo capito quale procedura bisogna seguire per evitare ulteriori problemi in futuro ed effettuare la procedura in modo semplice e veloce. 1. Problemi di importazione da phpmyadmin Collegarsi tramite ssh al proprio [&#8230;]</p>
<p>The post <a href="https://tecnoguide.info/come-risolvere-i-problemi-di-importazione-ed-esportazione-di-un-db-mysql/">Come risolvere i problemi di importazione ed esportazione di un db mysql</a> appeared first on <a href="https://tecnoguide.info">TecnoGuide</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><a href="http://tecnoguide.info/wp-content/uploads/2014/10/ottimizzare-mysql.jpg"><img loading="lazy" decoding="async" class="size-full wp-image-2478 aligncenter" src="http://tecnoguide.info/wp-content/uploads/2014/10/ottimizzare-mysql.jpg" alt="ottimizzare mysql" width="399" height="291" srcset="https://tecnoguide.info/wp-content/uploads/2014/10/ottimizzare-mysql.jpg 399w, https://tecnoguide.info/wp-content/uploads/2014/10/ottimizzare-mysql-300x218.jpg 300w" sizes="(max-width: 399px) 100vw, 399px" /></a></p>
<p>Almeno una volta nella vita può capitare di avere problemi seri durante l&#8217;esportazione e l&#8217;importazione di un database mysql. Noi dopo una tragica esperienza abbiamo capito quale procedura bisogna seguire per evitare ulteriori problemi in futuro ed effettuare la procedura in modo semplice e veloce.</p>
<p><span id="more-4008"></span></p>
<h2>1. Problemi di importazione da phpmyadmin</h2>
<ul>
<li>Collegarsi tramite ssh al proprio server</li>
<li>Dare il comando <strong>mysqldump -u username -p database_name &gt; dbname.sql </strong>(sostituire username con la user del db, sostituire database_name con il nome del db)</li>
<li>Dare il comando  <strong>gzip -d dbname.sql </strong>per comprimere il database</li>
</ul>
<h2>2.Importare il db su un nuovo server</h2>
<ul>
<li>Trasferire il file sul proprio PC</li>
<li>Trasferire il file sul nuovo server utilizzando una connessione FTP</li>
<li>Decomprimere il file con il comando  <strong>gzip -d dbname.sql</strong></li>
<li>Importare il file con phpmyadmin</li>
</ul>
<h2>3. Problemi di importazione con phpmyadmin</h2>
<ul>
<li>Seguire il passo 1 e 2 fino a &#8220;Decomprimere il file con il comando  <strong>gzip -d dbname.sql</strong>&#8220;</li>
<li>Importare il db utilizzando il comando <strong>mysql -uusername -ppassword database_name &lt; /percorsofilesulserver.sql</strong></li>
</ul>
<p>The post <a href="https://tecnoguide.info/come-risolvere-i-problemi-di-importazione-ed-esportazione-di-un-db-mysql/">Come risolvere i problemi di importazione ed esportazione di un db mysql</a> appeared first on <a href="https://tecnoguide.info">TecnoGuide</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://tecnoguide.info/come-risolvere-i-problemi-di-importazione-ed-esportazione-di-un-db-mysql/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Come rimuovere Parallels Premium Outbound Antispam</title>
		<link>https://tecnoguide.info/come-rimuovere-parallels-premium-outbound-antispam/</link>
					<comments>https://tecnoguide.info/come-rimuovere-parallels-premium-outbound-antispam/#respond</comments>
		
		<dc:creator><![CDATA[D'Orazi Dario]]></dc:creator>
		<pubDate>Tue, 26 May 2015 13:53:04 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[server]]></category>
		<guid isPermaLink="false">http://tecnoguide.info/?p=3519</guid>

					<description><![CDATA[<p>&#160; Se volete rimuovere Parallels Premium Outbound Antispam dal vostro server dovete seguire passo per passo questa guida. Accedete tramite ssh al vostro server e digitate il comando yum remove commtouch Confermate tramite il tasto Y. Finalmente avete rimosso Parallels Premium Outbound Antispam</p>
<p>The post <a href="https://tecnoguide.info/come-rimuovere-parallels-premium-outbound-antispam/">Come rimuovere Parallels Premium Outbound Antispam</a> appeared first on <a href="https://tecnoguide.info">TecnoGuide</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><a href="http://tecnoguide.info/wp-content/uploads/2015/05/parallels_plesk.png"><img loading="lazy" decoding="async" class=" size-full wp-image-3520 aligncenter" src="http://tecnoguide.info/wp-content/uploads/2015/05/parallels_plesk.png" alt="parallels_plesk" width="522" height="170" srcset="https://tecnoguide.info/wp-content/uploads/2015/05/parallels_plesk.png 522w, https://tecnoguide.info/wp-content/uploads/2015/05/parallels_plesk-300x98.png 300w" sizes="(max-width: 522px) 100vw, 522px" /></a></p>
<p>&nbsp;</p>
<p>Se volete rimuovere Parallels Premium Outbound Antispam dal vostro server dovete seguire passo per passo questa guida.</p>
<p><span id="more-3519"></span></p>
<p>Accedete tramite ssh al vostro server e digitate il comando</p>
<p><strong>yum remove commtouch</strong></p>
<p>Confermate tramite il tasto Y. Finalmente avete rimosso Parallels Premium Outbound Antispam</p>
<p>The post <a href="https://tecnoguide.info/come-rimuovere-parallels-premium-outbound-antispam/">Come rimuovere Parallels Premium Outbound Antispam</a> appeared first on <a href="https://tecnoguide.info">TecnoGuide</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://tecnoguide.info/come-rimuovere-parallels-premium-outbound-antispam/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Come eseguire in modo casuale un file PHP in una cartella</title>
		<link>https://tecnoguide.info/come-eseguire-in-modo-casuale-un-file-php-in-una-cartella/</link>
					<comments>https://tecnoguide.info/come-eseguire-in-modo-casuale-un-file-php-in-una-cartella/#respond</comments>
		
		<dc:creator><![CDATA[D'Orazi Dario]]></dc:creator>
		<pubDate>Mon, 18 May 2015 11:19:14 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programmazione]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[programmazione]]></category>
		<category><![CDATA[server]]></category>
		<guid isPermaLink="false">http://tecnoguide.info/?p=3477</guid>

					<description><![CDATA[<p>&#160; Eseguire casualmente un file PHP contenuto in una cartella presente in ftp è un&#8217;operazione davvero semplice. Scopriamo insieme come fare. Creiamo un nuovo file con estensione PHP (es. 1.php) e al suo interno mettiamo il seguente codice: &#60;?php $dir = &#8216;/tmp&#8217;; $all = scandir($dir); $files = array(); foreach($all AS $f){ if (($f != &#8220;.&#8221;) [&#8230;]</p>
<p>The post <a href="https://tecnoguide.info/come-eseguire-in-modo-casuale-un-file-php-in-una-cartella/">Come eseguire in modo casuale un file PHP in una cartella</a> appeared first on <a href="https://tecnoguide.info">TecnoGuide</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><a href="http://tecnoguide.info/wp-content/uploads/2015/05/php-en-wordpress.jpg"><img loading="lazy" decoding="async" class=" size-full wp-image-3478 aligncenter" src="http://tecnoguide.info/wp-content/uploads/2015/05/php-en-wordpress.jpg" alt="php-en-wordpress" width="630" height="300" srcset="https://tecnoguide.info/wp-content/uploads/2015/05/php-en-wordpress.jpg 630w, https://tecnoguide.info/wp-content/uploads/2015/05/php-en-wordpress-300x143.jpg 300w" sizes="(max-width: 630px) 100vw, 630px" /></a></p>
<p>&nbsp;</p>
<p>Eseguire casualmente un file PHP contenuto in una cartella presente in ftp è un&#8217;operazione davvero semplice. Scopriamo insieme come fare.</p>
<p><span id="more-3477"></span></p>
<p>Creiamo un nuovo file con<strong> estensione PHP</strong> (es. 1.php) e al suo interno mettiamo il seguente codice:</p>
<blockquote><p>&lt;?php</p>
<p>$dir = &#8216;/tmp&#8217;;<br />
$all = scandir($dir);</p>
<p>$files = array();<br />
foreach($all AS $f){<br />
if (($f != &#8220;.&#8221;) &amp;&amp; ($f != &#8220;..&#8221;) &amp;&amp; (!is_dir($f))){<br />
$files[] = $f;<br />
}<br />
}<br />
include_once $dir.$files[rand(0, (count($files)-1) )];</p>
<p>?&gt;</p></blockquote>
<p>Sostituite <strong>$dir = &#8216;/tmp&#8217;;</strong> con la directory dove sono contenuti i file .php (es. <strong>/var/www/vhosts/file/</strong>) da eseguire in modo random.</p>
<p>Ora basterà richiamare il file<strong> 1.php</strong> per eseguire uno dei tanti file contenuti nella cartella scelta.</p>
<p>The post <a href="https://tecnoguide.info/come-eseguire-in-modo-casuale-un-file-php-in-una-cartella/">Come eseguire in modo casuale un file PHP in una cartella</a> appeared first on <a href="https://tecnoguide.info">TecnoGuide</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://tecnoguide.info/come-eseguire-in-modo-casuale-un-file-php-in-una-cartella/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Come creare un cloud server con Centos 7 e OwnCloud 7</title>
		<link>https://tecnoguide.info/come-creare-un-cloud-server-con-centos-7-e-owncloud-7/</link>
					<comments>https://tecnoguide.info/come-creare-un-cloud-server-con-centos-7-e-owncloud-7/#respond</comments>
		
		<dc:creator><![CDATA[D'Orazi Dario]]></dc:creator>
		<pubDate>Wed, 22 Apr 2015 16:06:52 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[centos 7]]></category>
		<category><![CDATA[OwnCloud 7]]></category>
		<category><![CDATA[server]]></category>
		<guid isPermaLink="false">http://tecnoguide.info/?p=3381</guid>

					<description><![CDATA[<p>&#160; Grazie a dei semplici passaggi è possibile creare un vero e proprio cloud server con Centos 7 e OwnCloud 7 dove archiviare tutti i vostri dati. Ecco come fare. Installare Centos 7 e lanciare il seguente comando: yum -y update Alla fine lanciare: yum install httpd php php-mysql mariadb-server mariadb sqlite php-dom php-mbstring php-gd php-pdo [&#8230;]</p>
<p>The post <a href="https://tecnoguide.info/come-creare-un-cloud-server-con-centos-7-e-owncloud-7/">Come creare un cloud server con Centos 7 e OwnCloud 7</a> appeared first on <a href="https://tecnoguide.info">TecnoGuide</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><a href="http://tecnoguide.info/wp-content/uploads/2015/04/Come-creare-un-cloud-server-con-Centos-7-e-OwnCloud-7.jpg"><img loading="lazy" decoding="async" class=" size-large wp-image-3382 aligncenter" src="http://tecnoguide.info/wp-content/uploads/2015/04/Come-creare-un-cloud-server-con-Centos-7-e-OwnCloud-7-1024x751.jpg" alt="Cloud computing concept with copy space" width="620" height="455" srcset="https://tecnoguide.info/wp-content/uploads/2015/04/Come-creare-un-cloud-server-con-Centos-7-e-OwnCloud-7-1024x751.jpg 1024w, https://tecnoguide.info/wp-content/uploads/2015/04/Come-creare-un-cloud-server-con-Centos-7-e-OwnCloud-7-300x220.jpg 300w, https://tecnoguide.info/wp-content/uploads/2015/04/Come-creare-un-cloud-server-con-Centos-7-e-OwnCloud-7.jpg 1618w" sizes="(max-width: 620px) 100vw, 620px" /></a></p>
<p>&nbsp;</p>
<p>Grazie a dei semplici passaggi è possibile creare un vero e proprio cloud server con Centos 7 e OwnCloud 7 dove archiviare tutti i vostri dati. Ecco come fare.</p>
<p><span id="more-3381"></span></p>
<p><strong>Installare Centos 7 e lanciare il seguente comando:</strong></p>
<pre class="wp-code-highlight prettyprint prettyprinted"><span class="pln">yum </span><span class="pun">-</span><span class="pln">y update</span></pre>
<p><strong>Alla fine lanciare:</strong></p>
<pre class="dos">yum install httpd php php-mysql mariadb-server mariadb sqlite php-dom php-mbstring php-gd php-pdo wget vim</pre>
<p><strong>Installati tutti i componenti lanciare:</strong></p>
<pre class="dos">setsebool -P httpd_unified 1</pre>
<p><strong>Abilitate il firewall:</strong></p>
<pre class="dos">firewall-cmd --permanent --zone=public --add-service=http
firewall-cmd --permanent --zone=public --add-service=https
firewall-cmd --reload</pre>
<p><strong>Avviate Apache:</strong></p>
<pre class="dos">systemctl start httpd.service</pre>
<p><strong>Avviate MariaDB:</strong></p>
<pre class="dos">systemctl start mariadb.service</pre>
<p><strong>Abilitate l&#8217;auto-startup:</strong></p>
<pre class="dos">systemctl enable httpd.service
systemctl enable mariadb.service</pre>
<h2>Installare ownCloud</h2>
<p><strong>Lanciare il comando:</strong></p>
<pre class="dos">wget https://download.owncloud.org/community/owncloud-7.0.0.tar.bz2</pre>
<p><strong>Estraete il pacchetto tramite:</strong></p>
<pre class="dos">tar -jxvf owncloud-7.0.0.tar.bz2 -C /var/www/html/</pre>
<p><strong>Date i permessi:</strong></p>
<pre class="dos">chown -R apache.apache /var/www/html/owncloud/</pre>
<h4><strong>DataBase configuration</strong></h4>
<p><strong>configurate il database:</strong></p>
<pre class="wp-code-highlight prettyprint prettyprinted"><span class="pln">mysql_secure_installation</span><span class="pun">;</span></pre>
<p><strong>Date l&#8217;ok Y</strong>.</p>
<pre class="wp-code-highlight prettyprint prettyprinted"><span class="typ">Set</span><span class="pln"> root password</span><span class="pun">?</span><span class="pun">[</span><span class="pln">Y</span><span class="pun">/</span><span class="pln">n</span><span class="pun">]</span><span class="typ">New</span><span class="pln"> password</span><span class="pun">:</span><span class="pln"> databaserootpassword
</span><span class="typ">Re</span><span class="pun">-</span><span class="pln">enter </span><span class="kwd">new</span><span class="pln"> password</span><span class="pun">:</span><span class="pln"> databaserootpassword
</span><span class="typ">Remove</span><span class="pln"> anonymous users</span><span class="pun">?</span><span class="pun">[</span><span class="pln">Y</span><span class="pun">/</span><span class="pln">n</span><span class="pun">]Y
</span><span class="typ">Disallow</span><span class="pln"> root login remotely</span><span class="pun">?</span><span class="pun">[</span><span class="pln">Y</span><span class="pun">/</span><span class="pln">n</span><span class="pun">]Y
</span><span class="typ">Remove</span><span class="pln"> test database </span><span class="kwd">and</span><span class="pln"> access to it</span><span class="pun">?</span><span class="pun">[</span><span class="pln">Y</span><span class="pun">/</span><span class="pln">n</span><span class="pun">]Y
</span><span class="typ">Reload</span><span class="pln"> privilege tables now</span><span class="pun">?</span><span class="pun">[</span><span class="pln">Y</span><span class="pun">/</span><span class="pln">n</span><span class="pun">]</span></pre>
<p><strong>Create il database e l&#8217;user ownCloud:</strong></p>
<p><strong>lanciate il comando:</strong></p>
<pre class="wp-code-highlight prettyprint prettyprinted"><span class="pln">mysql </span><span class="pun">-</span><span class="pln">u root </span><span class="pun">-p</span></pre>
<p><strong>e poi i seguenti comandi:</strong></p>
<pre class="wp-code-highlight prettyprint prettyprinted"><span class="pln">mysql&gt; create database owncloud</span><span class="pun">;</span><span class="pln">
mysql&gt; create user </span><span class="str">'owncloud'</span><span class="pun">@</span><span class="str">'localhost'</span><span class="pln"> identified </span><span class="kwd">by</span><span class="str">'somedatabasepassword'</span><span class="pun">;</span><span class="pln"> 
mysql&gt; grant all on owncloud</span><span class="pun">.*</span><span class="pln"> to </span><span class="str">'owncloud'</span><span class="pun">@</span><span class="str">'localhost'</span><span class="pun">;</span><span class="pln">
mysql&gt; flush privileges</span><span class="pun">;</span><span class="pln">
mysql&gt; quit;</span></pre>
<h4>Configurate il server Apache:</h4>
<p><strong>Lanciate il comando:</strong></p>
<pre class="dos">vim /etc/httpd/conf.d/owncloud.conf</pre>
<p><strong>Aggiungete le seguenti righe e salvate:</strong></p>
<pre class="command">&lt;IfModule mod_alias.c&gt;
Alias /owncloud /var/www/html/owncloud
&lt;/IfModule&gt;
&lt;Directory “/var/www/html/owncloud”&gt;
Options Indexes FollowSymLinks
AllowOverride All
Order allow,deny
allow from all
&lt;/Directory&gt;</pre>
<p><strong>Riavviate tutti i servizi:</strong></p>
<pre class="dos">systemctl start httpd.service
systemctl start mariadb.service</pre>
<h4>Configurate OwnCloud</h4>
<p><strong>http://your_ip_address/owncloud o</strong> <strong>http://your_Domain.com/owncloud</strong></p>
<p>The post <a href="https://tecnoguide.info/come-creare-un-cloud-server-con-centos-7-e-owncloud-7/">Come creare un cloud server con Centos 7 e OwnCloud 7</a> appeared first on <a href="https://tecnoguide.info">TecnoGuide</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://tecnoguide.info/come-creare-un-cloud-server-con-centos-7-e-owncloud-7/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Come risolvere il problema internal dummy connection &#8211; CENTOS &#8211; UBUNTU</title>
		<link>https://tecnoguide.info/come-risolvere-il-problema-internal-dummy-connection-centos-ubuntu/</link>
					<comments>https://tecnoguide.info/come-risolvere-il-problema-internal-dummy-connection-centos-ubuntu/#respond</comments>
		
		<dc:creator><![CDATA[D'Orazi Dario]]></dc:creator>
		<pubDate>Sun, 11 Jan 2015 22:30:04 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[guida]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[problema]]></category>
		<category><![CDATA[server]]></category>
		<guid isPermaLink="false">http://tecnoguide.info/?p=2877</guid>

					<description><![CDATA[<p>&#160; &#160; Leggendo nei log del proprio server può capitare di riscontrare l&#8217;errore internal dummy connection ecco come risolverlo. Tutta l&#8217;operazione va eseguita da terminale quindi da ssh! Per leggere il log digitate il comando: cat /var/log/httpd/access_log &#8211; &#8211; [11/Jan/2015:23:17:13 +0100] &#8220;OPTIONS * HTTP/1.0&#8221; 200 &#8211; &#8220;-&#8221; &#8220;Apache (internal dummy connection)&#8221; &#8211; &#8211; [11/Jan/2015:23:17:14 +0100] &#8220;OPTIONS * [&#8230;]</p>
<p>The post <a href="https://tecnoguide.info/come-risolvere-il-problema-internal-dummy-connection-centos-ubuntu/">Come risolvere il problema internal dummy connection &#8211; CENTOS &#8211; UBUNTU</a> appeared first on <a href="https://tecnoguide.info">TecnoGuide</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><a href="http://tecnoguide.info/wp-content/uploads/2013/03/linux.jpg"><img loading="lazy" decoding="async" class=" size-full wp-image-158 aligncenter" src="http://tecnoguide.info/wp-content/uploads/2013/03/linux.jpg" alt="linux" width="468" height="279" srcset="https://tecnoguide.info/wp-content/uploads/2013/03/linux.jpg 468w, https://tecnoguide.info/wp-content/uploads/2013/03/linux-300x180.jpg 300w" sizes="(max-width: 468px) 100vw, 468px" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Leggendo nei log del proprio server può capitare di riscontrare l&#8217;errore <strong>internal dummy connection</strong> ecco come risolverlo.</p>
<p><span id="more-2877"></span></p>
<p>Tutta l&#8217;operazione va eseguita da terminale quindi da ssh!</p>
<p>Per leggere il log digitate il comando: <strong>cat /var/log/httpd/access_log</strong></p>
<p>&#8211; &#8211; [11/Jan/2015:23:17:13 +0100] &#8220;OPTIONS * HTTP/1.0&#8221; 200 &#8211; &#8220;-&#8221; &#8220;Apache (internal dummy connection)&#8221;<br />
&#8211; &#8211; [11/Jan/2015:23:17:14 +0100] &#8220;OPTIONS * HTTP/1.0&#8221; 200 &#8211; &#8220;-&#8221; &#8220;Apache (internal dummy connection)&#8221;<br />
&#8211; &#8211; [11/Jan/2015:23:17:15 +0100] &#8220;OPTIONS * HTTP/1.0&#8221; 200 &#8211; &#8220;-&#8221; &#8220;Apache (internal dummy connection)&#8221;<br />
&#8211; &#8211; [11/Jan/2015:23:17:16 +0100] &#8220;OPTIONS * HTTP/1.0&#8221; 200 &#8211; &#8220;-&#8221; &#8220;Apache (internal dummy connection)&#8221;<br />
&#8211; &#8211; [11/Jan/2015:23:17:17 +0100] &#8220;OPTIONS * HTTP/1.0&#8221; 200 &#8211; &#8220;-&#8221; &#8220;Apache (internal dummy connection)&#8221;<br />
&#8211; &#8211; [11/Jan/2015:23:17:25 +0100] &#8220;OPTIONS * HTTP/1.0&#8221; 200 &#8211; &#8220;-&#8221; &#8220;Apache (internal dummy connection)&#8221;<br />
&#8211; &#8211; [11/Jan/2015:23:17:51 +0100] &#8220;OPTIONS * HTTP/1.0&#8221; 200 &#8211; &#8220;-&#8221; &#8220;Apache (internal dummy connection)&#8221;<br />
&#8211; &#8211; [11/Jan/2015:23:17:52 +0100] &#8220;OPTIONS * HTTP/1.0&#8221; 200 &#8211; &#8220;-&#8221; &#8220;Apache (internal dummy connection)&#8221;<br />
&#8211; &#8211; [11/Jan/2015:23:17:53 +0100] &#8220;OPTIONS * HTTP/1.0&#8221; 200 &#8211; &#8220;-&#8221; &#8220;Apache (internal dummy connection)&#8221;<br />
&#8211; &#8211; [11/Jan/2015:23:19:48 +0100] &#8220;OPTIONS * HTTP/1.0&#8221; 200 &#8211; &#8220;-&#8221; &#8220;Apache (internal dummy connection)&#8221;</p>
<p>&nbsp;</p>
<p>Ora date il comando:</p>
<p><strong>nano /etc/httpd/conf/httpd.conf</strong> oppure <strong>vim /etc/httpd/conf/httpd.conf</strong></p>
<p>Aggiungete le seguenti righe:</p>
<blockquote>
<div>SetEnvIf Remote_Addr &#8220;127\.0\.0\.1&#8221; loopback</div>
<div>SetEnvIf Remote_Addr &#8220;::1&#8221; loopback</div>
<div>SetEnvIf User-Agent &#8220;.*internal dummy connection.*&#8221; loopback</div>
<div>CustomLog logs/access_log combined env=!loopback</div>
</blockquote>
<div></div>
<div>Riavviate apache:</div>
<div></div>
<div><strong>Service httpd restart</strong> oppure <strong>/etc/init.d/httpd restart</strong></div>
<p>The post <a href="https://tecnoguide.info/come-risolvere-il-problema-internal-dummy-connection-centos-ubuntu/">Come risolvere il problema internal dummy connection &#8211; CENTOS &#8211; UBUNTU</a> appeared first on <a href="https://tecnoguide.info">TecnoGuide</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://tecnoguide.info/come-risolvere-il-problema-internal-dummy-connection-centos-ubuntu/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Come installare Fail2Ban su Ubuntu 14.04</title>
		<link>https://tecnoguide.info/come-installare-fail2ban-su-ubuntu-14-04/</link>
					<comments>https://tecnoguide.info/come-installare-fail2ban-su-ubuntu-14-04/#respond</comments>
		
		<dc:creator><![CDATA[D'Orazi Dario]]></dc:creator>
		<pubDate>Fri, 09 Jan 2015 16:56:37 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[fail2ban]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[ubuntu]]></category>
		<guid isPermaLink="false">http://tecnoguide.info/?p=2871</guid>

					<description><![CDATA[<p>&#160; Se volete difendere il vostro server da attacchi hacker dovete assolutamente installare Fail2Ban un tool che utilizza delle regole specifiche per bloccare attacchi di qualsiasi genere. Installare Fail2Ban su Ubuntu 14.04 Connettetevi tramite SSH e digitate da terminale i seguenti comandi sudo apt-get update sudo apt-get install fail2ban &#160; Configurare Fail2Ban Digitate il comando: sudo [&#8230;]</p>
<p>The post <a href="https://tecnoguide.info/come-installare-fail2ban-su-ubuntu-14-04/">Come installare Fail2Ban su Ubuntu 14.04</a> appeared first on <a href="https://tecnoguide.info">TecnoGuide</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><a href="http://tecnoguide.info/wp-content/uploads/2014/10/Come-installare-VNC-Server-su-Ubuntu-14.04.jpg"><img loading="lazy" decoding="async" class=" size-large wp-image-2431 aligncenter" src="http://tecnoguide.info/wp-content/uploads/2014/10/Come-installare-VNC-Server-su-Ubuntu-14.04-1024x640.jpg" alt="Come installare VNC Server su Ubuntu 14.04" width="702" height="439" srcset="https://tecnoguide.info/wp-content/uploads/2014/10/Come-installare-VNC-Server-su-Ubuntu-14.04-1024x640.jpg 1024w, https://tecnoguide.info/wp-content/uploads/2014/10/Come-installare-VNC-Server-su-Ubuntu-14.04-300x187.jpg 300w, https://tecnoguide.info/wp-content/uploads/2014/10/Come-installare-VNC-Server-su-Ubuntu-14.04.jpg 1920w" sizes="(max-width: 702px) 100vw, 702px" /></a></p>
<p>&nbsp;</p>
<p>Se volete difendere il vostro server da attacchi hacker dovete assolutamente installare Fail2Ban un tool che utilizza delle regole specifiche per bloccare attacchi di qualsiasi genere.</p>
<p><span id="more-2871"></span></p>
<h2 id="install-fail2ban-on-ubuntu-14.04">Installare Fail2Ban su Ubuntu 14.04</h2>
<p>Connettetevi tramite SSH e digitate da terminale i seguenti comandi</p>
<pre><code>sudo apt-get update
sudo apt-get install fail2ban
</code></pre>
<p>&nbsp;</p>
<h2 id="configure-fail2ban-with-your-service-settings">Configurare Fail2Ban</h2>
<p>Digitate il comando:</p>
<pre><code>sudo cp /etc/fail2ban/jail.conf /etc/fail2ban/jail.local
</code></pre>
<p>Ora date il comando:</p>
<pre><code>sudo nano /etc/fail2ban/jail.local
</code></pre>
<p>Cambiate i parametri come segue:</p>
<pre><code>ignoreip = 127.0.0.1/8
</code>bantime = 600
findtime = 600
maxretry = 3</pre>
<p>Inserite i seguenti parametri:</p>
<pre><code>destemail = root@localhost
sendername = Fail2Ban
mta = sendmail
</code></pre>
<p>Riavviate il server per attivare definitivamente Fail2Ban su Ubuntu 14.04</p>
<p>The post <a href="https://tecnoguide.info/come-installare-fail2ban-su-ubuntu-14-04/">Come installare Fail2Ban su Ubuntu 14.04</a> appeared first on <a href="https://tecnoguide.info">TecnoGuide</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://tecnoguide.info/come-installare-fail2ban-su-ubuntu-14-04/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Come installare Plesk su Ubuntu 14.04</title>
		<link>https://tecnoguide.info/come-installare-plesk-su-ubuntu-14-04/</link>
					<comments>https://tecnoguide.info/come-installare-plesk-su-ubuntu-14-04/#respond</comments>
		
		<dc:creator><![CDATA[D'Orazi Dario]]></dc:creator>
		<pubDate>Sat, 03 Jan 2015 11:36:33 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[ubuntu]]></category>
		<guid isPermaLink="false">http://tecnoguide.info/?p=2859</guid>

					<description><![CDATA[<p>&#160; Installare Plesk su Ubuntu 14.04 è un&#8217;operazione davvero semplice, infatti, è sufficiente collegarsi al Server tramite SSH e lanciare i comandi descritti in seguito. Collegarsi ad Ubuntu Server 14.04 tramite SSH in qualità di root Lanciare il comando: sudo apt-get install php5 Lanciare il comando:  sudo apt-get remove apparmor Lanciare il comando: sudo wget -O plesk-installer.sh http://autoinstall.plesk.com/plesk-installer Lanciare:  sudo su- Lanciare: ./plesk-installer.sh [&#8230;]</p>
<p>The post <a href="https://tecnoguide.info/come-installare-plesk-su-ubuntu-14-04/">Come installare Plesk su Ubuntu 14.04</a> appeared first on <a href="https://tecnoguide.info">TecnoGuide</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><a href="http://tecnoguide.info/wp-content/uploads/2015/01/Come-installare-Plesk-su-Ubuntu-14.04.jpg"><img loading="lazy" decoding="async" class=" size-full wp-image-2860 aligncenter" src="http://tecnoguide.info/wp-content/uploads/2015/01/Come-installare-Plesk-su-Ubuntu-14.04.jpg" alt="Come installare Plesk su Ubuntu 14.04" width="655" height="350" srcset="https://tecnoguide.info/wp-content/uploads/2015/01/Come-installare-Plesk-su-Ubuntu-14.04.jpg 655w, https://tecnoguide.info/wp-content/uploads/2015/01/Come-installare-Plesk-su-Ubuntu-14.04-300x160.jpg 300w" sizes="(max-width: 655px) 100vw, 655px" /></a></p>
<p>&nbsp;</p>
<p>Installare Plesk su Ubuntu 14.04 è un&#8217;operazione davvero semplice, infatti, è sufficiente collegarsi al Server tramite SSH e lanciare i comandi descritti in seguito.</p>
<p><span id="more-2859"></span></p>
<ol>
<li>Collegarsi ad Ubuntu Server 14.04 tramite SSH in qualità di root</li>
<li>Lanciare il comando: <strong>sudo apt-get install php5</strong></li>
<li>Lanciare il comando:  <strong>sudo apt-get remove apparmor</strong></li>
<li>Lanciare il comando: <strong>sudo wget -O plesk-installer.sh <a href="http://autoinstall.plesk.com/plesk-installer" target="_blank">http://autoinstall.plesk.com/plesk-installer</a></strong></li>
<li>Lanciare:  <strong>sudo su-</strong></li>
<li>Lanciare: <strong>./plesk-installer.sh</strong></li>
<li>Seguire la procedura su schermo</li>
<li>Guardare la password dell&#8217;account di amministrazione lanciando  <strong>sudo /usr/local/psa/bin/admin –show-password </strong>oppure cambiare la password tramite il comando <strong>sudo /usr/local/psa/bin/init_conf -u -passwd &lt;new_password&gt;</strong></li>
<li>Controllare il corretto avvio dei servizi tramite il comando: <strong>sudo /etc/init.d/psa status</strong></li>
<li>Avviare il servizio PSA <strong>sudo service psa start</strong></li>
<li>Collegarsi al pannello tramite il link:<strong> https://&lt;your server IP&gt;:8443  </strong></li>
<li>Buon divertimento</li>
</ol>
<p>The post <a href="https://tecnoguide.info/come-installare-plesk-su-ubuntu-14-04/">Come installare Plesk su Ubuntu 14.04</a> appeared first on <a href="https://tecnoguide.info">TecnoGuide</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://tecnoguide.info/come-installare-plesk-su-ubuntu-14-04/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
