35 lines
1.0 KiB
PHP
35 lines
1.0 KiB
PHP
<?php
|
|
require_once("../include/function.inc.php");
|
|
page("GNU/Linux");
|
|
?>
|
|
<p class="texte"><center><img src="linux_logo.png" height="100px" width="100px" alt="GNU/Linux"></center></p>
|
|
<p class="textetitre">GNU/Linux</p>
|
|
<p class="texte">
|
|
GNU/Linux is the most common and well known Open Source Operating Systems in the world.
|
|
<p>
|
|
<p class="texte">
|
|
I can run on top 500 supercomputers and "aii systems", as well as on your home office router, 400Gbps routers, and... in your pocket on your Android mobile phone.
|
|
<p>
|
|
<p class="texte">
|
|
We are using it since the very early version (0.95.x), both on servers, trading systems, production servers. We really <b>know</b> linux.
|
|
</p>
|
|
<p class="textetitre">Linux distributions</p>
|
|
<p class="texte">
|
|
We are able to handle linux servers with the most common distributions :
|
|
<ul>
|
|
<li>Debian</li>
|
|
<li>Ubuntu</li>
|
|
<li>Devuan</li>
|
|
<li>Raspbian</li>
|
|
<li>Redhat</li>
|
|
<li>CentOS</li>
|
|
<li>RockyLinux</li>
|
|
</ul>
|
|
</p>
|
|
<p class="texte">
|
|
Other distribution are also known, ask us for more informations.
|
|
</p>
|
|
<?php
|
|
finpage();
|
|
?>
|