Auto-unlock encrypted Ubuntu

A theoretical setup where the encryption key is in the initramfs. You are encouraged to put /boot on a separate USB stick, or if you know what you're doing, make sure you're using classic HDDs, where you can safely erase the key on decommission.

By |2023-09-12T15:21:20+02:00May 1st, 2020|Tech Support|7 Comments

How fast does your Linux system boot?

You can find out really easily with one simple command: systemd-analyze Which will output something like: Startup finished in 9.708s (firmware) + 3.692s (loader) + 46.909s (kernel) + 13.614s (userspace) = 1min 13.924s graphical.target reached after 12.063s in userspace So as you can see, my laptop takes ages to boot. [...]

By |2020-04-29T18:34:56+02:00April 28th, 2020|Tech Support|0 Comments

Change Docker IP address easily

By default, Docker uses 172.17.0.0/16 for its default docker0 interface, which can be problematic if your network or a network you want to reach is on the same subnet as Docker. I will show you how to change Docker's network in a jiffy! Requirements Available subnet to assign to DockerPermission [...]

By |2020-03-21T21:29:47+01:00March 17th, 2020|Tech Support|0 Comments

What are the default Pi-hole block lists?

It's handy to know, so here they are: https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts https://mirror1.malwaredomains.com/files/justdomains http://sysctl.org/cameleon/hosts https://s3.amazonaws.com/lists.disconnect.me/simple_tracking.txt https://s3.amazonaws.com/lists.disconnect.me/simple_ad.txt To restore Pi-hole to the default blocking lists, just delete all the lists but these six five lists. Note: There used to be a sixth list, which is now dead so you can safely delete it: https://hosts-file.net/ad_servers.txt [...]

By |2020-04-21T07:54:16+02:00March 9th, 2020|Tech Support|2 Comments

Big block-lists for Pi-hole

I used to have huge collection of block-lists for my Pi-hole(s) but I was annoyed about all the false positives, and decided to reset to the default lists that come with it. That way, I had no more issues and it would still block ads. But this also meant tracking [...]

By |2020-04-21T08:09:06+02:00March 9th, 2020|Sharing, Tech Support|0 Comments
Go to Top