OBS Replay Buffer, Streaming, or Recording blocks the system shutdown by sending a "Busy" signal to the Session Manager, resulting in the error: "Logout canceled by 'obs'".
Hide the Session Manager from OBS so it can't veto the shutdown process.
| // ==UserScript== | |
| // @name TrueNAS Web-UI autofill username | |
| // @namespace Violentmonkey Scripts | |
| // @match https://harz:4430/* | |
| // @match https://ui.harz.lol/* | |
| // @grant none | |
| // @version 1.0 | |
| // @author - | |
| // @description Fix ProtonPass autofill issue with TrueNAS Web-UI | |
| // ==/UserScript== |
| #!/bin/bash | |
| # This script removes the Monster Hunter Wilds shader cache and then | |
| # executes the command passed to it. | |
| # Recommended to put this script somewhere in your PATH, for example: | |
| # ~/.local/bin/mhwshadercleanup | |
| # Remove the shader cache file. | |
| # The '2>' part redirects standard error to /dev/null, so it doesn't |
| import socket | |
| import subprocess | |
| import time | |
| import sys | |
| import psutil # You may need to install this library: pip install psutil | |
| import imaplib # Added for a more robust IMAP server check | |
| # --- Configuration --- | |
| # The host and port for the local IMAP server provided by Proton Bridge. | |
| IMAP_HOST = '127.0.0.1' |
Best resource I found told me to install the Ryzen AI software which should make it easy to try running models locally supported by the NPU. So I followed the guide on https://ryzenai.docs.amd.com/en/latest/rai_linux.html which was super annoying because I had to create a corporate account??? Anyway I created an account and followed the install instructions. Online it said python 3.10+ should be fine but when running it complained that I had python 3.13 so I installed pyenv and installed v3.10.17. It then ran but gave me a warning (or error) that zip and linux-libc-dev were missing. Installed zip and libc++ because apparently thats the package for arch. Still threw the errors after all so no idea what that was about.
Then I found this guide https://ryzenai.docs.amd.com/en/latest/llm/overview.html which linked me to an outdated install guide on github which told me to install lemonade-sdk.
| import os | |
| from ollama import chat | |
| from ollama import ChatResponse | |
| # set the model to use | |
| # using the Mistral 12B model here because it runs well on a RTX 4080 with 16GB of VRAM | |
| # and it has a relaively large context window of 128k tokens | |
| model = "mistral-nemo:12b" | |
| # set the directory containing the emails |
| // ==UserScript== | |
| // @name Geotastic/guessr lag fix on Firefox Linux | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.2 | |
| // @description Spoofs a Chromium-based user agent for geotastic.net and geoguessr.com to potentially improve performance. | |
| // @author Google Gemini 2.5 Pro | |
| // @match *://geotastic.net/* | |
| // @match *://www.geotastic.net/* | |
| // @match *://geoguessr.com/* | |
| // @match *://www.geoguessr.com/* |
After pewdiepie's video I decided that I also want to try and switch to Linux for daily driving. My usecases are basic coding, trying out bleeding edge tech, photo editing for personal use with Lightroom and Photoshop and gaming. Basic office stuff too.
I've used headless Linux for a while now with my dedicated servers and raspberry pi's over the years. Also a little bit of using desktop envionments but I don't even know which ones.
I knew that I didn't want to ditch windows 100% mostly because of Games with Anticheat that don't work on linux (yet) and Photoshop and Lightroom. So I decided to buy a secondary NVMe SSD and install linux on that. Didn't feel like dual booting (or am I dual booting?) so I just made this ssd my default boot drive in the bios. If I want to switch back to Windows I just reboot and hit F12 to change it in the boot menu.
Tried mint first. Liked it but quickly figured out that it doesn't have HDR support and I got a HDR monitor just a yea
https://github.com/mimoklef/Search-Google-Maps-Back
Bring back the "Maps" button and make some map tiles clickable again.