If you have a PFX file that contains a private key with a password, you can use OpenSSL to extract the private key without a password into a separate file, or create a new PFX file without a password....
I recently attempted to execute a Bash script in Terminal on my Mac but received an error message: /bin/bash: bad interpreter: Operation not permitted It turns out that this is often due to the ...
One of the annoying default settings in Windows 10 is that it will automatically log off idle Remote Desktop sessions (RDS) after a period of inactivity. Luckily, there are a few Group Policy settings...
When using the macOS to connect to network file shares that do not support extended attributes, such as Samba on Linux, the Mac instead creates files prefixed with a dot-underscore ._ to hold that metadata. Read on to learn how to block these files from Samba on Linux....
Sometimes after upgrading the version of Intelli-J that I'm using for development, when I try to run the command-line `grails` program, I receive the following error message: Error occurred runni...
When performing a GET or POST using Angular's HTTP service against a server with a different hostname than where the Angular application was served from, returned cookies are, by default, not accepted...
A bug in Parallels 17 prevents a host Mac from communicating with a virtual machine with Shared Networking or Host Only networking. Read on for a fix....
PowerShell script execution is disabled by default on Windows 10 and 11. If you try to run a script, you receive the error "File c:\scripts\MyScript.ps1 cannot load because the execution of scripts is disabled on this system." Read on to learn how to enable it....
When using the macOS to connect to network file shares that do not support extended attributes, such as Samba on Linux, the Mac instead creates files prefixed with a dot-underscore ._ to hold that metadata. Read on to learn how to block these files from Samba on Linux....
Silent (GUI-less) JRE installations are a necessity if you want to script the build of a new Windows server with as little human interaction as possible. It's very simple to install a JRE silently through a script, you call the EXE from the command prompt with a few customization parameters....
I've recently been researching SQL Server database compression in an effort to save disk space in my company's production and non-production environments. Much of our database contains text that would...