Sunday, June 22, 2025

Enable SSH on QNAP TVS-671 QTS 5.2

 

Enable SSH in QNAP

  1. Open Control Panel
  2. Navigate to Network & Files Services
  3. Telnet / SSH


Saturday, June 14, 2025

How to fix youtube playback on Firefox on Linux

about:config

media.wmf.zero-copy-nv12-textures ---> false

gfx.direct3d11.reuse-decoder-device ---> false


Reference:

  • https://www.youtube.com/live/0fiVciCs8zU?

Sunday, April 6, 2025

PDF editor + Converter + Merger

 https://github.com/pdfarranger/pdfarranger

Tuesday, December 31, 2024

Galileo Sol Dive Computer Battery

 Standard Battery: CR12600SE 

Alternative Battery: two LR1

Reference:

  • https://blog.briangweber.com/2024-04-28-galileo-computer-batteries/
     

Sunday, November 17, 2024

Low latency remote deskktop for gaming: Sunshine + Moonlight

Server: https://github.com/LizardByte/Sunshine/releases

Clients: https://moonlight-stream.org/

Hotkeys:

  • Ctrl+Alt+Shift+Q - Quit the streaming session (leaving the game running on the host PC)
  • Ctrl+Alt+Shift+Z - Toggle mouse and keyboard capture
  • Ctrl+Alt+Shift+L - Toggle locking the mouse pointer to the video area (requires "Optimize mouse for remote desktop instead of games" checkbox enabled)
For Mac:
  • Ctrl+Opt+Shift+Q - Quit the streaming session (leaving the game running on the host PC)

Friday, October 25, 2024

Access Github using SSH

  1.  ssh-keygen -t ed25519 -C "first.last@company.com"
  2.  eval "$(ssh-agent -s)"
  3. pbcopy < ~/.ssh/id_ed25519.pub
  4. Github -> Profile -> Settings -> SSH and GPG Keys

References:

  • https://docs.github.com/en/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection