Data Recovery (macOS)

This is a quick reference of different data recovery software (macOS). I had to use these after I accidentally deleted quite a lot of photos on my external drive. Many of the photos were from our recent India trip incl. birthday celebration for Oliver, and site-seeing (Jaipur, Delhi). Needless to say it was quite a debacle to have lost those photos. Most software allow you to see file names, sizes, timestamps of recovered files, and …

Read moreData Recovery (macOS)

Dresser Makeover

Before Our dresser as shown above in the photos went through a major makeover. This was always the plan, when we bought this used dresser off Craigslist. The original tan color was all worn out, and had marks all over. Worse thing is that the drawers were in horrible shape, with the old fashioned rails which were broken and would sag if drawn out. When Oliver started messing with these drawers, I knew it was …

Read moreDresser Makeover

Move from Plex to Apple Music

Over the weekend I decided to try out Apple Music. We’re invested in Apple ecosystem – have 2 Apple TVs, both wife and I have iPhones, and Apple Watches. I own MacBook Air, and a Mac Pro, and recently we bought a HomePod mini getting rid of all Alexa’s. With the HomePod mini, received a 6 month trial of Apple Music so decided it is time to try. Wife had already been trialing Apple Music, …

Read moreMove from Plex to Apple Music

Create user, group and edit group membership in macOS

Quick commands to create user and group in macOS with specific uid and gid, and to add a specific user to newly created group. Add group sudo dscl . -create /Groups/<name> gid <gid> Add user sudo dscl . -create /Users/<name> sudo dscl . -create /Users/<name> UniqueID “<uid>” sudo dscl . -create /Users/<name> PrimaryGroupID <gid> Add existing user to new group sudo dscl . append /Groups/<name> GroupMembership <user> Wish macOS actually used useradd/groupadd like linux systems, …

Read moreCreate user, group and edit group membership in macOS