Quick Tip: Where Is An Application On The Menu?
The following SQL will give you a good idea if an application or UBE is on the menu and where it is: SELECT * FROM...
Quick Tip: Use netstat To Find What Is Blocking Your Port
The Windows command below will tell you the PID of the application that is using the port specified: netstat -aon | find "8080" Have any...
Quick Tip: How To Find OS Version On IBM i
To find the OS version of an IBM i (iSeries, AS/400), use the steps below: Type the following on the command line: DSPSFWRSC Press [F11]...