Skip to main content

Recently Updated Pages

Windows Package Manager (WinGet)

Windows

Introduction Microsoft a mis en place un nouveau package pour l’installation de programme en lig...

Updated 7 months ago by Nicolas

Repairing the GRUB bootloader

Ubuntu

When you install Windows, Windows assumes it is the only operating system (OS) on the machine, or...

Updated 7 months ago by Nicolas

Boot stuck at "A start job is running for Create Volatile Files and Directories"

Ubuntu

This message will appear when the /tmp directory is full or has too many files/directories inside...

Updated 7 months ago by Nicolas

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 7 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 7 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 7 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 7 months ago by Nicolas

Auto install pterodactyl

Debian Auto Install with scripts

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

Updated 7 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 7 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 7 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 7 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 7 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 7 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 7 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 7 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 7 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 8 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 8 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 8 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 8 months ago by Nicolas