drhoopoe

I’m a professor of Religious Studies with a research focus on medieval Islam, particularly with regard to Sufism, the occult sciences, and manuscript culture. I also interested in all things linux, occult, scifi, UFO, and anarchist.

  • 6 Posts
  • 58 Comments
Joined 2 years ago
cake
Cake day: June 20th, 2023

help-circle



  • Do some searches on “kiosk” software. That’s the general term of art for machines that are intended to run a single program/interface. As for distros, you’ll want something light and easy to maintain, ideally with automatic updates. Debian’s an obvious pick. Alpine could be great for something like this. Gentoo could be awesome too, but there’s a serious learning curve involved.


  • drhoopoetoLinux@lemmy.mlCan't seem to boot a linux installer
    link
    fedilink
    arrow-up
    6
    arrow-down
    1
    ·
    18 days ago

    Did it currently have windows installed? If so, have you turned off secure boot and fastboot?

    If you’ve done all that already, then maybe try adding nomodeset to the kernel parameters in grub. You can find instructions by searching how to set kernel parameters. It’s fairly easy, but kind of a pain to explain.













  • I’m a college professor in the humanities (religious studies, history). Got into linux about 5 years back, partly because it comports better with my lefty politics than the alternatives, but also just because I’ve long been a closet computer nerd. I currently run a couple of proxmox servers on old optiplexes I grabbed off ebay. Full *arr stack with jellyfin on docker, a Tails VM for TOR stuff, NAS (omv on a vm), some other dockerized stuff: linkding, radicale, alexandrite (a self-hosted lemmy client, which I’m currently writing this on), various backup utilities.

    It’s basically just a hobby for me, though the switch to linux has also totally changed my academic workflow, e.g. I do all my writing in nvim + latex now, use syncthing to sync my home desktop, laptops, and office computer, etc. I dig divesting myself from corporate computing to the greatest extent possible, appreciate the privacy benefits, and generally just enjoy the community-driven spirit of the whole thing.




  • I mostly use debian + docker or alpine + docker for this kind of thing (usually running as VMs on a proxmox server). Both are utterly reliable in my experience, though I’ve been tending more often toward alpine these days, because it’s just so light and simple. I haven’t tried any of the immutable systems, in the general spirit of why fix what’s not broken. I don’t even bother with snapshotting either, though that’s mostly because I use some of the proxmox tools for backing up the VMs.