I use mRemoteNG on a daily basis, but every now and again it crashes, prompting you for a password to load your connections. This is as a result of a corrupt connections files.
[Read More]
Chrome stores SSL certificate state per host in the browser history, which can become an issue when you generate a new self-signed certifcate and need to refresh it. To clear the browser history:
Ctrl + Shift + Del
Deselect all checkboxes except for “Cached images and files”
Clear data
[Read More]
You always want to log errors on your live systems, but sometimes there are errors that occur that you are not interested in and don’t want to code around. For example, a client disconnects in the middle of a web request. NLog allows you to add filters to ignore these...
[Read More]
At IUA we use Jenkins for CI, and we use Powershell for automation of our builds and deployments. We’ve always invoked Powershell using batch commands, but I recent implemented the Powershell plugin which makes life a little easier. Some tips on implementation:
[Read More]