Ideas for Meeting Etiquette

Time spent in meetings is time spent not working on tasks. Meetings however are essential, but also must be structured and conducted in a way to ensure they are not wasting valuable time. A way of ensuring this is a robust “meeting etiquette”, i.e. rules of engagement to ensure that your time is not unduly … Read more

SSH – Show Supported (Encryption) Algorithms

If you want to verify what your SSH server is providing to clients as options of supported algorithms you can use the following command: It makes use of an NMAP script “ssh2-enum-algos.nse” to enumerate the list of algorithms that the SSH server supports. Useful if you are having issues with clients connecting using supported methods, … Read more

Python: Date Time Reformatter

A simple function that takes a DateTime in the format: 2023-11-29T06:41:20-08:00 and outputs it in a much more pretty: 29/11/2023 06:41:20 -0800. As you can see its switching to the DDMMYY date format, followed by the time and finally the timezone.

Dell ECS Recall Performance (from Dell PowerScale)

The Dell ECS is an object based storage platform, in our case we are using it as an archive layer to our Dell PowerScale platform; where it provides a single-namespace file-system allowing “cooler” data to be pushed to the “cheaper”, slower Dell ECS storage freeing up the front-end storage for new data that is “hot” … Read more

VMware vCenter SSO Authentication via OKTA (with SCIM User Provisioning – Locally Driven)

VMware vCenter can use a multitude of authentication methods, such as LDAP, Active Directory and SAML (ADFS), however since vCenter 8.0 U1 the ability to integrate with OKTA for authentication has been added, which allows for adding MFA (multi-factor authentication) for enhanced security and detaching the vCenter appliance from Active Directory. When switching to use … Read more

Ei Electronics/Aico Ei166RC Replacement

DISCLAIMER: Ensure you consult with a certified electrician, the below is for information only and is not to be taken as guidance on what you should or should not do, it is merely a detail of what I found. Our Ei Electronics Ei166RC smoke detector started to go off at random intervals, we have 3 … Read more