-
Archives
-
Meta
Category Archives: Mac OS X
How to delete old Time Machine backups on macOS Ventura
Time Machine automatically deletes old backups when it’s getting full, but if you also use the backup disk for other purposes, you might want to clear some space manually. There is a built-in command line utility that comes with macOS … Continue reading
NVMe to USB on M1 Mac
I recently purchased a new Mac mini to replace my home computer – a 2009 iMac. It was well overdue as Apple listed it as obsolete 4 years ago. Unfortunately, it only comes with 256GB SSD storage as standard and … Continue reading
From SVN to Google Cloud Source Repositories
I have been maintaining my own SVN server for many years, but in order to share code and make use of managed services, it was time to migrate some of my repositories to Git. There are many tutorials for svn-git … Continue reading
Posted in Development, Linux, Mac OS X
Leave a comment
Hide or Show a File in Mac OS X Finder
Ever wanted to hide an individual file in Mac OS X Finder without prefixing it with a dot? Here’s how (you’ll need the Apple developer tools installed): [code lang=”bash”]/Developer/Tools/SetFile -a V «filename»[/code] …and to show it again: [code lang=”bash”]/Developer/Tools/SetFile -a … Continue reading
Posted in Apple, Mac OS X
Leave a comment