Separating NetScaler Management and Data Traffic for DISA STIGs
One of the key security controls in many customer DMZs is the logical or physical separation of management and production data traffic. This is especially important for our US Department of Defense customer set, who are required to abide by DISA STIG requirements (for an overview of this, see my DISA […]
python
Définir une IP fixe via powershell
# Remplacez ‘Ethernet’ par le nom réel de l’interface si différent $interfaceName = « Ethernet » # Configurez l’adresse IPv4 $ipAddress = « 192.168.1.102 » $subnetMask = 24 # Cela correspond à un masque de sous-réseau de 255.255.255.0 $gateway = « 192.168.1.254 » $dnsServers = @(« 192.168.1.101 ») # serveur DNS # Assignez l’adresse IP fixe New-NetIPAddress -InterfaceAlias […]
Tester le mot de passe d’un compte Active Directory
[Ansible] Cours
Configuration File Yaml Inventaire Jinja2
[Powershell] Scripts pour le journal d’évènements
Journal d’évènements sans type Information
[IA] Utiliser ChatGPT Langchain
Prérequis Lancer le terminal https://python.langchain.com/docs/get_started/installation Les lancer un par un Outils de génération Microsoft C++ – Visual Studio https://github.com/techleadhd/chatgpt-retrieval
[NETSCALER] Commandes utiles
zcat ns.log.*.gz | awk »{print $16, »; »,$17,$19,$20}
[VPX] Upgrade Netscaler en High Availability
scp /var/nsinstall/build-13.0-85.19_nc_64/build-13.0-85.19_nc_64.tgz nsroot@192.168.43.23:/var/nsinstall/build-13.0-85.19_nc_64