<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>TERMINAL on TheMacGuy.in</title>
    <link>https://blog.themacguy.in/tags/terminal/</link>
    <description>Recent content in TERMINAL on TheMacGuy.in</description>
    <image>
      <url>https://blog.themacguy.in/%3Clink%20or%20path%20of%20image%20for%20opengraph,%20twitter-cards%3E</url>
      <link>https://blog.themacguy.in/%3Clink%20or%20path%20of%20image%20for%20opengraph,%20twitter-cards%3E</link>
    </image>
    <generator>Hugo -- gohugo.io</generator>
    <lastBuildDate>Fri, 22 Nov 2019 19:24:59 +0530</lastBuildDate><atom:link href="https://blog.themacguy.in/tags/terminal/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Force eject external volume</title>
      <link>https://blog.themacguy.in/posts/2019/2019-11-november/2019-11-22-02-volume-not-ejecting/</link>
      <pubDate>Fri, 22 Nov 2019 19:24:59 +0530</pubDate>
      
      <guid>https://blog.themacguy.in/posts/2019/2019-11-november/2019-11-22-02-volume-not-ejecting/</guid>
      <description>How to fix: The volume can&amp;rsquo;t be ejected because it&amp;rsquo;s currently in use
At the time of writing this article, I was using : macOS Catalina 10.15.1 Build 19B88 Steps : Launch the Terminal.app from the Utilities folder of your Applications folder
Next we need to find the proper name of our disk:
ls -ll /Volumes/ Now let’s find out which system process uses our disk. For this we use the lsof tool.</description>
    </item>
    
    <item>
      <title>Setup localhost on macOS</title>
      <link>https://blog.themacguy.in/posts/2018/2018-02-feb/2018-02-22-02-macos-localhost/</link>
      <pubDate>Thu, 22 Feb 2018 23:55:59 +0530</pubDate>
      
      <guid>https://blog.themacguy.in/posts/2018/2018-02-feb/2018-02-22-02-macos-localhost/</guid>
      <description>Reference articles : https://websitebeaver.com/set-up-localhost-on-macos-high-sierra-apache-mysql-and-php-7-with-sslhttps{:target=&amp;quot;_blank&amp;quot;} https://discussions.apple.com/docs/DOC-3083{:target=&amp;quot;_blank&amp;quot;} </description>
    </item>
    
    <item>
      <title>Creating PAYLOAD-FREE Package</title>
      <link>https://blog.themacguy.in/posts/2017/2017-09-september/2017-09-18-01-payload-free-pkg/</link>
      <pubDate>Mon, 18 Sep 2017 23:55:59 +0530</pubDate>
      
      <guid>https://blog.themacguy.in/posts/2017/2017-09-september/2017-09-18-01-payload-free-pkg/</guid>
      <description>Creating PAYLOAD-FREE Package Here’s how we make a “true” payload-free package (that does not leave a receipt):
pkgbuild --nopayload --scripts /path/to/scripts_dir --identifier org.example.payloadfree --version 1.0 MyGreatPayloadFree.pkg But payload-free packages built this way have a “feature” that can sometimes prove problematic. Flat packages built with pkgbuild using the --nopayload option do not leave receipts in the pkgutil database. This means it can be difficult to determine if a given payload-free package has already been installed on a given machine.</description>
    </item>
    
    <item>
      <title>Convert .app to .pkg (Packaging)</title>
      <link>https://blog.themacguy.in/posts/2017/2017-06-june/2017-06-06-03-packaging/</link>
      <pubDate>Tue, 06 Jun 2017 23:55:59 +0530</pubDate>
      
      <guid>https://blog.themacguy.in/posts/2017/2017-06-june/2017-06-06-03-packaging/</guid>
      <description>1. Productbuild + ARD demo suggestion: Create a distribution package of a small app (man productbuild) and distribute the package to each attendee’s Mac using ARD.
Example for Firefox :
productbuild --component /Applications/Firefox.app/ /Applications/ ~/Desktop/Firefox.pkg 2. pkgbuild General example :
sudo pkgbuild --install-location /Applications --component /path/to/app/for/MyGreatApp.app ./path/to/save/package/packagename.pkg Example for Firefox :
sudo pkgbuild --install-location /Applications --component /Applications/Firefox.app ~/Desktop/Firefox_v300.pkg Reference articles : http://thegreyblog.blogspot.in/2014/06/os-x-creating-packages-from-command_2.html{:target=&amp;quot;_blank&amp;quot;} https://www.jamf.com/jamf-nation/discussions/14843/app-installations{:target=&amp;quot;_blank&amp;quot;} https://www.youtube.com/watch?v=oKxjxi9Eny8{:target=&amp;quot;_blank&amp;quot;} </description>
    </item>
    
  </channel>
</rss>
