Recent comments
- Karl Horky on On macOS Sierra support and the future of SmoothMouse
- Guacamole User on Guacamole 1.4: “Creation of WebSocket tunnel to guacd failed”
- How to Troubleshoot When MacOS High Sierra.app Does Not Appear to Be a Valid OS Installer Application? – Tech guide on “Install %OS%.app does not appear to be a valid OS installer application” (createinstallmedia error)
- Bob J on Paste text even when prohibited in macOS (password dialogs etc)
- Karl Henderson on Windows Server 2019: Remote Desktop License Issue with User CALs
Categories
Tags
- apogee duet
- applescript
- bash
- caps lock
- confluence
- datadog
- data storage
- django
- egpu
- extjs
- gpu
- growl
- guacamole
- gulp
- i18n
- illustrator
- javascript
- jquery
- laserjet
- librsvg
- mac administration
- mac hardware
- mac mouse problems
- macos
- mac software
- mdadm
- microsoft word
- modx
- nginx
- postgres
- proxmox
- python
- raid
- readynas
- starcraft 2
- textmate
- time machine
- ubuntu server
- virtualization
- vite
- vscode
- windows
- windows server
- xcode
- zola
Category Archives: Solutions
“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
Kerio Connect server connection errors after upgrading to version 9.2.6
Kerio Connect 9.2.6 introduced a limit for a number of simultaneous connections from a single IP address, which is — by default — set to 100 per protocol. If more than a hundred of users start using Kerio Connect from … Continue reading
Where does the AppStore version of DaVinci Resolve Studio 12 store its projects?
Make sure to make regular backups of this folder:
Windows not detecting unallocated space after extending virtual disk
You’ve extended a virtual disk in Vmware or Proxmox for a Windows virtual machine, but the disk appears the same size in Disk Management?
XQuartz.pkg stalls at “verifying” in El Capitan
I don’t know why OS X El Capitan sometimes fails to verify XQuartz 2.7.9 package (the process just gets stuck despite “Allow apps downloaded from anywhere” on “Enabled”). What I know, however, is that you can still install it via Terminal as easy … Continue reading
Resuming link between Apogee Duet and keyboard volume controls
Oftentimes when I wake up my MBP from sleep mode or reconnect the Thunderbolt hub, Apogee Duet stops responding to keyboard sound volume controls. When it happens, I can still change Duet’s volume from Maestro or Audio MIDI Setup.app, just not using the keyboard … Continue reading
Fix Color Picker in TextMate 2 under OS X Mavericks
To fix the Color Picker of TextMate 2 under OS X Mavericks (10.9), do the following: open ~/Library/Application Support/TextMate/Managed/Bundles/Bundle Support.tmbundle/Support/shared/lib/ui.rb, near lines 74-75 replace “AppleScript Runner” with “System Events”. That’s it.
Xcode 4.6 stalls at “Creating universal binary” in OS X 10.9
If you’ve just upgraded to OS X 10.9 “Mavericks”, but chose to stay with good ol’ Xcode 4.6.3, it may stall at “Creating universal binary” when building projects.
Forcing ReadyNAS to update via SSH when all else fails
One of our ReadyNAS Pro 6 refused to update its firmware (called RAIDiator) to 4.2.24 (the latest as of writing) no matter how I tried. Neither local or automatic updates had any success; reinstalling the OS through the boot menu … Continue reading
MODx Evolution: removing spam links
My friend’s MODx Evolution based website was hacked and he’s asked me to help him fix it. Every page of his website was “infected” with invisible links to viagra webshops. The code of those links was as follows: <div style=”position:absolute;left:-2311px;top:-2794px;”><a … Continue reading