Quick Tip: Limit The Number Of Rows Returned From A SQL Query
This is pretty basic, but I had to look up the syntax to use for SQL on IBM DB2 so I thought I'd write a...
Microsoft CVE-2018-0886 Changed CredSSP & Disabled RDP
On March 13, Microsoft released this very frustrating, secretive monster that is Windows Update CVE-2018-0886. It doesn't necessarily disable RDP, but if it hits you...
5 Steps to Create a Shortcut to a Windows 10 Settings Page
Have you ever wanted to get to a Windows 10 Settings page quickly & easily? Follow the 5 steps below to create a shortcut to...
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...
Securing Oracle JD Edwards EnterpriseOne with Windows Firewall
On one of the Oracle JD Edwards EnterpriseOne installations that I manage, we have a few Windows 2003 Servers. Yeah, I know, it's no longer...