With Ubuntu 24.04 it's not longer possible to setup FDE with BTRFS The new installer won't offer you...
If you want someone to be able to access your rails console, but don't want them to be able...
jq is great when dealing with JSON data. Check out the official jq Manual. Content Select only specific keys
Apply Test Driven Development(TDD) to the process of building container images by defining test before writing code and automate...
Terraform (and terragrunt) gives a lot of output when running plan or apply, outputting a lot of progress information when...
When changing the glibc version, it's possible that the upgrade also includes changes to how locales work.
Instead of using Puppet exported resources you can use the puppetdb_query feature. This can result in more complex code...
If you want to expand your Areca Raid by swapping out the disks for larger ones you will need to...
What is netfilter's Connection Tracking system? The connection tracking system often referenced as nf_conntrack is part of the...
If you're about to handle X509 certificates and don't want to remember/google a handful of openssl commands you...
Unfortunately I couldn't find a complete and working documentation on how to do this. But this steps succeeded (at...
This is not encouraged because this change is easily forgotten. We recommend using this only if you know what you...
There are two ways within systemd to manage the fact that you need the gluster service active before mounting the...
Best results in other decks
WordPress websites have always been a favourite for all types of clients because of its simplicity and easy of use...
def test_autocomplete(field, options = {}) fill_in field, :with => options[:with] page.execute_script("$('##{field}').trigger('focus');") page.execute_script ("$('##{field}').trigger...