

I always run headscale on my own server for my own network.
I like sysadmin, scripting, manga and football.
I always run headscale on my own server for my own network.
That’s not included VAT kek
And for some reason it’s always been this pricy with serverpartdeals, other stuff from USA not so much
Server part deals have great prices on the hardware.
But the shipping to my location for some reason is 120€, a 50% increase of the product wtf
is the warehouse in the moon or what!
So a 9070 XT with double VRAM?
CPU are amazing, now if the GPU managed to catch up on nvidia it would be great
Lol to Gamechat dragging down performance to the point Nintendo had to make a mode for developers to simulate the overhead of it.
I feel like the whole video and screensharing of it is overkill, probably just sound would have made 95% of the userbase satisfied
Man I used to have a manually made multibootusb using grub config files and isos but moved to ventoy for convenience and now I can’t find where I backup up de configuration…
In January 2025, during routine reviews, we stumbled upon the deepin-feature-enable package, which was introduced on 2021-04-27 without consulting us or even informing us.
Damm
Doubled my monthly donation hopefully more people will do the same.
I’ve been hosting my own instance for two years now without hiccups.
The easiest way by far is downloading an existing dump from kiwix
Per example wikipedia_en_all_nopic_2024-06.zim is only 54GB since it only contains text. Then via docker you could use this compose file where you have your .zim files in the wikis volume:
services:
kiwix:
image: ghcr.io/kiwix/kiwix-serve
container_name: kiwix_app
command: '*'
ports:
- '8080:8080'
volumes:
- "/wikis:/data"
restart: always
Theorically you can actually one of the wikipedia database dumps with mediawiki but I don’t known of any easy plug and play guide
Start by using base arch and eventually you can try to use the cachyos repos if you want to try and get some performance uplift.
I’ve been using Auxio for a few months since I finally moved on from Vanilla Music https://github.com/OxygenCobalt/Auxio
Make sure to send all the code minified to make it small and easier to review.
Note that using headscale transfers the anxiety of contril from tailscale as a company to whatever vps you would be hosting the headscale on
I used to run a mastodon bot in termux on a galaxy s3 mini many years ago.
Just let it die already.
I have been running Plasma 6 on wayland since release with no issues. I even recently switched SDDM to wayland mode because they still default to rootful X (WTF!). If anyone cares to do the same:
$ cat /etc/sddm.conf
[General]
DisplayServer=wayland
I believe systemd after targets work tho I have never tried them Try adding this to mount options
x-systemd.after=network-online.target
For automatically you need to add a keyfile to a slot in the luks device
openssl genrsa -out /root/keyfile.bin 4096
cryptsetup luksAddKey /dev/mapper/extra /root/keyfile.bin
The entry in the crypttab would be like this
extra UUID=XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX /root/keyfile.bin luks
Generally, they enforce in Linux using root permissions to mount internal hard drives unlike USB drives that can be mounted by the user If you want to mount it automatically in every boot, you could modify the /etc/fstab to add an entry for it
Doesnt seem like Tensor has progressed much. You can still get a Pixel8A for 300 bucks who is capable of AV1 decoding and doing 4k60fps hevc video camera and will get updates until 2031