More Ubuntu and zfs

Check the number of snapshots, remove the oldest five. df -h /boot zfs list -r -t snapshot -o name,used,referenced,creation bpool/BOOT zfs list -H -r -t snapshot -o name,used,referenced,creation bpool/BOOT | head -n...

Jenkins – New user

Going to try this… https://gist.github.com/hayderimran7/50cb1244cc1e856873a4 This is a snippet that will create a new user in jenkins and if security has been disabled , it will enable it 🙂 Bonus: Add the...