eric

@eric@lemmy.ca
3 Post – 48 Comments
Joined 1 years ago

Have you tried something like input-remapper to map your volume buttons when the keyboard is detected?

3 more...

I am a software developer and am forced to have Windows on my work computer. WSL allows me to have a Linux terminal that I can use directly on my files without needed a VM.

6 more...

Awesome. Great to hear.

Bash or ZSH. Whatever is default.

Can't argue with a dollar. This will be my second time buying from them. Great quality.

I'm dropping Reddit completely in a social aspect. I'll definitely be using it for the treasure trove of information it contains.

Lenovo ThinkStation P330 Tiny. Debian + Podman systemd quadlets, running these services:

  • Jellyfin
  • Sonarr
  • Radarr
  • Qbittorrent w/ VPN
  • Linkwarden
  • Calibre Web
  • Immich
  • Lidare
  • Postgres
  • Prowlarr
  • Vaultwarden
2 more...

Key and Peele. It's on Pluto.

1 more...

I've been liking Go. Reminds me of Python without the risk of filling my Linux install with dependencies.

1 more...

I probably won't buy from them anymore. I'm Canadian, but still.

I have a PineTime, but I'd have to go with the Bangle.js.

2 more...

get drowned in the alphabet soup

First time hearing that one lol

6 more...

Does this affect Fedora?

3 more...

Games that I had, wanted but never got, or just missed growing up. It's like a nostalgic topiary. I find hunting, testing, and playing very relaxing.

I liked it when I tried it but I can't quit zsh.

1 more...

I prefer the terminal and have tools I like to use that are CLI only.

Edit: and Linux only.

Thanks!

Most of my experience is in .NET at work. My professional recommendation is C#, but my personal recommendation is Go. I find Go to be just nicer to code with.

I'm forced to use Windows at work. WSL takes since of the sting out of it

I had it backwards, I thought Fedora was based on RHEL.

1 more...

Stuff You Should Know and Conon O'Brien Needs A Friend

Ubuntu 4.10. Soon will be my 20th anniversary with Linux.

Air Canada. It was the first time I ever left home. Now I try to fly WestJet if I can. Air Canada has lost my bags like 60% of the time.

I used this guide https://www.redhat.com/sysadmin/quadlet-podman

I have a folder on my in my home folder called containers symlinked to /etc/containers/systemd with my .container files. This is my jellyfin.container for using the Nvidia Quadro on my server.

[Unit]
Description=Podman - Jellyfin
Wants=network-online.target
After=network-online.target
Requires=nvidia-ctk-generate.service
After=nvidia-ctk-generate.service

[Container]
Image=lscr.io/linuxserver/jellyfin:latest
AutoUpdate=registry
ContainerName=jellyfin
Environment=PUID=1000
Environment=PGID=100
Environment=TZ=America/St_Johns
Environment=DOCKER_MODS=ghcr.io/gilbn/theme.park:jellyfin
Environment=TP_THEME=dracula
Volume=/home/eric/services/jellyfin:/config
Volume=/home/eric/movies:/movies
Volume=/home/eric/tv:/tv
Volume=/home/eric/music:/music
PublishPort=8096:8096
PublishPort=8920:8920
PublishPort=7359:7359/udp
PublishPort=1900:1900/udp
AddDevice=nvidia.com/gpu=all
SecurityLabelDisable=true

[Service]
Restart=always
TimeoutStartSec=900

[Install]
WantedBy=default.target

I use sudo podman auto-update to update the images to utilize the AutoUpdate=registry option.

My workflow works the best in bash/zsh shells. Shells that are too different are too much of a change. I like fish as well. Probably a touch of Stockholm Syndrome too haha

I have problems with gaming on Nvidia unless I use Arch. Any benefit of switching to Fedora?

That's amazing. I work remotely as a Software Developer. Best I can do is a vape hit after morning huddle.

The ports you need (unless you changed any) are:

  • 47984/tcp
  • 47989/tcp
  • 48010/tcp
  • 47998/udp
  • 47999/udp
  • 48000/udp
  • 48002/udp
  • 48010/udp

I trigger it with the up arrow.

I am now. lol

That's awesome. We must of the same genus.

1 more...

I'd like to see something similar to the Tusky app's logo.

I would guess a Zen roller or sorcery.

2 questions:

  • Why did those games at the bottom not deserve a clear plastic case?
  • What are your favourite games that are not the usual suspects?

How do you use compose with Podman?

2 more...

I used an Invidious source so users don't have to go directly to YouTube.

Fedora, as someone who uses mostly Arch and the AUR, I couldn't get used copr, flatpak, and dnf. I rather just use yay.

  • C#
  • Java
  • Kotlin
  • JavaScript/Typescript
  • Python
  • Go
  • Ruby
  • SQL

I'm sure I'm forgetting some.