sudo apt-get install zsh
sudo apt-get install zsh-autosuggestions zsh-syntax-highlighting
| # Incident Response: Windows Cheatsheet | |
| # Commands for CMD / Powershell / GUI | |
| # Check user accounts | |
| lusrmgr.msc | |
| # See the user accounts for the system and the type of account it is | |
| net user | |
| Get-LocalUser | |
| # Check Administrators | |
| net localgroup administrators |
| # Magic of Math in Language | |
| # v2.0 by @RomelSan (August 20, 2020) | |
| #Functions | |
| def sum_digits(n): | |
| # Sum numbers until it is 1 digit | |
| if n > 0: | |
| s = (n-1) // 9 | |
| return n-9*s | |
| return 0 |
Install Windows Terminal: https://github.com/microsoft/terminal/releases
Install Git for Windows: https://git-scm.com/downloads
Install Cascadia Code PL Font: https://github.com/microsoft/cascadia-code/releases
linuxCascadia Code PL included with "Windows Terminal" app or download from githubCascadiaCodePL.ttfnerdfonts.com