Where Is Java Installed?
Below are a few commands that can be run to determine where Java is installed on each Operating System: Windows: for %i in (java.exe) do...
Quick Tip: IBM Navigator for i Default URL
This is a really quick one but I keep forgetting it: https://<SERVERNAME>:2004/ibm/console
Windows God Mode… What!?!
Windows God Mode is a hidden feature in the Windows operating system that allows users to access all of the system’s control panel options and settings in a single place.
Fun with ChatGPT
I was playing with OpenAI's ChatGPT the other day. The following are the instructions and the results. Also, the image above was created by OpenAI's...
How To Test A SQL Server Connection
There is an easy way to test your SQL Server connection when running Windows without any special software. I found this solution on StackOverflow. Add...