Recent comments
- Lobezno on Forcing ReadyNAS to update via SSH when all else fails
- dark168 on “Building boot caches” error when changing startup disk
- Guac User on Guacamole 1.4: “Creation of WebSocket tunnel to guacd failed”
- Niall on Guacamole 1.4: “Creation of WebSocket tunnel to guacd failed”
- gp on Downgrade any Homebrew package easily
Categories
Tags
- apogee duet
- applescript
- bash
- caps lock
- datadog
- data storage
- django
- egpu
- extjs
- gpu
- growl
- guacamole
- gulp
- i18n
- illustrator
- javascript
- jinja2
- jquery
- laserjet
- librsvg
- mac administration
- mac hardware
- mac mouse problems
- macos
- mac software
- mdadm
- modx
- nginx
- postgres
- proxmox
- python
- raid
- readynas
- starcraft 2
- synology
- textmate
- time machine
- virtualization
- vite
- vscode
- vue.js
- windows
- windows server
- xcode
- zola
Author Archives: Dae
Apache Guacamole: RDP printer not working, “error parsing HTTP request header”, “Invalid character found” etc
If you’re using Apache Guacamole 1.0.0 behind an nginx reverse proxy, and Guacamole’s RDP printer doesn’t work, and browser console logs error 400, welcome to read further.
Apache Guacamole: how to change the default URL path (/guacamole) to something else
Say you want to change Apache Guacamole’s URL from http://server:8080/guacamole to something like http://server:8080/my-hidden-guacamole-instance (or perhaps you’re using nginx to proxy requests to Guacamole / Tomcat and you don’t want any path at all). (See Docker image specific instructions in … Continue reading
macOS High Sierra: Spotlight search not working — “Database mapping failed” error spammed to the system log
Solution can be found here (read the post that starts from “I’ve solved this…” by Design Complex).
macOS High Sierra doesn’t start after updating (stuck on Apple logo) — “failed to unwrap volume key” error
The first thing you want to do when your Mac system doesn’t start is to start up into the verbose mode to see if there any error messages. Don’t try to fix the problem before diagnosing!
Windows Server 2019: RD Session Host — ChangeMode “Invalid operation” exception
If you’re changing the client access licensing mode of your RD Session Host using the PowerShell $obj.ChangeMode(…) command and it fails with an error saying “Exception … Invalid operation”…
Windows Server 2019: Remote Desktop License Issue with User CALs
If you’re getting the following error message upon connecting to your Windows Server 2019-based Remote Desktop Session Host that is not joined to a domain:
“Install %OS%.app does not appear to be a valid OS installer application” (createinstallmedia error)
If you’re trying to create a bootable installer for an older macOS version (like El Capitan) with createinstallmedia, and it fails with a “does not appear to be a valid OS installer” error, quite possible the actual problem is that … Continue reading
Downgrade any Homebrew package easily
Update from 2020: the instructions for tesseract don’t work anymore, see comments from other users below the post. I’ll use Tesseract as an example, but the same logic can be applied to any other Homebrew package.
“MagickWand shared library not found” on uwsgi
If you’re getting this error while deploying a Python app on uwsgi: MagickWand shared library not found. You probably had not installed ImageMagick library. Try to install: apt-get install libmagickwand-dev It may not be what it seems: Wand’s load_library() function … Continue reading
Make VLC show the title of a streaming video
I’ve created a tiny VLC extension that makes VLC show the title of the currently playing streaming video. It allows you to set custom titles even for the streams that you don’t own (e.g. from YouTube). For more information, see: … Continue reading