DNS: Install BIND on macOS
The DNS service in macOS Server was simple to setup and manage. It’s a bit more manual in macOS without macOS Server. The underlying service that provides DNS is Bind. Bind will require a compiler to...
View ArticleBackup Macs with Carbonite
Carbonite is a great tool for backing up Macs and Windows devices. To install Carbonite, download it from www.carbonite.com. Once downloaded, copy the app to the /Applications directory and open the...
View ArticleSync Cloud Content To Synology
A Synology can act as a local file server that is used to share a folder from a cloud account. You can use accounts with from Backblaze, Google Drive, Amazon, Alibaba, Dropbox, Azure, and others. This...
View ArticleEnable SSH Access On A Synology
Synology provides SSH access, which allows you to do a number of things you can’t do with the GUI. To enable SSH, simply log in on the Synology and open Control Panel. From the Control Panel, scroll...
View ArticleInstall Python On Windows With A One-Liner
The msiexec command can be used to run an installer on Windows in a zero touch fashion. To do so, run the following command: msiexec /i "python-2.7.14.amd64.msi" /passive TARGETDIR="C:\python" The post...
View ArticleThe ins and outs of using tmutil to backup, restore, and review Time Machine...
Since some of the more interesting features of Time Machine Server are gone, let’s talk about doing even more than what was previously available in that interface by using the command line to access...
View ArticleInspecting and creating Mac installer packages on Linux
Awhile back, I wrote a tool to rewrap ipa files that I called ipasign: https://github.com/krypted/ipasign/blob/master/ipasign.py. But I wanted to do something similar for the Mac, and specifically have...
View ArticleMove From Hosting Files From A macOS Server To A macOS Client
Migrating file services from a macOS Server to a macOS Client can be a bit traumatic at first. Mostly because the thought itself can be a bit daunting. But once you get started, it’s pretty simple....
View ArticlePython Script To Authenticate Salesforce Community Users Via SOAP
The post Python Script To Authenticate Salesforce Community Users Via SOAP appeared first on krypted.com.
View ArticleDefine docstrings in Python
Bryson mentioned Docstrings in the latest episode of the MacAdmins Podcast. But how do you use them? Documentation strings (or docstrings for short) are an easy way to document Python objects (classes,...
View ArticleBryson Tyrrell from Jamf on the MacAdmins Podcast
The post Bryson Tyrrell from Jamf on the MacAdmins Podcast appeared first on krypted.com.
View ArticlePeter Wells on the MacAdmins Podcast
The post Peter Wells on the MacAdmins Podcast appeared first on krypted.com.
View ArticleRoss from Ping Identity on the MacAdmins Podcast
The post Ross from Ping Identity on the MacAdmins Podcast appeared first on krypted.com.
View ArticleJumpCloud on the MacAdmins Podcast
The post JumpCloud on the MacAdmins Podcast appeared first on krypted.com.
View ArticleReset Connections To ApplePay and Health With ckksctl
I’ve seen a few issues now where ApplePay and Health stopped working properly on a Mac and iOS device and when you fixed one, it seemed to wreck the connection with the other. Turns out that the...
View ArticleAdd Jamf Pro Smart Group to a Google Doc Using Zapier
In this article, we’ll cover how to use Zapier to connect data from your Jamf Account to a Google sheet. Once you build a WebHooks receiver in Zapier, you don’t have to use Google as the third party...
View ArticleMacAdmins Podcast Episode 87: Ponying Your Coworkers, with Ross Derewianko
The post MacAdmins Podcast Episode 87: Ponying Your Coworkers, with Ross Derewianko appeared first on krypted.com.
View ArticleMacAdmins Episode 88: secureToken, JumpCloud, and the Hunt for the Great...
The post MacAdmins Episode 88: secureToken, JumpCloud, and the Hunt for the Great White Whale appeared first on krypted.com.
View ArticleMacAdmins Episode 89: Naveen & John talk VMware
The post MacAdmins Episode 89: Naveen & John talk VMware appeared first on krypted.com.
View ArticleMacAdmins Episode 90: Roundtable, with Mike Lynn
The post MacAdmins Episode 90: Roundtable, with Mike Lynn appeared first on krypted.com.
View Article