Linux
23 09 2022
Encountered this error when trying to do a git clone on an older system which we can’t upgrade right now. ERROR: You’re using an RSA key with SHA-1, which is no longer allowed. Please use a newer client or a different key type. Please see https://github.blog/2021-09-01-improving-git-protocol-security-github/ for more information.
15 07 2021
Came across this error when attempting to create a logical volume for a VM;
10 09 2020
Recently encountered this on a server when I logged in, and then when trying to run commands
18 06 2019
Encounted this error on a server when installing puppet, which runs under cron. The main things to check are;
31 05 2019
The main guide is here: https://www.freeipa.org/images/5/5b/FreeIPA33-extending-freeipa.pdf but it’s for an older version so some of the examples don’t work and doesn’t cover all the steps for updating existing users. We will be adding the attribute ‘car’ as an example. Add the attribute with ldapmodify:
2 07 2015
Some notes on the raidcfg tool
2 07 2015
Just some notes on making an encrypted partition.
21 03 2015
I got the following errror, even though the server is a Dell!
3 10 2014
I’ve had to install this a bunch of times this week for people, so I figured I would document it here. If you want to install the latest version of libicu, you need to ensure that PHP is not compiled with intl support in cPanel’s easyapache, else it won’t pick up the later version.
24 03 2013
Changing your timezone on linux is super simple