server.html 3.29 KB
{# Source code of the Ubuntu-it website
# Copyright (C) 2015 Pietro Albini <pietroalbini@ubuntu.com>
# Copyright (C) 2021 Alessandro Viprati <vipri.alessandro@gmail.com>
# Copyright (C) 2023 shadMod
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published
# by the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; witout even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program.  If not, see <http://www.gnu.org/licenses/>.
#}

{% extends "layout.html" %}

{% block title %}Server{% endblock %}
{% block content %}
<div class="page container">
	<div class="row background-wallpaper server">
		<div class="col">
			<h1 class="text-center">
				Server
			</h1>
			<p class="intro text-center">
				Il sistema operativo per server aziendali di tutti i tipi e dimensioni.
			</p>
		</div>
	</div>
</div>
<div class="page container">
	<div class="row">
		<div class="col">
			<h2 class="text-center">
				Performante
			</h2>
			<p>
				Ubuntu Server è progettato per server aziendali, ogni suo elemento si integra perfettamente sulla
				macchina ospitante.
			</p>
		</div>
		<div class="col">
			<h2 class="text-center">
				Sicuro
			</h2>
			<p>
				Dopo l'installazione Ubuntu Server non presenta nessuna porta aperta verso l'esterno e contiene solo il
				software necessario per un server sicuro.
			</p>
		</div>
	</div>
	<div class="row">
		<div class="col">
			<h2 class="text-center">
				Integrato
			</h2>
			<p>
				Anche se in azienda non si utilizzano computer con Ubuntu desktop non c'è alcun problema. Ubuntu Server
				permette l'autenticazione da qualsiasi sistema: Linux, Mac Os o Windows.
			</p>
		</div>
		<div class="col">
			<h2 class="text-center">
				Una scelta strategica
			</h2>
			<p>
				Basata su Debian, famosa per la robustezza, l'edizione Server di Ubuntu ne eredita le ottime prestazioni
				e aggiornamenti regolari. Ubuntu Server fornisce un'ottima piattaforma per sviluppare server con i più
				diffusi servizi internet: mail, web, DNS, server di file o database.
			</p>
		</div>
	</div>
</div>
<div class="page container">
	<div class="row">
		<div class="col">
			<h2 class="text-center">
				Rilasci programmati su cui poter contare
			</h2>
			<p>
				I rilasci a lungo termine (LTS) sono supportati da Canonical per cinque anni. Ogni sei mesi, i rilasci
				intermedi forniscono nuovo software, mentre gli
				<a href="https://wiki.ubuntu-it.org/Rilasci/PointRelease">
					aggiornamenti HWE
				</a>
				forniscono supporto per le nuove macchine a tutti i rilasci LTS.
			</p><br>
			<img src="{{ url_for('static', filename='images/scopri-ubuntu/server/releases.png') }}">
		</div>
	</div>
	<div class="row text-center">
		<div>
			<a class="btn" href="{{ url_for('download.landing', distro='server') }}">
				Scarica Ubuntu server
			</a>
			<a class="btn" href="https://www.ubuntu.com/server">
				Scopri di più sul sito internazionale
			</a>
		</div>
	</div>
</div>
{% endblock %}