Compare commits

..

3 Commits

Author SHA1 Message Date
7fbe4bb705 Format 2023-03-21 18:24:13 +01:00
2d1140b0f6 Added Linux 2023-03-21 18:21:21 +01:00
403351683d Added linux Logo + fix title on BSD 2023-03-21 18:12:07 +01:00
4 changed files with 47 additions and 8 deletions

View File

@ -1,20 +1,27 @@
<?php
require_once("../include/function.inc.php");
page("Homepage");
page("BSD Unix");
?>
<p class="texte"><center><img src="beastie_logo.png" height="100px" width="100px" alt="BSD"></center></p>
<p class="textetitre">BSD Unix</p>
<p class="texte">
BSD Unix are the basis of OpenSource Unix-Like systems. We have more than 23 years of experience in BSD.
<br/>
Most common BSD are : FreeBSD, OpenBSD, NetBSD, DragonflyBSD.<br/>
</p>
<p class="texte">
Most common BSD are : FreeBSD, OpenBSD, NetBSD, DragonflyBSD.
</p>
<p class="texte">
FreeBSD is embedded on some specific hardware like Juniper and Netapp. But also
on some Firewalls : OpnSense, pfSense, FreeNAS,... with the power of ZFS<br/>
on some Firewalls : OpnSense, pfSense, FreeNAS,... with the <b>power</b> of ZFS!
</p>
<p class="textetitre">FreeBSD</p>
<p class="texte">
We have more then 20 years of experience on FreeBSD. Making high availability systems like NAT routers, ZFS filers, poudriere systems to your own packages. You can count on us to help you to maintain, or move from other operating systems to FreeBSD.<br/>
You ask FreeBSD to be also a container system (without issues you may have on othere container systems) using Jails.<br/>
We have more then 20 years of experience on FreeBSD. Making high availability systems like NAT routers, ZFS filers, poudriere systems to your own packages. You can count on us to help you to maintain, or move from other operating systems to FreeBSD.
</p>
<p class="texte">
You ask FreeBSD to be also a container system (without issues you may have on othere container systems) using Jails.
</p>
<p class="texte">
Also, with bhyve, you can also virtualise some other oses. Anything can be possible with FreeBSD.
</p>
<?php

View File

@ -6,7 +6,8 @@ page("Homepage");
<p class="textetitre">RIS LSI</p>
<p class="texte">
RIS LSI means : Réseaux Informatiques - Systèmes Libres - Stockage Informatique.
<br/>
</p>
<p class="texte">
More than 28 years of experiences in the following domains (and more others domains, just ask).
<ul>
<li><b>BSDs</b>: FreeBSD, OpenBSD, NetBSD</li>

View File

@ -1,3 +1,34 @@
<?php
header("Location: http://photos.oav.net/");
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();
?>

BIN
linux/linux_logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB