Explore >> Select a destination


You are here

slashusr.wordpress.com
| | www.naseer.dev
1.4 parsecs away

Travel
| | A Hyper Key is an extra modifier key that can be used to add extra keyboard shortcuts in tools such as hammerspoon. The most common method on a Mac was to use your Caps Lock key as your Hyper key using a tool called Karabiner Elements. The issue with Karabiner though is that it is a kernel extension and keeps running into problems with newer OS X releases. If your only use case for Karabiner is to remap the Caps Lock key - you may be able to use the OS X native hidutil utility to achieve the same result.
| | brianreiter.org
0.8 parsecs away

Travel
| | macOS ships with postfix but it is in a semi-disabled state. The launch daemon configuration provided doesn't work and postfix will immediately exit What I want is a working local MTA that forwards mail securely to a smarthost for delivery. This is mostly useful when building and testing scripts and server applications that need to...
| | rick.cogley.info
1.1 parsecs away

Travel
| | If you're working with networking devices such as switches, routers or firewalls, to upgrade their firmware, you more often than not need a TFTP server. Here's how to use the one included with Mac OS X or macOS.
| | perttu.dev
8.1 parsecs away

Travel
| Learn how to detect whether another iOS app is installed using SwiftUI and custom URL schemes. Example is from my Wayline app, opening Flighty to export flight data.