Skip to main content

Recently Updated Pages

Commandes utiles

Windows Serveur

Gestion de l'heure Démarrer le service de synchronisation des horloges avec net start w32time P...

Updated 1 year ago by Dunnload

Commandes netstat

Windows

Afficher toutes les connexions et les ports d'écoute actifs : C:\> netstat -a Afficher les fich...

Updated 1 year ago by Dunnload

Commandes netsh

Windows

Afficher la liste des interfaces C:\>netsh interface show interface État admin État ...

Updated 1 year ago by Dunnload

Fixer des raccourcis dans la barre des tâches

Windows

Il est possible de forcer la mise de raccourcis dans la barre des tâches au démarrage de Windows....

Updated 1 year ago by Dunnload

Commandes utiles

Windows

Effacer les fichiers temporaires del %temp%\*.* /s /q Gestion des mots de passe sauvegardés par...

Updated 1 year ago by Dunnload

Adminer

Docker

version: '3' services: adminer: image: adminer:latest restart: always ports:...

Updated 1 year ago by Dunnload

Wordpress

Docker

version: '3' services: db: image: mariadb:latest volumes: - db_data:/var/l...

Updated 1 year ago by Dunnload

Traefik

Docker

docker network create traefik version: '3' services: traefik: image: traefik:2.11 ...

Updated 1 year ago by Dunnload

MariaDB

Docker

version: '3' services: db: image: mariadb:latest container_name: MariaDB v...

Updated 1 year ago by Dunnload

PhpMyAdmin

Docker

version: '3' services: phpmyadmin: image: phpmyadmin:latest container_name: php...

Updated 1 year ago by Dunnload

Version des conteneurs

Docker

Pour utiliser la dernière version : latest Version 1 Fonctionnalité 1.2 Correc...

Updated 1 year ago by Dunnload

Ajouter un utilisateur dans sudo

Debian

Etape 1 : Installer sudo apt-get install sudo Etape 2 : Autoriser l'utilisateur dans sudo user...

Updated 1 year ago by Dunnload

Problème d'encodage de caractères

Debian

Etape 1 : Lancer la commande suivante dpkg-reconfigure locales -plow Etape 2 : Trouver ces lign...

Updated 1 year ago by Dunnload

Installation d'un serveur TFTP

Debian

Etape 0 : Installation des paquets apt-get install xinetd tftpd tftp Etape 1 : Configuration n...

Updated 1 year ago by Dunnload

Autoriser Root via SSH

Debian

Etape 0 : Installer SSH apt-get install ssh Etape 1 : Aller dans le dossier /etc/ssh cd /etc/s...

Updated 1 year ago by Dunnload