[NOTES] Linux USB not mounting (Message recipient disconnected from message bus without replying)
Check here https://github.com/util-linux/util-linux/issues/2267 Update/Downgrade util-linux OR sudo apt-get install dosfstools mtoolssudo apt-get install udisks2 udev those lines did the trick for me, 99% the last one, seems like udisks2 (mostly) / udev are facing an issue at the same time
[NOTES] Jupiter is not found after installation
add to bashrc or zsh : export PATH=”$PATH:~/.local/bin”export PATH=”$HOME/.local/bin:$PATH” and reload bash
[NOTES] How to use sdkman to switch to java 17
How to use sdkman to switch to java 17 : Install sdk man Open a new terminal See troubleshooting section, below, if you faced any problem here. Open a new terminal Java version should be 17 now. Troubleshoot If you faced any problem running sdk, make sure your shell script is properly changed by sdkman... » read more