Below are some parameters I found to improve the speed of my ZFS volumes. zfs set xattr=sa <poolname> zfs set acltype=posixacl <poolname> zfs set compression=lz4 […]
Prevent SSH connection from timing out
In case you are plagued by SSH connections dying in the worst moments and the following waiting period, here might be the solution to your […]
Verify all users eMail-Adress over GitLab Rails console
With the release of GitLab 13.2 I ran into a serious issue when logging in. The issues behaviour was, that I would only get an […]
Change default editor on console
Ever needed to change something in a file, you only have a command line and the default editor is nano? You can change this easily […]