Skip to main content

Recently Updated Pages

Export Liste fichier

Microsoft Powershell / CMD

  $filepath = "E:\liste_fichiers_exe.csv"  Get-ChildItem -Path E:\ -Recurse -Filter *.exe | Sel...

Updated 2 months ago by Cavallone

Etat des lieux d'un service Windows

Microsoft Powershell / CMD

Listage de l'état d'un service sur l'ensemble des serveurs Windows d'un domaineLe compte de la ...

Updated 2 months ago by Cavallone

Mail List

Microsoft Powershell / CMD

  import csv import smtplib from email.mime.text import MIMEText   # Define the email parame...

Updated 2 months ago by Cavallone

Limitation Shadowcopy

Microsoft Windows Server

Clic droit sur le lecteur, propriétés, onglet shadow copies: Temporairement mettre une limit...

Updated 2 months ago by Cavallone

Serveur ne remonte pas dans WSUS

Microsoft Windows Server

Certains serveurs ne remontent pas dans la console WSUS. Cependant la GPO est bien appliquée. Ce...

Updated 2 months ago by Cavallone

Reset complet de WSUS

Microsoft Windows Server

1- Lancer une invite Powershell en tant qu'admin 2- Arrêter le service Microsoft Update : net ...

Updated 2 months ago by Cavallone

SYSVOL non synchronisé

Microsoft Windows Server

KB de référence : https://docs.microsoft.com/fr-fr/troubleshoot/windows-server/networking/u...

Updated 2 months ago by Cavallone

Script de Nettoyage ressource sur un cluster NFS

Linux HA / CLUSTER

Script à appliquer sur une crontab de 24h pour effectuer un nettoyage de vos ressource, si le NFS...

Updated 2 months ago by Cavallone

Ajout Proxy

Linux CONFIG OS

Il faut mettre le script sous /etc/profile.d/proxy.sh   PROXY_URL=http://adresseip:port/ export...

Updated 2 months ago by Cavallone

Logrotate

Linux CONFIG OS

# cat /etc/logrotate.d/prod  /production/www/clients/prod.log{         daily         missingok...

Updated 2 months ago by Cavallone

Créer SERVER local REPOSITORY

Linux CONFIG OS

Yum install httpd –y  Mettre en place un disque avec bcp de GB selon les repo que vous allez syn...

Updated 2 months ago by Cavallone

Config template

Linux CONFIG OS

Cat /etc/ntp/step-tickers   Timedatectl status Timedatectl set-ntp true hwclock Iptables -...

Updated 2 months ago by Cavallone

Passage ldif, changement des information

Linux LDAP

Passage d'un ldif qui parvient d'une autre entité, il faut passer ce script pour retirer les info...

Updated 2 months ago by Cavallone

Création OpenLdap

Linux LDAP

Install package openldap, on utilise yum pour éviter les problèmes de dépendances   yum -y inst...

Updated 2 months ago by Cavallone

Création Docker OPENLDAP image OSIXIA / GITHUB avec réplication

Linux LDAP

creation fake Docker sur le serveur : CREATION LDAP TEST SANS REPLICATION POUR TESTER un LDIF...

Updated 2 months ago by Cavallone

Astuces Cron

Linux Commandes General

Vérifier la crontab système : cat /etc/crontab Lister les crontab de tous les utilisateurs   f...

Updated 2 months ago by Cavallone

Drop RAM SWAP CPU & MEM

Linux Commandes General

lister les process qui occupe le swap :   for file in /proc/*/status ; do awk '/VmSwap|Name/{pri...

Updated 2 months ago by Cavallone

MAIL

Linux Commandes General

Pour voir la file d'attente : mailq Pour le journal des logs : journalctl -u postfix Pour for...

Updated 2 months ago by Cavallone

NTP

Linux Commandes General

Pour voir l'heure et le status du service /etc/init.d/hwclock.sh show Pour checker l'heure du m...

Updated 2 months ago by Cavallone

Lancer une commande active même après la déconnexion

Linux Commandes General

Précéder la commande par la commande nohupS'il est nécessaire de récupérer la console, terminer l...

Updated 2 months ago by Cavallone