home.social

Search

1000 results for “archlinux”

  1. You want to start a blog but don't know where to start?
    Maybe have a look at Jekyll a Static Site Generator (SSG).

    Spin up a blog in minutes and get writing, giving you the freedom to create your content.

    I have a blog post on How To: Install Jekyll on Arch Linux.
    Blog: fshng.xyz/posts/howto-jekyll-i

    Or dive right in and head to their page on getting started.
    Here: jekyllrb.com/docs/

    #archlinux #jekyll #web #development #ssg #blog #markdown #opensource #llinux #fshng

  2. You want to start a blog but don't know where to start?
    Maybe have a look at Jekyll a Static Site Generator (SSG).

    Spin up a blog in minutes and get writing, giving you the freedom to create your content.

    I have a blog post on How To: Install Jekyll on Arch Linux.
    Blog: fshng.xyz/posts/howto-jekyll-i

    Or dive right in and head to their page on getting started.
    Here: jekyllrb.com/docs/

    #archlinux #jekyll #web #development #ssg #blog #markdown #opensource #llinux #fshng

  3. @devinprater
    Ariane was a non-starter. Deedum was easy. You sure like a challenge. I find myself wondering, has your productivity increased with ArchLinux and Gemini? I know the goal is minimalist but they even say "user friendly" is not a goal. My personal maxim is "if it's working, leave it alone." Anymore I'm trying to get big tech out of my underwear drawer so I'm taking the time to take back my privacy.

    #Deedum #Android #F-droid #Gemini #ArchLinux

  4. Yeah I'm just vibin now on osu. Controller's got a few problems but I'll fix it in the future.

    Kinda sleepy but anyways should I play Ultimate Custom Night and torture myself?

    #linuxgaming #ultimatecustomnight #ucn #fnaf #fivenightsatfreddys #opensource #indiegame #horror #archlinux #cachyos #steam #valve #proton #osugame #osulazer #osu

  5. Yeah I'm just vibin now on osu. Controller's got a few problems but I'll fix it in the future.

    Kinda sleepy but anyways should I play Ultimate Custom Night and torture myself?

    #linuxgaming #ultimatecustomnight #ucn #fnaf #fivenightsatfreddys #opensource #indiegame #horror #archlinux #cachyos #steam #valve #proton #osugame #osulazer #osu

  6. Yeah I'm just vibin now on osu. Controller's got a few problems but I'll fix it in the future.

    Kinda sleepy but anyways should I play Ultimate Custom Night and torture myself?

    #linuxgaming #ultimatecustomnight #ucn #fnaf #fivenightsatfreddys #opensource #indiegame #horror #archlinux #cachyos #steam #valve #proton #osugame #osulazer #osu

  7. Yeah I'm just vibin now on osu. Controller's got a few problems but I'll fix it in the future.

    Kinda sleepy but anyways should I play Ultimate Custom Night and torture myself?

    #linuxgaming #ultimatecustomnight #ucn #fnaf #fivenightsatfreddys #opensource #indiegame #horror #archlinux #cachyos #steam #valve #proton #osugame #osulazer #osu

  8. Hey there #linux users, what #distro are you using and why? I used to run #archlinux, then #fedora. Currently on #ubuntu for the proprietary Nvidia support, though I generally prefer the vanilla gnome experience.

  9. Hey there #linux users, what #distro are you using and why? I used to run #archlinux, then #fedora. Currently on #ubuntu for the proprietary Nvidia support, though I generally prefer the vanilla gnome experience.

  10. Hey there #linux users, what #distro are you using and why? I used to run #archlinux, then #fedora. Currently on #ubuntu for the proprietary Nvidia support, though I generally prefer the vanilla gnome experience.

  11. Hey there #linux users, what #distro are you using and why? I used to run #archlinux, then #fedora. Currently on #ubuntu for the proprietary Nvidia support, though I generally prefer the vanilla gnome experience.

  12. Hey there #linux users, what #distro are you using and why? I used to run #archlinux, then #fedora. Currently on #ubuntu for the proprietary Nvidia support, though I generally prefer the vanilla gnome experience.

  13. RE: masto.ai/@phoronix/11647612006

    Time to move on I guess.

    Any suggestions for my next #linux distro, that plays nicely with drawing tablets?

    Does #archlinux work well with #wacom #digitaldrawing devices?

  14. RE: masto.ai/@phoronix/11647612006

    Time to move on I guess.

    Any suggestions for my next #linux distro, that plays nicely with drawing tablets?

    Does #archlinux work well with #wacom #digitaldrawing devices?

  15. Flipper Zero unter Arch Linux – wichtiger Hinweis

    Falls der Flipper Zero unter Arch nicht erkannt wird und ihr „/dev/ttyACM0: Permission denied“ bekommt:

    Die Udev-Regeln der Flipper-App erwarten die Gruppe „dialout“. Arch nutzt dafür aber die Gruppe „uucp“.

    Fix:
    1. Udev-Regel anpassen: dialout → uucp
    2. User hinzufügen: sudo usermod -aG uucp $USER
    3. reboot

    Danach läuft der Flipper Zero unter Arch auch ohne sudo.

    #flipperzero #archlinux #linux #udev #opensource #debugging #foss #archusers

  16. Wer irgendwann in letzter Zeit mal testweise die Remote-Desktop-Software NX NoMachine installiert hatte, sollte seinen Linux-Rechner auf Überbleibsel dieser Installation kontrollieren:

    wiki.archlinux.org/title/NoMac…

    Die verbliebene Gerätekonfigurationsregel /etc/udev/rules.d/99-virtualgl-dri.rules hatte mir die Berechtigungen für /dev/dri/renderD128 dergestalt verbogen, dass Vulkan nicht richtig funktionierte.

    #NoMachine #VulkanAPI #udev

  17. When two Hetzner servers died at the same time

    On May 12, 2026, two of my Arch Linux + LUKS servers at Hetzner became unreachable at the same moment. Both had been running for 4+ months without issue. Both had received the same pacman -Syyu the day before, but had stayed on the old kernel until the morning the websites stopped responding. I rebooted — SSH never came back. nmap -Pn -p 22 showed filtered from anywhere. No ping. No banner. The Hetzner Robot panel insisted the hardware was fine.

    Several hours went into hypotheses that turned out to be wrong:

    • The encryptssh initcpio hook referencing a /usr/lib/initcpio/udev/11-dm-initramfs.rules file that no longer exists. Real bug, no boot impact — the initramfs rebuilds anyway.
    • PermitRootLogin no in sshd_config. Real misconfiguration, fixed it, didn’t help. A refusing sshd shows closed, not filtered.
    • Predictable interface-naming drift after the systemd 260 upgrade. Patched the .network config to match by MAC. Useful hardening; not the cause.
    • Stale GRUB stage1 + core.img in the MBR. Arch never re-runs grub-install after a grub package upgrade. Refreshed it. Still filtered.
    • Kernel 7.0.5 regression. Downgraded to 6.18.3, the kernel that had run for 4 months. Still filtered. So the kernel itself wasn’t it either.

    The clue was in the persistent journal: a single recorded boot from December 31 to May 12 10:13 UTC, and absolutely nothing after. Every reboot since the upgrade was failing before systemd-journald could flush to disk — so the failure had to be in the initramfs, before the root filesystem was even mounted.

    What it almost certainly was

    Hetzner Dedicated servers configure the initramfs network with ip=dhcp on the kernel command line. That depends on Hetzner’s DHCP server replying to whatever request format the current kernel sends. Somewhere between kernel 6.18 / iproute2 6.18 and kernel 7.0 / iproute2 7.0, the request format changed enough that Hetzner’s DHCP stopped responding. Effects:

    • Old kernel at runtime kept the interface already configured (Phase A — 32 hours of healthy operation after the package upgrade).
    • New kernel cold-boots, hits DHCP, never gets an IP, dropbear cannot listen, port 22 stays filtered.

    Hetzner’s own documentation has been quietly moving away from ip=dhcp toward static IPv4 in the kernel command line. The fix is exactly that:

    GRUB_CMDLINE_LINUX="cryptdevice=/dev/md1:cryptroot ip=A.B.C.D::GATEWAY:255.255.255.255:hostname:eth0:none"
    

    One line in /etc/default/grub, grub-mkconfig, reboot. No more dependency on Hetzner’s DHCP responding to whatever your current kernel sends.

    Why it matters for anyone running this stack

    If you run Arch on Hetzner Dedicated with full-disk encryption and remote unlock via dropbear, the ip=dhcp shipped by installimage is a latent bug. It can keep working for years and then break overnight, on every machine you have, after a routine pacman -Syyu. The static-IP version is what Hetzner now recommends and removes the entire dependency.

    Tooling

    While debugging, I turned the whole rescue / chroot / diagnose / fix workflow into a Python CLI (hal) — including hal fix static-ip, which derives the static cmdline directly from your existing systemd-networkd .network file:

    github.com/kevinveenbirkenbach/hetzner-arch-luks

    Single command, idempotent, reversible (the original /etc/default/grub is backed up to .hal-backup). If you’re on this stack, switch to static IP before the next kernel upgrade catches you.

    #ArchLinux #bootFailure #debugging #DevOps #DHCP #Dropbear #fullDiskEncryption #GRUB #Hetzner #initramfs #kernelUpgrade #Linux #LUKS #mkinitcpio #pacman #postmortem #PythonCLI #serverOutage #sysadmin #systemdNetworkd
  18. I used to name my VM's when I launched them, last week I forgot to do it and I have been allowing incus to do the naming now.

    #linux #incus #container #vm #archlinux

  19. Arch Linux: How to Fix KVM Virtual Machine's Internet Not Working with the Firewall Enabled

    (When you install KVM/QEMU based Virtual Machine on your Arch Linux system, sometimes your internet doesn't work inside the VM, almost always your host OS firewall is at the fault.)
    sajidmahmood.com/fix-virt-mana
    #blog #linux #vm #KVM #archlinux #ufw

  20. Solo fighting Promised Consort Radahn with help from my Mimic Tear ashes. Btw he's the last final boss of the whole DLC and I guess the whole game.

    After a 15 month break from the game, where during those times we lost our dog, the people who kept my chat alive, and most importantly the friend who introduced me to this game, it's finally done.

    #peertube: video.hardlimit.com/w/xbgifGXh

    #youtube: youtube.com/watch?v=LspbGNK1dKs

    #eldenring #fromsoftware #soulslike #darksouls #linuxgaming #archlinux

  21. Solo fighting Promised Consort Radahn with help from my Mimic Tear ashes. Btw he's the last final boss of the whole DLC and I guess the whole game.

    After a 15 month break from the game, where during those times we lost our dog, the people who kept my chat alive, and most importantly the friend who introduced me to this game, it's finally done.

    #peertube: video.hardlimit.com/w/xbgifGXh

    #youtube: youtube.com/watch?v=LspbGNK1dKs

    #eldenring #fromsoftware #soulslike #darksouls #linuxgaming #archlinux

  22. Solo fighting Promised Consort Radahn with help from my Mimic Tear ashes. Btw he's the last final boss of the whole DLC and I guess the whole game.

    After a 15 month break from the game, where during those times we lost our dog, the people who kept my chat alive, and most importantly the friend who introduced me to this game, it's finally done.

    #peertube: video.hardlimit.com/w/xbgifGXh

    #youtube: youtube.com/watch?v=LspbGNK1dKs

    #eldenring #fromsoftware #soulslike #darksouls #linuxgaming #archlinux

  23. Current state Intelligence Core:

    #ETLpipeline : Validated. 5,458 rows ingested in 49s.

    #submodules : scraper-base-kit & market-intelligence-connector fully integrated.

    #Data Logic: live Z-Score / IQR outlier detection for analysis.

    modular architecture self-hosted on #ArchLinux

    #BruteForceEngineering #DevAgainstTheMachine #DataScience #Python #Grit #gritlab #AnarchyInTheShell

  24. Current state Intelligence Core:

    #ETLpipeline : Validated. 5,458 rows ingested in 49s.

    #submodules : scraper-base-kit & market-intelligence-connector fully integrated.

    #Data Logic: live Z-Score / IQR outlier detection for analysis.

    modular architecture self-hosted on #ArchLinux

    #BruteForceEngineering #DevAgainstTheMachine #DataScience #Python #Grit #gritlab #AnarchyInTheShell