There’s one mod that adds locomotives as reusable transport pods but there’s no factorio/openttd trains as far as I know.
- 10 Posts
- 145 Comments
Debian because it just works. I am interested in trying NixOS though.
UntouchedWagons@lemmy.cato politics @lemmy.world•GOP megadonor rages at Trump’s ‘bulls**t’ tariffsEnglish47·2 months agoYou (Ken Langone) made a bad investment -> Take the L
Sometimes (not in this instance) the error message is completely worthless. I remember one time trying to configure automatic backups in Cloud Native Postgres and it just wasn’t working, the errors were opaque. So I asked on the project’s github what the problem was and the devs were quite unhelpful. Some random user came along and said “Oh you need to set the S3 region like this…” and backups started working.
For starting out I would suggest Longhorn, I’ve had several issues with it but maybe they’ve been fixed. I also used Rook Ceph which is overkill but neat to play with. Techno Tim has several videos on Kubernetes including setting up a cluster (he has an ansible playbook for it) as well as how to set up Longhorn.
UntouchedWagons@lemmy.cato Steam Deck@sopuli.xyz•[Discussion] What games are you playing on your deck? - March 2025English3·4 months agoCryptid. I’ve tried Bunco but found it pretty buggy. There’s also UnStable
UntouchedWagons@lemmy.cato Steam Deck@sopuli.xyz•[Discussion] What games are you playing on your deck? - March 2025English6·4 months agoModded Balatro
UntouchedWagons@lemmy.cato Steam Deck@sopuli.xyz•Sid Meier's Civilization VII is Steam Deck Verified with the Linux version ahead of release on February 11English2·5 months agoYeah the Canadian dollar isn’t great.
UntouchedWagons@lemmy.cato Steam Deck@sopuli.xyz•Sid Meier's Civilization VII is Steam Deck Verified with the Linux version ahead of release on February 11English29·5 months ago$90 here in maple syrup land + denuvo = yikes
I made my own solution since I wasn’t impressed by projects I had found. There’s two parts, the backup image and the restore image.
I use it like so:
services: restore_sabnzbd: image: untouchedwagons/simple-restore:1.0.5 container_name: restore_sabnzbd restart: no environment: - BACKUP_APPEND_DIRECTORY=/docker/production/sabnzbd - BACKUP_BASE_NAME=sabnzbd - FORCE_OWNERSHIP=1000:1000 volumes: - sabnzbd:/data - /mnt/tank/Media/Backups:/backups sabnzbd: image: ghcr.io/onedr0p/sabnzbd:4 container_name: sabnzbd restart: unless-stopped user: 1000:1000 volumes: - sabnzbd:/config - /mnt/tank/Media/Usenet:/mnt/data/Usenet depends_on: restore_sabnzbd: condition: service_completed_successfully networks: - traefik_default backup_sabnzbd: image: untouchedwagons/simple-backup:1.1.0 container_name: backup_sabnzbd restart: unless-stopped environment: TZ: "America/Toronto" BACKUP_APPEND_DIRECTORY: "/docker/production/sabnzbd" BACKUP_BASE_NAME: "sabnzbd" BACKUP_RETENTION: "24" BACKUP_FREQUENCY: "0 0 * * *" volumes: - sabnzbd:/data:ro - /mnt/tank/Media/Backups:/backups networks: traefik_default: external: true volumes: sabnzbd:
The restore container looks for a file called RESTORED in
/data
and if one isn’t found it’ll try to restore the latest backup (if available) and then create a RESTORED file. The backup container ignores this file during backup.
UntouchedWagons@lemmy.cato Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ@lemmy.dbzer0.com•What is your preferred way of downloading youtube videos?English6·1 year agoJDownloader 2 has never let me down.
UntouchedWagons@lemmy.cato Piracy@lemmy.ml•Looking for a "Limewire" meets "Lidarr"English4·1 year agoCheck out Soulseek
UntouchedWagons@lemmy.cato Linux@lemmy.ml•People doing the 30 days linux Challenge are having several problems because of Mint's old packages and technology. Why people still recommend it when there is Fedora and Opensuse with KDE and Gnome?English5·1 year agoI think it started with Linus and Luke of Linus Tech Tips doing a 30 day linux challenge to see what it’s like daily driving linix. Jeff of Craft Computing did one recently as well.
Zsh + oh-my-zsh
UntouchedWagons@lemmy.cato Rimworld@lemmy.world•I love it when problems cancel each other outEnglish0·1 year agoI’m fairly certain that toxic fallout will kill your crops too.
UntouchedWagons@lemmy.cato Linux@lemmy.ml•What is the best model of used ThinkPad to purchase?English3·1 year agoI’ve got a t14 and it works perfectly under fedora 40. My only complaint is that the Left Ctrl key isn’t in the corner.
UntouchedWagons@lemmy.cato Linux@lemmy.ml•Issue for GTK to make their window decorarions clickable at the cornerEnglish13·1 year agoI remember watching a youtube video about UI design on computers and the lady narrator said that the corners of the screen have effectively infinite size. I don’t remember anything else but that line stood out.
Everything went smooth for me though my install is fairly pedestrian.
UntouchedWagons@lemmy.cato Linux@lemmy.ml•Why is folder sharing between host and guest in KVM so hard?English5·1 year agoWhere are you expecting to see the host in windows? In the Network window? If so you’ll want to install, enable and run wsdd2
The other day I had a thrumbo self tame but no one was skilled enough to keep it tame.