drhoopoe

joined 2 years ago
[–] [email protected] 1 points 3 weeks ago

Lol, a lot, but not that many. Mostly docker shit filling up /var from containers I'd tried running or run for a while and got bored of. Just needed a good docker prune -a --volumes.

[–] [email protected] 9 points 4 weeks ago (2 children)

Thanks, but I'm an idiot. I dug around a little and realized I was low on disk space and running a badly outdated version. All good now.

 

I've been running a docker-based linkding instance on one of my servers for a couple years now, using it with the linkding firefox extension, and it's been awesome. I'm still able to access the page and use it to go to links normally, but, as of yesterday, when I try to bookmark something with the extension it throws an "Internal Server Error" and fails to save it. Same thing happens when I try to add a bookmark "manually" via the linkding page.

I've restarted the docker instance and made sure the alpine VM it's on (via proxmox) is up to date, but to no avail. Other containers on the VM seem to be working fine. Portainer says the container is healthy. The full error message is "Error saving bookmark: Request error: Internal Server Error." Anyone had the same problem?

[–] [email protected] 11 points 4 weeks ago

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.

[–] [email protected] 5 points 1 month ago (1 children)

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.

[–] [email protected] 9 points 5 months ago

Broken clock and all that

[–] [email protected] 14 points 5 months ago (2 children)

I wouldn’t mind there being a whole community devoted to pointing out shit that is poorly designed or just broken

But isn't that every linux forum?

[–] [email protected] 2 points 6 months ago

Yep, I've got a stack of 5-10 year old optiplexes (optiplexi?) running proxmox.

[–] [email protected] 5 points 6 months ago

Yes, you can use it fully offline.

To back it up I believe you'd just need to backup your .pass and .gnupg directories.

I haven't used keepass, but the entry from the archwiki should give you a good idea of usage, and it also lists some helper apps: https://wiki.archlinux.org/title/Pass

[–] [email protected] 19 points 7 months ago

In the US, many public universities allow access to the public, including use of computer terminals that will allow access to paid databases. In many cases, you could bring in a usb stick and save copies of articles downloaded from such databases, or at worst you could pay a small fee to print some stuff out. AFAIK, that kind of access varies state by state though, so you need to call university libraries near you to find out.

[–] [email protected] 2 points 7 months ago (1 children)

You say this machine is headless. Is it at a remote location? If not, is it feasible to connect it to a monitor an keyboard for a few minutes? If so then you could logout, switch DE, and then log back in. That would hopefully set the DE you prefer as user default.

If that's not possible, then some of the solutions discussed here might be applicable.

[–] [email protected] 39 points 7 months ago

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.

[–] [email protected] 7 points 7 months ago

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.

view more: next ›