antsu

joined 2 years ago
[–] [email protected] 12 points 1 year ago

Just echoing what others said, Plank does not run on Wayland. You can install the "Dash to Dock" Gnome extension for a very similar experience (minus widgets). If using KDE, consider replacing Guake (which is GTK) with Yakuake (Qt).

[–] [email protected] 16 points 1 year ago

This here OP! ☝️

Jellyfin lets you do this easily.

[–] [email protected] 27 points 1 year ago (1 children)

Enough to run Chrome and 2 Electron apps!

[–] [email protected] 1 points 1 year ago

Mine are all anime characters. Currently I have:

  • Mizuho (Onegai Teacher)
  • Misaki (To Aru Kagaku no Railgun)
  • Washu (Tenchi Muyo)
  • Siesta (Zero no Tsukaima)
  • Derfflinger (Zero no Tsukaima)
[–] [email protected] 7 points 1 year ago (2 children)

Go to the fstab entry for that drive and add nofail to its options.

[–] [email protected] 2 points 1 year ago* (last edited 1 year ago) (1 children)

Suggest your friend to give Eturnal a try maybe. I have it running on an Oracle free tier instance, and I use it daily to have video calls with my family using Synapse/Element (and Jitsi inside Element for group calls), and it works great. The documentation is very good too.

Edit: this is my Eturnal config, for reference:

eturnal: listen: - ip: "::" port: 3478 transport: udp enable_turn: true - ip: "::" port: 3478 transport: auto enable_turn: true - ip: "::" port: 5349 transport: tls enable_turn: true realm: turn.<MY_DOMAIN> tls_crt_file: /etc/letsencrypt/live/turn.<MY_DOMAIN>/fullchain.pem tls_key_file: /etc/letsencrypt/live/turn.<MY_DOMAIN>/privkey.pem tls_options: - no_tlsv1 - no_tlsv1_1 - cipher_server_preference

And the compose file: services: eturnal: container_name: eturnal image: ghcr.io/processone/eturnal:latest environment: ETURNAL_RELAY_MIN_PORT: 49160 ETURNAL_RELAY_MAX_PORT: 59160 ETURNAL_RELAY_IPV4_ADDR: <REDACTED> ETURNAL_RELAY_IPV6_ADDR: <REDACTED> ETURNAL_SECRET: <VERY LONG RANDOM STRING> volumes: - ./eturnal.yml:/etc/eturnal.yml:ro - /etc/letsencrypt:/etc/letsencrypt:ro restart: unless-stopped read_only: true cap_drop: - ALL security_opt: - no-new-privileges:true network_mode: host

[–] [email protected] 112 points 1 year ago (7 children)

Running the right command on the wrong SSH session/machine.

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

I have a bunch of ST6000NM0095 (which are similar specs) in my NAS, and despite already being well used when I got them, so far only one needed to be replaced in nearly 5 years of (my) usage.

My only advice with these is: if you notice a maddening noise coming from them when they're idle, update them to the latest firmware and it'll go away.

[–] [email protected] 8 points 1 year ago

Cool. Time to get ready for another round of broken extensions.

[–] [email protected] 2 points 1 year ago

Amazing work, these look great!

[–] [email protected] 13 points 1 year ago (4 children)

Timeshift with BTRFS kicks ass. I have mine set for daily snapshots, retained for a week. Only the changes between snapshots are stored, so the extra disk usage is minimal, and easily justified by the peace of mind in case of fuck-ups or broken updates.

view more: ‹ prev next ›