ADS setup
Use ShellCheck
So many errors happen when you write Bash scripts. The ShellCheck linter really helps to detect unquoted expressions and other common errors. Integrate that in your IDE and improve the quality of your scripts !
Colored man pages !
You may also want to have colored man pages and/or access them easily via keyword ? See the PRG2 tips for that.
On Linux
You don't need a VM for this course obviously :)
Install Powershell on Fedora
The last lab (not graded for me) was about Powershell, with these commands (inspired from this docs).
# Note: latest version of RHEL must be encoded on the number below (currently 9)
sudo rpm --import https://packages.microsoft.com/keys/microsoft.asc
curl https://packages.microsoft.com/config/rhel/9/prod.repo | sudo tee /etc/yum.repos.d/microsoft.repo
sudo dnf install powershell
Then you can run Powershell named pwsh
pwsh