I’ve started with Debian and I’ve settled with Debian, have had no need or ambition to distro hop.
- 3 Posts
- 38 Comments
ohshit604@sh.itjust.worksto Fuck AI@lemmy.world•"I Hate This Viscerally": People Are REALLY Mad at These AI Glasses That Record Everything ConstantlyEnglish0·4 days agoMy boss, he owns a pair and is trying to convince our chief operations manager to get pairs for the whole department so we can take pictures of our work.
We already get a bonus on our pay stubs for having our phones available so we all find this dumb.
ohshit604@sh.itjust.worksto Selfhosted@lemmy.world•Does anyone use a VPN to subvert the Netflix household device fencing?English13·6 days agoif you use the Netflix application chances are they’ll detect the virtual network on your system and if it’s in use, most people don’t seem to realize that applications have direct access to your hardware unless it’s containerized, virtualized or explicitly restricted by some policy.
ohshit604@sh.itjust.worksto Selfhosted@lemmy.world•Does anyone use a VPN to subvert the Netflix household device fencing?English195·6 days agoEDIT: We get it, you like torrenting. Let’s keep comments on topic folks.
To be fair, you posted in the self-hosted community discussing an Issue for proprietary software.
To answer your question, which others have already done, yes your VPN tunnel will share the same IP as your household so long as it’s setup properly.
ohshit604@sh.itjust.worksto Games@lemmy.world•I'm playing Gears of War Reloaded, and I have a question. Will there be some point when the Chainsaw I've had for hours actually gets explained to me?English3·7 days agoI’m not too heavy into gears of war lore but I would assume the Retro Lancer, which has a bayonet in lieu of a chainsaw and was introduced in Gears of War 3, was the precursor to the modern lancer.
ohshit604@sh.itjust.worksto Programmer Humor@programming.dev•Context: Docker bypasses all UFW firewall rulesEnglish1·10 days agoIt’s been about a day since this issue and now I’ve been keeping a close eye on my local-lvm, it fills fast, like, ridiculously fast and I’ve been having to run
sudo fstrim /
inside the VM just to keep it maintained. I’m finding it weird I’m now just noticing this as this server has been running for months!For now I edited my
/etc/bash.bashrc
so whenever I ssh in it’ll automatically runsudo fstrim /
, there is something I’m likely missing but this works as a temporary solution.
ohshit604@sh.itjust.worksto Programmer Humor@programming.dev•Context: Docker bypasses all UFW firewall rulesEnglish1·11 days agohave a dedicated firewall
I mean, don’t router firewalls count in this regard? Isn’t that kinda part of their job?
Pretty sure GoAccess covers all types of logging as far as I know, I mainly use it for access logs from my reverse proxy.
ohshit604@sh.itjust.worksto Programmer Humor@programming.dev•Context: Docker bypasses all UFW firewall rulesEnglish4·11 days agoSo I happened to follow the advice from that Proxmox post, enabled the “Discard” option for the disk and ran
sudo fstrim /
within the VM, now the Proxmox LVM-Thin partition is sitting at a comfortable 135Gb out of 377Gb.Think I’m going to use this
fstrim
command on my main desktop to free up space.
ohshit604@sh.itjust.worksto Programmer Humor@programming.dev•Context: Docker bypasses all UFW firewall rulesEnglish2·11 days agoOkay so I’ve done some digging and got my VM to boot up! This is not Podman’s fault, I got lazy setting up Proxmox and never really learned LVM volume storage, while internally on the VM it shows 90Gb used of 325Gb Proxmox is claiming 377Gb is used on the LVM-Thin partition.
I’m backing up my files as we speak, thinking of purging it all and starting over.
Edit: before I do the sacrificial purge This seems promising.
ohshit604@sh.itjust.worksto Programmer Humor@programming.dev•Context: Docker bypasses all UFW firewall rulesEnglish16·11 days agoThis post inspired me to try podman, after it pulled all the images it needed my Proxmox VM died, VM won’t boot cause disk is now full. It’s currently 10pm, tonight’s going to suck.
ohshit604@sh.itjust.worksto linuxmemes@lemmy.world•mine is Atlantis Word Processor, what's yoursEnglish0·12 days agoI’ve gotten obscure GitHub applications with only .exe files running through steam & proton. Only time I touch Lutris is for game launchers other than steam.
Technology Connections would say: Read the fucking manual.
FTFY
ohshit604@sh.itjust.worksto Selfhosted@lemmy.world•Looking for lightweight homelab dashboard that can run as nonroot container and also supports OIDCEnglish1·17 days agodeleted by creator
ohshit604@sh.itjust.worksto Selfhosted@lemmy.world•Raspberry pi lidarr docker containerEnglish2·18 days agoSomething else must be wrong then because I just copied and pasted that onto my raspberry pi and was able to start the container without issue, are you sure you’re using the tag properly?
user@raspberrypi:~/test $ sudo docker compose up [+] Running 10/10 ✔ lidarr Pulled 22.0s ✔ 995f2a46b147 Pull complete 2.7s ✔ e1cde46db0e1 Pull complete 3.1s ✔ acaee427f4c7 Pull complete 3.5s ✔ 255c3937324a Pull complete 4.1s ✔ edec534df16f Pull complete 4.6s ✔ b163a490af0b Pull complete 6.3s ✔ bd4af268fa91 Pull complete 6.8s ✔ ff4dab968553 Pull complete 14.9s ✔ 004112d930a4 Pull complete 15.3s [+] Running 2/2 ✔ Network test_default Created 0.2s ✔ Container lidarr Created 4.0s Attaching to lidarr lidarr | [migrations] started lidarr | [migrations] no migrations found lidarr | ─────────────────────────────────────── lidarr | lidarr | ██╗ ███████╗██╗ ██████╗ lidarr | ██║ ██╔════╝██║██╔═══██╗ lidarr | ██║ ███████╗██║██║ ██║ lidarr | ██║ ╚════██║██║██║ ██║ lidarr | ███████╗███████║██║╚██████╔╝ lidarr | ╚══════╝╚══════╝╚═╝ ╚═════╝ lidarr | lidarr | Brought to you by linuxserver.io lidarr | ─────────────────────────────────────── lidarr | lidarr | To support the app dev(s) visit: lidarr | Lidarr: https://opencollective.com/lidarr lidarr | lidarr | To support LSIO projects visit: lidarr | https://www.linuxserver.io/donate/ lidarr | lidarr | ─────────────────────────────────────── lidarr | GID/UID lidarr | ─────────────────────────────────────── lidarr | lidarr | User UID: 1000 lidarr | User GID: 1000 lidarr | ─────────────────────────────────────── lidarr | Linuxserver.io version: 2.12.4.4658-ls50 lidarr | Build-date: 2025-08-20T02:50:40+00:00 lidarr | ─────────────────────────────────────── lidarr | lidarr | [custom-init] No custom files found, skipping... lidarr | [Info] Bootstrap: Starting Lidarr - /app/lidarr/bin/Lidarr - Version 2.12.4.4658 lidarr | [Info] AppFolderInfo: Data directory is being overridden to [/config] lidarr | [Debug] Bootstrap: Console selected lidarr | [Info] AppFolderInfo: Data directory is being overridden to [/config] lidarr | [Info] AppFolderInfo: Data directory is being overridden to [/config] lidarr | [Warn] Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager: No XML encryptor configured. Key {bff9bf8a-f5db-4092-9ada-c55e886ac294}
ohshit604@sh.itjust.worksto Selfhosted@lemmy.world•Raspberry pi lidarr docker containerEnglish31·18 days agoMake a
docker-compose.yml
file and paste this into it:services: lidarr: container_name: lidarr hostname: lidarr ### Use custom docker network #networks: # - CustomNetworkName ports: - 8686:8686 image: lscr.io/linuxserver/lidarr:arm64v8-latest restart: unless-stopped volumes: - /path/to/lidarr/config:/config - /path/to/music:/music #optional - /path/to/downloads:/downloads #optional environment: - PGID=1000 - PUID=1000 healthcheck: test: curl --fail localhost:8686 || exit 1 interval: 60s retries: 5 start_period: 300s timeout: 2s
This should work for you, just change the volume mounts so that they associate with your setup and run
sudo docker compose up -d
to start the container,sudo docker compose down
to bring it down.LSIO documentation describes the
arm64v8-latest
tag for their image.
ohshit604@sh.itjust.worksto Selfhosted@lemmy.world•Your fav guide/method for securing Jellyfin?English6·19 days agoI opted to remove Jellyfins default login form and require Keycloak for SSO, my Jellyfin instance is technically facing the internet but my reverse proxy has Fail2Ban in front of it blocking non-whitelisted IP’s, makes it easier to share with other people this way compared to having to explain VPN’s to non-tech savvy people,
ohshit604@sh.itjust.worksto Steam Deck@sopuli.xyz•Planning on buying a SteamDeck. What should I know before purchasing? English24·23 days agoIf you aren’t familiar with Linux I would spend a little bit of time in a BASH shell playing around with commands. You really don’t want to be stuck in a scenario where your steam deck cannot boot, for some random reason, and all of sudden you know no commands to troubleshoot with or a brief idea on the structure of the filesystem.
I don’t own a steam-deck personally but I always recommend this advice for anyone moving into the Linux ecosystem.
Best of luck.
Edit: Seems like SteamOS is on a whole other level of stable, while I still recommend this advice it certainly isn’t mandatory. Thanks to others who provided feedback.
ohshit604@sh.itjust.worksto Selfhosted@lemmy.world•Plex server patching requiredEnglish11·25 days agoJellyfin thankfully lets you download content offline alternatively they just text me the IP and I whitelist it then blacklist it a week later, granted if I remember.
As the end use my biggest gripe with Matrix is with voice communications, it’s almost as if you sneeze wrong you’ll lose connection to the voice group, screen sharing is horrible, no audio and the window is not adjustable, cant even make it full screen.
Now they’re reducing people’s usage by putting in a subscription and locking certain features, at least on the home server.
While I am disappointed they did at least take my advice and prevent Windows Recall from capturing people’s messages.