<?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>studiosacchetti.com &#187; linux</title>
	<atom:link href="http://www.studiosacchetti.com/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.studiosacchetti.com</link>
	<description>Soluzioni informatiche per piccole e medie aziende</description>
	<lastBuildDate>Thu, 05 Aug 2010 13:43:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>how to install a plesk web server on CentOS 5.3</title>
		<link>http://www.studiosacchetti.com/2009/how-to-install-a-plesk-web-server-on-centos-5-3/</link>
		<comments>http://www.studiosacchetti.com/2009/how-to-install-a-plesk-web-server-on-centos-5-3/#comments</comments>
		<pubDate>Wed, 29 Jul 2009 13:16:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tecnici]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[plesk]]></category>

		<guid isPermaLink="false">http://www.studiosacchetti.com/?p=301</guid>
		<description><![CDATA[Start the CentOS installer by booting from cd/dvd. For partitioning advice, I followed parallels suggestions We cannot give any exact numbers, however, you should take into account the following.Plesk for Linux OSes stores all users&#8217; data in /var partition by default, so the partitioning should be like: SWAP → twice RAM size /boot → 128 [...]]]></description>
			<content:encoded><![CDATA[<ol>
<li>Start the CentOS installer by booting from cd/dvd.</li>
<li>For partitioning advice, I followed parallels suggestions<br />
We cannot give any exact numbers, however, you should take into account the following.Plesk for Linux OSes stores all users&#8217; data in /var partition by default, so the partitioning should be like:<code><br />
SWAP 	→	twice RAM size</code><br />
<code>/boot 	→	128 MB</code><br />
<code>/ 	→	System + Plesk, updates. 5-10 GB should be enough.</code><br />
<code>/tmp	→	1GB.</code><br />
<code>/var	→	the rest of the space (domains, mail, backups, databases are stored there)</code><span id="more-301"></span></p>
<p>Directories that usually take much disk space:<code>/var/www/vhosts (/srv/vhosts on SuSE) - domains.</code><br />
<code>/var/qmail - mail.</code><br />
<code>/var/lib/mysql - Mysql databases.</code><br />
<code>/var/lib/psa/dumps - Plesk clients'/domains' backups.</code><br />
<code>/var/lib/pgsql/data - Postgres databases.</code><br />
<code>/var/tomcat* - Tomcat applications.</code><br />
<code>/var/lib/mailman - Mailman lists.</code></p>
<p>Please check file /etc/psa/psa.conf for all other directories used by Plesk control panel.<br />
Plesk Control Panel under FreeBSD uses the /usr/local partition for storing large quantity of data and /var/db partition for databases.<br />
So the /usr and /var partitions have to be larger in this case.</li>
<li>When prompted by the installer, I deselected all installation types.</li>
<li>I 	entered my appropriate network config when prompted. In my case I specifified a static public IP and corresponding gateway and also a couple of know public dns server addresses, although depending on 	your needs/set-up, you might want/need to be using DHCP.</li>
<li>After the installation has completed and you re-boot, upon first log-in you are presented with a network configuration utility; as I&#8217;d set 	my network up previously I didn&#8217;t need to do anything with this although there is also a security option which I did alter &#8211; by 	default there is a firewall configured to block most services 	including HTTP. I chose to switch this off totally at this point as I would be using Plesk to manage the firewall later on.</li>
<li>Now I wanted to perform some system updates via Yum, however because CentOS uses bind in a chrooted set-up which doesn&#8217;t work well with 	Plesk, I did the following (after a previous attempt without this knowledge caused me big problems with Bind):
<ul>
<li>Edit /etc/yum.conf and, under the [main] section, add the line<br />
<code>exclude=bind-chroot</code></li>
<li>Next, get rid of the currently installled bind-chroot package<br />
<code># rpm -e bind-chroot</code></li>
<li>Now we can use Yum to provide system updates [Please note, if you plan on using ARTs yum packages, which is a really good idea because you 	get updated Plesk compatible versions of both PHP and MySQL, do not 	add this channel to yum just yet, otherwise the Plesk installer won't run until they've been removed!!].<br />
<code>#yum check-update</code><br />
<code>#yum update</code></li>
</ul>
</li>
<li>Now you&#8217;re system is up to date, you can go off and get and then 	run the Plesk auto-installer. To install Parallels Plesk Panel software on a server:
<ol>
<li> Download 	the latest version of Parallels Products Installer that suits your 	operating system from <a href="http://www.parallels.com/en/download/plesk9/">http://www.parallels.com/en/download/plesk9/</a> and save it on your server&#8217;s hard drive.</li>
<li>Change 	your working directory to the directory where the downloaded 	Parallels Products Installer is located.</li>
<li>Set the execution 	permission for Parallels Products Installer:<code><br />
# chmod +x parallels_products_installer_file_name<br />
</code></li>
<li>Run the following command in console:<br />
<code>#export LANG=C<br />
<code>#export LANG_ALL=C<br />
</code></code></li>
<li>Run 	Parallels Products Installer:
<ul>
<li>To install 		Parallels Plesk Panel through the web interface of Parallels 		Products Installer, run the following command:<code><br />
# ./parallels_products_installer_file_name --web-interface</code><br />
Open your browser and 		enter https://hostname:8447/ or https://IP-address:8447/ in the address bar. The Parallels Product Installer web interface 		will open. Log in as root.</li>
<li>To install 		Parallels Plesk Panel through the command line interface of 		Parallels Products Installer, run the following command:<br />
# ./parallels_products_installer_file_name</li>
</ul>
</li>
<li>Follow 	the instructions presented on the screen to complete the 	installation. Refer to Parallels Plesk Panel Installation Guide 	available at 	<a href="http://download1.parallels.com/Plesk/Plesk9.2/Doc/en-US/plesk-9.2-unix-installation-guide/index.htm">http://download1.parallels.com/Plesk/Plesk9.2/Doc/en-US/plesk-9.2-unix-installation-guide/index.htm</a> if you need detailed installation instructions.</li>
<li>When the 	installation is finished, Parallels Plesk Panel will start 	automatically.</li>
</ol>
</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.studiosacchetti.com/2009/how-to-install-a-plesk-web-server-on-centos-5-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hosting</title>
		<link>http://www.studiosacchetti.com/2009/hosting/</link>
		<comments>http://www.studiosacchetti.com/2009/hosting/#comments</comments>
		<pubDate>Wed, 11 Feb 2009 21:55:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Informazione]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.studiosacchetti.com/?p=23</guid>
		<description><![CDATA[In ambito informatico si definisce hosting (dall&#8217;inglese to host, ospitare) un servizio che consiste nell&#8217;allocare su un server web li pagine di un sito web, rendendolo cosí accessibile dalla rete Internet. Tale &#8220;server web&#8221;, definito &#8220;host&#8221;, è connesso alla rete Internet in modalità idonea a garantire l&#8217;accesso alle pagine del sito mediante browser, con identificazione [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><img class="alignleft size-full wp-image-88" title="hosting" src="http://www.studiosacchetti.com/wp-content/uploads/2009/02/hosting.gif" alt="hosting" width="100" height="115" />In ambito informatico si definisce hosting (dall&#8217;inglese to host, ospitare) un servizio che consiste nell&#8217;allocare su un server web li pagine di un sito web, rendendolo cosí accessibile dalla rete Internet. Tale &#8220;server web&#8221;, definito &#8220;host&#8221;, è connesso alla rete Internet in modalità idonea a garantire l&#8217;accesso alle pagine del sito mediante browser, con identificazione dei contenuti tramite dominio ed indirizzo IP.<br />
La fornitura di servizi di connessione ad Internet, hosting, housing, e servizi connessi, è oggi un settore economico molto specifico in cui operano molte realtà nazionali, ma anche grandi imprese transnazionali.</p>
<p style="text-align: justify;"><span id="more-23"></span>Esiste un grande ventaglio di offerte, in funzione dell&#8217;uso che si vuole fare del sito web.</p>
<p style="text-align: justify;">Un servizio tipico, per un sito statico, può tra l&#8217;altro comprendere:</p>
<dl style="text-align: justify;">
<dd>
<ul>
<li>Registrazione o trasferimento di un nome di dominio</li>
<li>Da tre a 10 indirizzi di posta elettronica, con eventuali alias</li>
<li>Filtri antispam ed antivirus</li>
<li>Un determinato quantitativo di spazio web</li>
<li>Gli strumenti adatti alla gestione delle pagine, quali file manager, prototipi, ftp, contatori di accesso, ecc.</li>
<li>Una quantità di banda mensile per il traffico generato dal sito adeguata</li>
</ul>
</dd>
</dl>
<p style="text-align: justify;">per un sito dinamico può comprendere, oltre a quanto già citato:</p>
<dl style="text-align: justify;">
<dd>
<ul style="text-align: justify;">
<li>Il supporto ad uno o più linguaggi di scripting, come ad esempio PHP, Python, o ASP</li>
<li>il supporto ad un database on line, come ad esempio MySql o Postgres</li>
<li>servizi di statistiche e analisi del traffico, come ad esempio il software libero webalizer</li>
</ul>
</dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://www.studiosacchetti.com/2009/hosting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open Source</title>
		<link>http://www.studiosacchetti.com/2009/open-source/</link>
		<comments>http://www.studiosacchetti.com/2009/open-source/#comments</comments>
		<pubDate>Wed, 11 Feb 2009 21:48:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Informazione]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[open source]]></category>

		<guid isPermaLink="false">http://www.studiosacchetti.com/?p=18</guid>
		<description><![CDATA[In informatica, open source (termine inglese che significa sorgente aperto) indica un software rilasciato con un tipo di licenza per la quale il codice sorgente è lasciato alla disponibilità di eventuali sviluppatori, in modo che con la collaborazione (in genere libera e spontanea) il prodotto finale possa raggiungere una complessità maggiore di quanto potrebbe ottenere [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><img class="size-full wp-image-81 alignright" title="opensource" src="http://www.studiosacchetti.com/wp-content/uploads/2009/02/opensource.gif" alt="opensource" width="100" height="86" />In informatica, <strong>open source</strong> (termine inglese che significa <em>sorgente aperto</em>) indica un software rilasciato con un tipo di licenza per la quale il codice sorgente è lasciato alla disponibilità di eventuali sviluppatori, in modo che con la collaborazione (in genere libera e spontanea) il prodotto finale possa raggiungere una complessità maggiore di quanto potrebbe ottenere un singolo gruppo di programmazione. </p>
<p style="text-align: justify;"><span id="more-18"></span>L&#8217;open source ha ovviamente tratto grande beneficio da Internet. Alla filosofia del movimento Open Source si ispira il movimento <span class="mw-redirect">Open content</span>: in questo caso ad essere liberamente disponibile non è il codice sorgente di un programma ma contenuti editoriali quali testi, immagini, video e musica.</p>
<p style="text-align: justify;">Attualmente l&#8217;Open Source tende ad assumere rilievo filosofico, consistendo in una nuova concezione della vita, aperta e refrattaria ad ogni oscurantismo, che l&#8217;Open Source si propone di superare mediante la condivisione della conoscenza.</p>
<p style="text-align: justify;"><a href="http://it.wikipedia.org/wiki/Open_source"><em>leggi tutto su wikipedia</em></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.studiosacchetti.com/2009/open-source/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
