i have a lifetime plex pass, but I’d consider moving to jellyfin when their closed-captioning support reaches parity with plex. i regularly spin up a jellyfin container to try it out, but i still run into issues. And jellyfin’s android apps are mediocre (in particular android auto support), especially for music compared to plexamp
The Zen Cow Says Mu
- 0 Posts
- 38 Comments
The Zen Cow Says Mu@infosec.pubto
Selfhosted@lemmy.world•Realities of hosting a tor relay node at homeEnglish
1·5 months agothere is an official docker container to run a bridge, which is probably the easiest option. no idea if it supports pi/arm though.
The Zen Cow Says Mu@infosec.pubto
Selfhosted@lemmy.world•Is it normal to not have any malicious login attempts?English
92·7 months ago… that you know of.
I have crowdsec running on my caddy reverse proxy for my home server and it’s logging and blocking at least 10-20 hostile IP addresses trying to do port scans/other automated script hacks every day.
The Zen Cow Says Mu@infosec.pubto
homeassistant@lemmy.world•*Permanently Deleted*English
12·7 months agoHome assistant in a podman container uses only about 400mb memory and .05% of cpu on my home server.
Put Linux on your mini PC and you can run dozens of services on it without it breaking a sweat.
The Zen Cow Says Mu@infosec.pubto
Selfhosted@lemmy.world•Plex migration from Windows to LinuxEnglish
2·10 months agoCan recommend the Linuxserver.io version – I found it easier in podman to implement nvidia hardware decoding with the linuxserver.io version than with the official image.
The Zen Cow Says Mu@infosec.pubto
Selfhosted@lemmy.world•Plex migration from Windows to LinuxEnglish
1·10 months agodeleted by creator
The Zen Cow Says Mu@infosec.pubto
Linux@lemmy.ml•TIL Debian releases are named after Toy Story characters
316·1 year agounfortunately there’s no rhyme or reason to the naming. which came first: bookworm, buster, or bullseye? They should just use numbers.
The Zen Cow Says Mu@infosec.pubto
Linux@lemmy.ml•How was your experience using Linux in college?
2·1 year agoIt was 1993, so not super impressed, but I needed a tex distribution, and PC dos tex sucked. The best option was a Nextcube, but that was a little out of reach being as much as tuition. Or use the x terminals in the crowded computer lab (shudder).
But I was able to keep that slackware install up and working just long enough to get my thesis done.
It’s a contemporary 4 core processor. It can run anything.
Heck, my 8gig 2010 MacBook with a core duo runs gnome on Debian without any issues.
The Zen Cow Says Mu@infosec.pubto
Linux@lemmy.ml•Suggestion of distro for TV/server combo?
2·1 year agoSeparating the function of the backend out from the frontend
this is the way.
home server in basement running almalinux, which provides mythtv, plex library, homeassistant, calibreweb, podcast management
desktop/gaming pc in home office
chromecast/google tv in living room with kodi, plex, other streaming apps, steam link for streaming games from downstairs and using bluetooth xbox controllers
The Zen Cow Says Mu@infosec.pubto
Linux@lemmy.ml•[Bazzite] Important announcement regarding system updates [Action needed] - FYI
2·1 year agodistrobox upgrade --all
no ujust recipes necessary
The Zen Cow Says Mu@infosec.pubto
Linux@lemmy.ml•Linux during the mid to late 90s (Windows 95 and 98 era)
24·1 year agoWay back in the early 90s I needed to use LaTeX for university. The dos version was awful and couldn’t handle large documents. So the options were (1) a nextcube for $$$$, (2) Nextstep 3.3 for PCs for $$$ (some faculty had this), or (3) linux. So I downloaded slackware on dozens of disks.
You had to configure the kernel, which wasn’t too hard since the autoconfig walked you through it. The hardest part was setting up X11, which required a lot of manual config, and if you screwed up the timings you could destroy a CRT monitor. OpenStep was an option, so there was a moderately friendly windowmanager available.
Learning Emacs was also fairly unpleasant, but that was the best option for editing TeX at the time.
Everything would work, until it suddenly would break. But nonetheless I was somehow able to get that thesis done.
Ugh, modern linux is SOOOOOOOOOOOOOOOOOO much better
The Zen Cow Says Mu@infosec.pubto
Linux@lemmy.ml•Difference between silverblue / universal Blue / Bluefin / Aurora / Bazzite ?
1·1 year agoi use the universal blue silverblue-main image because it’s basically silverblue along with some packages included that I otherwise would have to manually layer in anyway (e.g., distrobox, freeworld-amd drivers from rpmfusion) and some quality-of-life improvements (some just recipes, automatic updates enabled)
I tried bluefin, but it was “too opinionated” and I didn’t agree with a lot of its opinions. Same for bazzite.
The Zen Cow Says Mu@infosec.pubto
Linux@lemmy.ml•New Bluefin image variant, zst:chunked compression, weekly updates
1·1 year agoUse the universal blue silverblue-nvidia image to get silverblue with Nvidia built in
The Zen Cow Says Mu@infosec.pubto
Linux Gaming@lemmy.ml•What is your favourite game with native Linux port?
4·1 year agoTomb Raider 2013 reboot, although today the windows version under proton actually performs significantly better than the linux version
The Zen Cow Says Mu@infosec.pubto
Linux@lemmy.ml•Fedora Silverblue is the most frustrating distro so far
1·1 year agowhy not use fedora’s built-in openvpn client and just add the pia info? That should likely work. https://helpdesk.privateinternetaccess.com/guides/linux/linux-installing-openvpn-through-the-terminal
or built-in wireguard client? https://helpdesk.privateinternetaccess.com/guides/linux/alternative-setups-4/linux-manual-connection-scripts
The Zen Cow Says Mu@infosec.pubto
Linux@lemmy.ml•What is/was your distrohopping journey?
111·1 year agoDOS -> slack ware Linux -> win 3 -> os/2 warp -> win 98 -> win XP -> osx (several years on Mac) -> win 10 -> Ubuntu 14, 16, 18, 20 -> fedora 34, 35, 36 ,37, 38 -> Debian 12 --> fedora silverblue 40.
The Zen Cow Says Mu@infosec.pubto
Linux@lemmy.ml•What are the best proprietary/paid apps for linux?
1·1 year agoLooks interesting. Thanks!
I use borg (borgmatic) to back up home server to home nas. The only major disadvantage of borg is that it requires running borg also on the receiving end, so it doesn’t work with a lot of cloud storage providers like S3.
Restic can work with most everything as a backup target.