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

Pi-hole and hosts-file.net

You might be using block lists by hosts-file.net but you shouldn't! One of the default block lists that used to be included with Pi-hole was https://hosts-file.net/ad_servers.txt but this is not maintained anymore, which is why it's got excluded from the defaults. But that doesn't mean it will get automatically removed [...]

By |2020-04-30T18:36:10+02:00April 21st, 2020|Tech Support|0 Comments

How to get a custom onion address

You might have encountered websites with a pretty onion address that contains a human-readable prefix. I will show you how to get a custom onion address, using your GPU! Whats an onion address? An onion address can only be reached through Tor. It's like a domain name but which ends [...]

By |2023-08-26T20:47:18+02:00April 10th, 2020|Tech Support|0 Comments

Build SpigotMC in Docker

I created a Docker image with a build script, ready to use! Pulling my image My Docker image is public on Docker Hub and thus can be pulled easily with the following command (for 1.17): docker pull sindastra/spigotmc-build If you want to build older versions of Spigot (1.11.2 - 1.16.5) [...]

By |2021-06-14T01:01:50+02:00April 8th, 2020|Sharing, Tech Support|0 Comments

What is an SPF record? And why use them?

An SPF record is basically a DNS record of the TXT type, which contains information about who may send email from your domain. It is used to avoid spoofing and spam. So how does it work? Basically, when a (decent) email server receives an email that is supposedly originating from [...]

By |2020-03-21T21:08:17+01:00March 21st, 2020|Wiki|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
Go to Top