Published: 2022-12-23
Setting up a VLAN with networkd is unfortunately not as straightforward as with Debian's ifupdown
framework, where you can just append the VLAN to the interface name. Networkd has a more complex approach that boils down to this:
- Each single VLAN is defined in its own
.netdev
file. - The …
Read MorePublished: 2022-12-22
The Odroid XU4 is a SBC designed by the Korean company Hardkernel. The heart of the SBC is the Samsung Exynos 5422 SoC, an octacore SoC based on the big.LITTLE concept. The four performance cores are ARM A15 cores (max. 2 GHz), whereas the four efficiency cores are A7 …
Read MorePublished: 2021-11-29
With my brother's new office taking shape, he wanted a more reliable and rack mountable solution for his centralised storage. We went with the Asrock Rack 1U4LW-X570/2L2T RPSU 1U server. While this may seem like overkill for centralised SMB storage, his previous home office server suffered from instability that …
Read MorePublished: 2021-07-21
This posts covers the implementation of an isolated WireGuard instance through the use of Linux network namespaces. The Linux kernel supports network namespaces more or less fully since kernel 2.6.29. They allow you to isolate network system resources - a separate network stack running independently from (and next to …
Read MorePublished: 2021-04-02
Just like with any battery powered device (a Tesla, or your smartphone), it's the last stretch to a 100% full charge that taxes the battery the most. You might have noticed charging on modern smartphones and laptops goes pretty fast, until you start hitting the upper percentiles (80%, 90%) - then …
Read MorePublished: 2020-07-12
I let Gnome Keyring handle my SSH and GPG keys; so far this has worked just fine and it hasn't gotten in the way. However, recently I switched to Wayland and I noticed Keychain wasn't picking up the SSH agent anymore, so my scripts relying on the cached SSH keys …
Read MorePublished: 2019-12-15
Pass is a password manager adhering to the KISS Unix philosophy. It builds on existing tools (GnuPG and git e.g.) and stores your password as simple GPG encrypted files in its tree. There are multiple clients and extensions available and it allows you to manage your passwords transparently. The …
Read MorePublished: 2019-12-08
WireGuard is a modern VPN solution that has been getting a lot of attention recently, even earning accolades from Linus Torvalds himself. The developer's website states the following about WireGuard:
[...] an extremely simple yet fast and modern VPN that utilizes state-of-the-art cryptography. It aims to be faster, simpler, leaner, and …
Read MorePublished: 2019-03-11
Somewhere between the last few weeks and my home server's upgrade to Debian Buster (pre-release), hdparm stopped putting the disks into standby. I had hdparm configured to put the server's disks to sleep after 10 minutes (which in hdparm speak translates to spindown_time 120
). That used to work fine …
Read MorePublished: 2018-08-19
This is a quick summary on how to compile an existing LineageOS tree on Linux. LineageOS is one of the bigger Android distributions out there, so I'll provide instructions based on their tree, although most projects handle a very similar workflow, often being based on AOSP. LineageOS offers multiple features …
Read More Page 1 / 5 »