Skip to main content

Recently Updated Pages

Mettre à jour l'AOS

Switch Alcatel-Lucent OS6360

Etape 0 : Vérification de la version -> show microcode /flash/working(Stale) Package ...

Updated 2 years ago by Dunnload

Connexion au Switch

Switch Alcatel-Lucent OS6360

Pour vous connecter au switch en port console, il vous faut l'adaptateur Alcatel Bits : 9600 ...

Updated 2 years ago by Dunnload

Commandes utiles

Windows Serveur

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

Updated 2 years ago by Dunnload

Commandes netstat

Windows

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

Updated 2 years ago by Dunnload

Commandes netsh

Windows

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

Updated 2 years 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 2 years ago by Dunnload

Commandes utiles

Windows

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

Updated 2 years ago by Dunnload

Adminer

Docker

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

Updated 2 years ago by Dunnload

Wordpress

Docker

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

Updated 2 years ago by Dunnload

Traefik

Docker

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

Updated 2 years ago by Dunnload

MariaDB

Docker

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

Updated 2 years ago by Dunnload

PhpMyAdmin

Docker

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

Updated 2 years ago by Dunnload

Version des conteneurs

Docker

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

Updated 2 years 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 2 years 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 2 years 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 2 years 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 2 years ago by Dunnload