10 June, 2020 - Reading time: ~1 minute
When configuring a new SSO IdP in ServiceNow you can run into circumstances where Test Connection will fail or not display the test result and thus allowing you to activate the provider. It’s mandatory OOB to have a successful Test Connection before activating a IdP in ServiceNow. You can add a property in ServiceNow that will allow you to bypass this mandatory check.
25 May, 2020 - Reading time: 4 minutes
Let’s Encrypt is a Certificate Authority (CA) that provides a easy way to obtain and install a free TLS/SSL certificates, which enables encrypted HTTPS on web servers. It simplifies the process by providing a software client, Certbot, that attempts to automate most of the required steps.
15 April, 2020 - Reading time: 4 minutes
I've been building gaming machines for myself, family and friends for years. I like to look into the various specifications of the different components and reading the performance reviews of them. I've been using Intel as long as I can remember, but this time I opted in for trying AMD as a first.
3 April, 2020 - Reading time: 8 minutes
Nginx is one of the most popular web servers in the world. It is more resource-friendly than Apache in most cases and it can be used as a web server or reverse proxy. In this guide, I’ll show you how to install Nginx on a Debian 10 (buster) server.
11 February, 2020 - Reading time: 2 minutes
What if we could use the beautiful SweetAlerts2 popup’s together with ServiceNow – wouldn’t that be awesome? This is something I used as a hobby project about a year ago to get better knowledge on SweetAlerts2, but also on some specific (missing?) ServiceNow features.
16 January, 2020 - Reading time: ~1 minute
This is just a simple JavaScript function with some regex used to validate an IP Address format. I've used this on ServiceNow instances and before that as a PowerShell function on various Microsoft environments.
10 January, 2020 - Reading time: ~1 minute
This is just a simple JavaScript function with some regex used to validate an alidate a MAC Address format. I've used this on ServiceNow instances and before that as a PowerShell function on various Microsoft environments.