I don't know what's going on, but I can't seem to install @nixos_org 24.05 on my server. All avenues I've tried seem to fail quickly or lock up during install (╯°□°)╯

The latest attempt remained on 46% for over an hour 😔

#TinkeringWithLinux #NixOS #Linux #help

So after some troubleshooting @nixos_org is finally installing on my home storage server. I had to manually format my drive with GPT partitioning table and keep swap unselected (I'll try to enable a swap file afterwards).

It probably doesn't help that I don't have a wired mouse (and the wireless one we have doesn't register apparently? ¯\_(ツ)_/¯ ).

Now for a little snack and see how far it has progressed then 🫣

#TinkeringWithLinux #Linux #NixOS

Just got a Mac Mini from 2006, was thinking of turning it into a basic entertainment unit for films and such. Looking for ideas and advice on this project.

#selfhosted #tinkering #tinkeringwithlinux

Today a had a revelation that reduced 3 #LinesOfCode from one of the #scripts of #autorotate_sam (I still need to push the change to the development branch of https://codeberg.org/RyuKurisu/autorotate-sam )

#TinkeringWithLinux #Linux

autorotate-sam

Script to automatically rotate the screen with xrandr and monitor-sensor. Also change the coordinate matrix for touchpad & touchscreen.

Codeberg.org

So after reading up on #filesystems, I've attempted to put #UDF on my microSD. Whilst it is best known as the filesystem on CDs/DVDs, you can put it on USB storage devices as well. It does have some caveats when you do (you have to jump through some hoops to have the best compatibility¹).

I've tried to do it manually, but this¹ script did the job (it wasn't verbose about it); next step /etc/fstab

1) https://github.com/JElchison/format-udf

#TinkeringWithLinux #Linux (also for #Windows & #macOS btw)

GitHub - JElchison/format-udf: Bash script to format a block device (hard drive or Flash drive) in UDF. The output is a drive that can be used for reading/writing across multiple operating system families: Windows, macOS, and Linux. This script should be capable of running in macOS or in Linux.

Bash script to format a block device (hard drive or Flash drive) in UDF. The output is a drive that can be used for reading/writing across multiple operating system families: Windows, macOS, and Li...

GitHub