Skip to main content

Recently Updated Pages

Sécurisation basique de son Proxmox

Proxmox

Je vois sur Internet des serveurs Proxmox pas sécurisés voire pire, des conseils qui préconisent ...

Updated 4 months ago by Nicolas

Resizing (or removing) Local-LVM

Proxmox

When installing Proxmox to an ext4 volume, the installer assigns the majority of your boot disk...

Updated 4 months ago by Nicolas

Configuring Proxmox to use NAT Networking

Proxmox

By default, Proxmox configures your primary NIC (Network Interface Card) to work in bridged mode....

Updated 4 months ago by Nicolas

Unprivileged LXCs - Mount CIFS shares

Proxmox

The solution provided by the Proxmox Wiki would require many changes to the PVE host config.https...

Updated 4 months ago by Nicolas

Auto install pterodactyl

Debian Auto Install with scripts

Just run this script #!/bin/bash set -e ##################################################...

Updated 4 months ago by Nicolas

Auto Docker Install

Debian Auto Install with scripts

Just run this script #!/bin/sh set -e # Docker Engine for Linux installation script. # # Thi...

Updated 4 months ago by Nicolas

Auto GLPI Install

Debian Auto Install with scripts

just run this script #!/bin/bash # # GLPI install script # #Author Masaru_M #Ver 1.0.R f...

Updated 4 months ago by Nicolas

Auto Install/Update Discord

Debian Auto Install with scripts

Just run this script #!/bin/bash # Vérifiez si l'utilisateur a les droits administateurs if ...

Updated 4 months ago by Nicolas

Commande Basiques

Debian Les Bases

Passer en super utilisateur. sudo -s Afficher le répertoire de travail courant. pwd Se déplac...

Updated 4 months ago by Nicolas

Cron

Debian Les Bases

Le démon crond est le processus qui permet d’exécuter des tâches planifiées automatiquement à des...

Updated 4 months ago by Nicolas

Processus

Debian Les Bases

Une commande sous linux crée un processus en mémoire, ce processus est sous la responsabilité du ...

Updated 4 months ago by Nicolas

Système de fichiers

Debian Les Bases

Un système de fichiers est une façon d’organiser et de stocker une arborescence sur un support (d...

Updated 4 months ago by Nicolas

Base de Bash

Debian Les Bases

Shell Sous Linux, un shell est l’interpréteur de commandes qui fait office d’interface entre l'u...

Updated 4 months ago by Nicolas

Servlet API

Développement d'applications Web & Dist... Base des applications JavaEE

Les servlets La Servlet API est une brique fondamentale de la spécification JavaEE. Elle permet ...

Updated 4 months ago by Nicolas

Doctrine ORM

Développement Web en PHP Framework Symfony

Doctrine est un framework de Mapping Relationnel-Objet (ORM en anglais). Une tel framework permet...

Updated 4 months ago by Nicolas

Mettre en place un architecture MVC avec PHP

Développement Web en PHP Bases de PHP

Le Modèle MVC Le modèle MVC pour : Model - View - Controller est un Design Pattern visant à sépa...

Updated 4 months ago by Nicolas

Les services Web

Introduction au Web

Representationnal State Transfer (ReST) Le standard ReST est un standard sans état qui vise à fa...

Updated 4 months ago by Nicolas

Le Protocole HTTP

Introduction au Web

Le World Wide Web utilise principalement, le protocole HTTP (Hyper Text Transfer Protocole). Les ...

Updated 4 months ago by Nicolas

Proxy VS Reverse Proxy

Introduction au Web

Proxy Rôle : Filtre les accès des clients via authentification  Direction : LAN vers WAN ...

Updated 4 months ago by Nicolas

Les Templates Twig

Développement Web en PHP Framework Symfony

Twig est un moteur de template HTML qui permet d'écrire des templates de pages HTML avec une synt...

Updated 5 months ago by Nicolas