Roy's Random Rants

Reviews of products I like, plus whatever comes to my mind...

Tuesday, March 24, 2026

Install Linux kernel headers in Debian

›
sudo apt install linux-headers-$(uname -r) 
Sunday, February 15, 2026

Run Ollama with Open WebUI inside a Docker container and make them accessible from outside

›
docker run -d -p 11434:11434 -p 3000:8080 --gpus all -e OLLAMA_HOST=0.0.0.0 -e OLLAMA_FLASH_ATTENTION=1 -e OLLAMA_KEEP_ALIVE=-1 -e OLLAMA_KV...
Monday, February 9, 2026

Useful MCP servers for Claude Code

›
For web content scraping claude mcp add playwright npx @playwright/mcp@latest
Monday, February 2, 2026

Speed-up XRDP on Debian

›
Edit /etc/xrdp/xrdp.ini Locate tcp_send_buffer_bytes and change to: tcp_send_buffer_bytes=4194304 sudo sysctl -w net.core.wmem_max=8388608 C...
Wednesday, January 28, 2026

Upgrade to Windows 11 on unsupported hardware

›
Download Windows 11 ISO Disable networking Mount the ISO Open a Command Prompt and run: X:\sources\setupprep.exe /product server
Wednesday, January 14, 2026

Check for SMART status on Debian

›
 Install smartmontools and use smartctl : sudo smartctl --all /dev/xxx
Monday, September 29, 2025

Unable to turn on BitLocker Error: System cannot find the file specified

›
Rename C:\Windows\System32\Recovery\REAgent.xml to REAgent.old  Reference:  https://learn.microsoft.com/en-us/answers/questions/3185720/unab...
›
Home
View web version

About Me

My photo
Roy
I spend most of my time learning and tinkering with all sorts of technology.
View my complete profile
Powered by Blogger.