Recent comments
- fenix168 on “Building boot caches” error when changing startup disk
- cat888 on Apache Guacamole: how to change the default URL path (/guacamole) to something else
- 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”
Categories
Tags
- apogee duet
- applescript
- bash
- canon
- caps lock
- datadog
- data storage
- davinci resolve
- directadmin
- django
- egpu
- extjs
- gpu
- growl
- guacamole
- gulp
- i18n
- illustrator
- itunes
- javascript
- jinja2
- kerio connect
- laserjet
- librsvg
- mac hardware
- mac mouse problems
- macos
- mac software
- mdadm
- modx
- nginx
- proxmox
- python
- raid
- readynas
- starcraft 2
- synology
- textmate
- virtualization
- vlc
- vscode
- windows
- windows server
- xcode
Tag Archives: macos
Postgres database on a separate drive
In psql: CREATE TABLESPACE mytablespace LOCATION ‘/Volumes/MyVolume/postgres’; CREATE DATABASE mydatabase TABLESPACE mytablespace; Kudos to GregHNZ for posting this on StackOverflow.
Apple Pro Display XDR: presets not showing up after firmware update
Problem: Apple Pro Display XDR not showing its built-in presets in System Preferences > Displays and clicking “Customize…” brings up an empty window.
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!
“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.
Sample AppleScript + Bash uninstaller
Should you ever need to write an uninstaller for your macOS app, feel free to base it on our project—written entirely in AppleScript and Bash: https://github.com/SmoothMouse/Uninstaller
macOS kernel programming bounty to revive SmoothMouse (PAUSED)
The discontinuation of SmoothMouse seems to have upset many people. Now that the pointer lag is fixed in the newer versions of macOS, I was hoping our users would find other 3rd party mouse drivers more useful for they provide more acceleration controls than … Continue reading
A brief note on BizonBox 2 + GTX 980
BizonBox is a Thunderbolt enclosure for PCIe videocards, assembled by Russian company Bizon specialising in selling Hackintoshes and hardware upgrades for Macs. I had a chance to get my hands on one of these devices.
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