Posts tagged "MacOS"

Using MacOS Screen Time data to create work hour reports

Using MacOS Screen Time data to create work hour reports

Using MacOS Screentime, Duckdb and SQL to keep track of working hours

LifehackMacOSTime Management
Multiple options of storing SSH keys in hardware

Multiple options of storing SSH keys in hardware

Tutorial on using hardware backed SSH keys from multiple physical devices on MacOS. Learn how to use secure ways to store your keys and how to have backups of them too.

DevOpsMacOSSSHServers
Creating wrappers for Windows exe files using Homebrew and Wine

Creating wrappers for Windows exe files using Homebrew and Wine

Tutorial for creating MacOS Homebrew Casks for software originally intended for Windows only. This example will show how I created a MacOS wrapper for car diagnostics software FORScan. You will learn how to automate the process of running Windows apps on macOS with Wine integration and USB device handling.

MacOSOSSSoftware Development
How to watch TikTok videos without TikTok account with Proxitok & Finicky

How to watch TikTok videos without TikTok account with Proxitok & Finicky

Learn how to watch TikTok videos without an account on MacOS by using Proxitok proxies and automatically rewriting TikTok links with Finicky.

LifehackMacOSTIL
Backup your MacOS keyboard shortcuts from command line

Backup your MacOS keyboard shortcuts from command line

MacOS keyboard shortcuts can be backed up and imported using the defaults command line interface. This can be done for all shortcuts or for individual ones. The defaults command can also be used to find other keyboard shortcuts. However, the documentation for defaults is lacking, making it difficult to use.

MacOSSoftware DevelopmentTIL
Built-in workaround for applications hiding under the MacBook Pro notch

Built-in workaround for applications hiding under the MacBook Pro notch

Annoyed by the notch on the new MacBook Pro models? There's a built-in workaround! Adjust menu bar spacing with simple Terminal commands, no extra software needed. Say goodbye to hidden menu items behind the notch!

LifehackMacOSTIL
Using Chrome through SSH tunnel and SOCKS5 proxy in MacOS

Using Chrome through SSH tunnel and SOCKS5 proxy in MacOS

Instructions on how to proxy Chrome requests through an SSH tunnel using a SOCKS5 proxy on MacOS, allowing access to remote web services and changing the visible IP address.

MacOSProxySOCKS5SSHServersTILWeb Dev