Table of Contents
WARNING: It's a draft. It doesn't cover security, permissions and other stuff.
Tested on Alpine Linux v3.20 / Observium CE 24.4
Derived from https://docs.observium.org/install_debian/
A python script solution to whitelist an IP address in iptables resolved with Mikrotik DDNS service (or any other).
In this example I have whitelisted Mikrotik DDNS IP to allow access to SSH and OpenVPN ports.
The script is scheduled in crontab to run every minute. It will resolve Mikrotik DDNS domain, flush the iptables WHITELIST chain and add the IP address if it changed.
WARNING: flashing the new BIOS can brick your laptop, DON'T do it if you don't know what you're doing or just for the sake of having the latest firmware. Make sure you actually need it and that both your laptop's power AC adapter is plugged in and the battery is fully charged.
If you've got one the ideapad gaming 3 laptops you might face the problem with updating the BIOS, if your model isn't covered via fwupd.
There are ways to workaround it with some crazy shit magic tools, but the safest way is just use the Windows environent in the absence of a BIOS update file for Linux.
- Get Standard ISO from https://alpinelinux.org/downloads/
- Boot the ISO and log in as root (no password required).
- Run
setup-alpineand install using defaults. For partition layout usesysorlvmsys.
- Get
quake3-latest-pk3s.zipfrom https://ioquake3.org/extras/patch-data/ - Get
pak0.pk3from the original copy of the game
This guide explains how to waste your time installing Gentoo on a Hetzner Cloud VPS.
Not only that, I use IPv6-only connected machine and Arm64 at the same time. If I'm not insane, I don't know who is.
Also, yes, I'm skipping lots of configuration steps.
This guide explains how to install the VyOS Rolling Release (free nightly builds) on Hetzner Cloud VPS. This might also work for other VPS providers with the proper rescue system in place.
First log into Hetzner Cloud, switch to your VPS control panel, select Rescue -> Enable Rescue and Power Cycle. It takes up to 1 minute to boot into rescue mode. Your login details will be displayed in the control panel after you activate the console. You can also use previously defined SSH keys.
Download and write the ISO image in the Rescue environment:
This guide explains how to install the FreeBSD on Hetzner Cloud VPS. This might also work for other VPS providers with the proper rescue system in place.
Table of contents:
