<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Mac OS on Bas-Man's Musings</title><link>https://bas-man.dev/tags/mac-os/</link><description>Recent content in Mac OS on Bas-Man's Musings</description><generator>Hugo</generator><language>en</language><lastBuildDate>Thu, 09 Dec 2021 12:30:00 +0900</lastBuildDate><atom:link href="https://bas-man.dev/tags/mac-os/index.xml" rel="self" type="application/rss+xml"/><item><title>A barebones C++ library template using CMake and Google Test</title><link>https://bas-man.dev/post/cmake/cplusplus-library-template/</link><pubDate>Thu, 09 Dec 2021 12:30:00 +0900</pubDate><guid>https://bas-man.dev/post/cmake/cplusplus-library-template/</guid><description>&lt;h1 id="objective"&gt;Objective&lt;/h1&gt;
&lt;p&gt;This is a &lt;strong&gt;BAREBONES&lt;/strong&gt; &lt;em&gt;C++&lt;/em&gt; template with &lt;em&gt;Google Test&lt;/em&gt; support using &lt;em&gt;CMake&lt;/em&gt;. It is setup to allow for the building of a &lt;em&gt;static&lt;/em&gt; library using &lt;strong&gt;TDD&lt;/strong&gt; principles; but could be adapted for building a small program. This is in no way the ideal solution.&lt;/p&gt;
&lt;p&gt;This template was created to allow for programming under &lt;em&gt;Mac OS&lt;/em&gt;. But the files should work under other systems.&lt;/p&gt;</description></item><item><title>Use launchd instead of crontab on your Mac</title><link>https://bas-man.dev/post/launchd-instead-of-cron/</link><pubDate>Tue, 18 Aug 2020 16:30:00 +0900</pubDate><guid>https://bas-man.dev/post/launchd-instead-of-cron/</guid><description>&lt;p&gt;As of &lt;code&gt;Mac OS 10.4&lt;/code&gt; &lt;strong&gt;crontab&lt;/strong&gt; has been depreciated but not ended. So its a good idea to know how to use its replacement under Mac OS. Welcome to &lt;code&gt;Launchd&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;This will be a short guide on how to use launchd in a simple form to replace a crontab job. In my case I am automating the backup of my Plex server.
You can see my previous article &lt;a href="https://bas-man.dev/post/plex-macos-backup/"&gt;here&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Launchd has a lot of other features. I will not look at them here.&lt;/p&gt;</description></item><item><title>Back up your Plex Media Server on Mac OS</title><link>https://bas-man.dev/post/plex-macos-backup/</link><pubDate>Sat, 16 May 2020 12:00:00 +0900</pubDate><guid>https://bas-man.dev/post/plex-macos-backup/</guid><description>&lt;h2 id="the-challenge"&gt;The Challenge&lt;/h2&gt;
&lt;p&gt;How to automate the backing up of my &lt;a href="https://www.plex.tv"&gt;Plex Media Server&lt;/a&gt;&lt;/p&gt;
&lt;h2 id="solution"&gt;Solution&lt;/h2&gt;
&lt;p&gt;A Bash Script&lt;/p&gt;
&lt;p&gt;I wanted to automate this process. If I didn&amp;rsquo;t, it probably wouldn&amp;rsquo;t get done.&lt;/p&gt;</description></item></channel></rss>