Usefull CMDs
Linux
Disk / Space CMD
Disk / Space CMD Will give the usage of the user you are logged in as sudo du -h --max-depth=1 ...
Mount network share
sudo mount.cifs //192.168.1.252/5tb /5TB -o user=USER,pass=PASS Install CIFS sudo apt install c...
Vault 2 issues with Nginx Proxy not working
Check logs in Portainer - bind port already used (80) lsof -i tcp:80 This will show whats ru...
📂 Sharing a Folder on Debian Linux via Samba
Last Updated: 2025-06-01Applies To: Debian 10+, Ubuntu, other Debian-based distributionsUse Case:...
📚 Mounting a Network Share for Docker on Debian
 🧠Overview This guide shows how to mount a CIFS/SMB network share on a Debian-based system an...
PowerShell / CMD
Exchange Powershell CMDs
Step 1: Start PowerShell Using any of these methods, or any other you may know of: WinKey + R (...
Unlock Account
unlock CMD account (codeblue) NET USER codeblue /ACTIVE:YES
CMD - Free Diskspace
Gives free diskspace, change drive letter as needed powershell -command "(Get-PSDrive C).Free/1GB"