• 0 Posts
  • 111 Comments
Joined 3 years ago
cake
Cake day: June 11th, 2023

help-circle





  • you can always use which cmd to find where a program is located. if you’re looking for where to find your systems JDK for example you could run which java. you can use realpath on the output as well if you’re concerned with it being a symlink.

    it’s definitely a learning curve, but remember that the curve is there because now you’re being exposed to a lot more fundamental concepts that windows obfuscates. it may seem more confusing now, but stick with it and it won’t take long for you to start wondering why windows would ever do things as it does.






  • PC stays on until I find a reason to reboot it. most of what I do is in vms so I’m not that concerned about security patches. it’s at 30 days right now without issues.

    similar for the server. everything is in docker containers that I restart once or twice a month. it’s around 70 days right now as I had to rebuild a lot of it due to some catastrophic failures.