<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Linux Ask! &#187; Other Unix-like Operating Systems</title>
	<atom:link href="http://www.linuxask.com/topics/other-unix-like-distributions/feed" rel="self" type="application/rss+xml" />
	<link>http://www.linuxask.com</link>
	<description>Linux Ask! is a Q &#38; A web site specific for Linux related questions such as how to use common Linux commands.</description>
	<lastBuildDate>Tue, 05 May 2015 07:15:40 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.9.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>Remove Mac OSX&#8217;s dot underscore files</title>
		<link>http://www.linuxask.com/questions/remove-mac-osxs-dot-underscore-files</link>
		<comments>http://www.linuxask.com/questions/remove-mac-osxs-dot-underscore-files#comments</comments>
		<pubDate>Sun, 26 Oct 2014 18:20:16 +0000</pubDate>
		<dc:creator><![CDATA[Linux Ask!]]></dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[mac]]></category>

		<guid isPermaLink="false">http://www.linuxask.com/?p=4460</guid>
		<description><![CDATA[Remove Mac OSX's dot underscore files Answer: To list the dot underscore files in a Mac directory, you can use: # find . -name '._*' -exec ls {} \; To remove them, you can try: # find . -name '._*' -exec rm -v {} \;<div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href="http://www.linuxask.com/questions/how-to-remove-all-orig-files-created-by-mercurial" rel="bookmark" title="How to remove all .orig files created by Mercurial">How to remove all .orig files created by Mercurial </a></li>
<li><a href="http://www.linuxask.com/questions/remove-downloaded-archive-files-from-apt-get" rel="bookmark" title="Remove downloaded archive files from apt-get">Remove downloaded archive files from apt-get </a></li>
<li><a href="http://www.linuxask.com/questions/remove-un-staged-files-or-directories-from-git-repository" rel="bookmark" title="Remove un-staged files or directories from Git repository">Remove un-staged files or directories from Git repository </a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p>Remove Mac OSX's dot underscore files</p>
<p><strong>Answer:</strong></p>
<p>To list the dot underscore files in a Mac directory, you can use:</p>
<p><code># find . -name '._*' -exec ls {} \;</code></p>
<p>To remove them, you can try:</p>
<p><code># find . -name '._*' -exec rm -v {} \;</code></p>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href="http://www.linuxask.com/questions/how-to-remove-all-orig-files-created-by-mercurial" rel="bookmark" title="How to remove all .orig files created by Mercurial">How to remove all .orig files created by Mercurial </a></li>
<li><a href="http://www.linuxask.com/questions/remove-downloaded-archive-files-from-apt-get" rel="bookmark" title="Remove downloaded archive files from apt-get">Remove downloaded archive files from apt-get </a></li>
<li><a href="http://www.linuxask.com/questions/remove-un-staged-files-or-directories-from-git-repository" rel="bookmark" title="Remove un-staged files or directories from Git repository">Remove un-staged files or directories from Git repository </a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxask.com/questions/remove-mac-osxs-dot-underscore-files/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to clear terminal&#8217;s shell buffer in Mac OS X</title>
		<link>http://www.linuxask.com/questions/how-to-clear-terminals-shell-buffer-in-mac-os-x</link>
		<comments>http://www.linuxask.com/questions/how-to-clear-terminals-shell-buffer-in-mac-os-x#comments</comments>
		<pubDate>Sat, 21 Jun 2014 14:19:30 +0000</pubDate>
		<dc:creator><![CDATA[Linux Ask!]]></dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[mac terminal]]></category>

		<guid isPermaLink="false">http://www.linuxask.com/?p=4423</guid>
		<description><![CDATA[How to clear terminal's shell buffer in Mac OS X Answer: To clear your terminal's shell buffer in Mac OS X, you can use COMMAND + K<div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href="http://www.linuxask.com/questions/quickly-clear-the-screen" rel="bookmark" title="Quickly clear the screen">Quickly clear the screen </a></li>
<li><a href="http://www.linuxask.com/questions/clear-screen-in-mysql-client" rel="bookmark" title="Clear screen in MySQL client">Clear screen in MySQL client </a></li>
<li><a href="http://www.linuxask.com/questions/how-to-clear-the-screen-in-linux" rel="bookmark" title="How to clear the screen in Linux">How to clear the screen in Linux </a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p>How to clear terminal's shell buffer in Mac OS X</p>
<p><strong>Answer:</strong></p>
<p>To clear your terminal's shell buffer in Mac OS X, you can use <strong>COMMAND + K</strong></p>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href="http://www.linuxask.com/questions/quickly-clear-the-screen" rel="bookmark" title="Quickly clear the screen">Quickly clear the screen </a></li>
<li><a href="http://www.linuxask.com/questions/clear-screen-in-mysql-client" rel="bookmark" title="Clear screen in MySQL client">Clear screen in MySQL client </a></li>
<li><a href="http://www.linuxask.com/questions/how-to-clear-the-screen-in-linux" rel="bookmark" title="How to clear the screen in Linux">How to clear the screen in Linux </a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxask.com/questions/how-to-clear-terminals-shell-buffer-in-mac-os-x/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to disable services auto startup if they are installed using home brew</title>
		<link>http://www.linuxask.com/questions/how-to-disable-services-auto-startup-if-they-are-installed-using-home-brew</link>
		<comments>http://www.linuxask.com/questions/how-to-disable-services-auto-startup-if-they-are-installed-using-home-brew#comments</comments>
		<pubDate>Tue, 13 Aug 2013 15:52:30 +0000</pubDate>
		<dc:creator><![CDATA[Linux Ask!]]></dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[homebrew]]></category>

		<guid isPermaLink="false">http://www.linuxask.com/?p=4306</guid>
		<description><![CDATA[How to disable services auto startup if they are installed using home brew Answer: For services installed using home brew, usually they will tell you how to turn on/off auto start when you use the command, e.g. # brew info redis redis: stable 2.4.17, devel 2.6.0-rc7, HEAD http://redis.io/ Not installed https://github.com/mxcl/homebrew/commits/master/Library/Formula/redis.rb ==> Caveats If this <a href='http://www.linuxask.com/questions/how-to-disable-services-auto-startup-if-they-are-installed-using-home-brew' class='excerpt-more'>[...]</a><div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href="http://www.linuxask.com/questions/how-to-install-redis-on-mac-osx-using-home-brew" rel="bookmark" title="How to install redis on Mac OSX using home brew">How to install redis on Mac OSX using home brew </a></li>
<li><a href="http://www.linuxask.com/questions/install-bash-completion-for-mac-osx" rel="bookmark" title="Install bash completion for Mac OSX">Install bash completion for Mac OSX </a></li>
<li><a href="http://www.linuxask.com/questions/disable-apc-auto-recompile-modified-php-files" rel="bookmark" title="Disable APC auto recompile modified PHP files">Disable APC auto recompile modified PHP files </a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p>How to disable services auto startup if they are installed using home brew</p>
<p><strong>Answer:</strong></p>
<p>For services installed using home brew, usually they will tell you how to turn on/off auto start when you use the command, e.g.</p>
<pre><code># brew info redis

redis: stable 2.4.17, devel 2.6.0-rc7, HEAD

http://redis.io/

Not installed

https://github.com/mxcl/homebrew/commits/master/Library/Formula/redis.rb

==> Caveats
If this is your first install, automatically load on login with:
    mkdir -p ~/Library/LaunchAgents
    cp /usr/local/Cellar/redis/2.4.17/homebrew.mxcl.redis.plist ~/Library/LaunchAgents/
    launchctl load -w ~/Library/LaunchAgents/homebrew.mxcl.redis.plist

If this is an upgrade and you already have the homebrew.mxcl.redis.plist loaded:
    launchctl unload -w ~/Library/LaunchAgents/homebrew.mxcl.redis.plist
    cp /usr/local/Cellar/redis/2.4.17/homebrew.mxcl.redis.plist ~/Library/LaunchAgents/
    launchctl load -w ~/Library/LaunchAgents/homebrew.mxcl.redis.plist

  To start redis manually:
    redis-server /usr/local/etc/redis.conf

  To access the server:
    redis-cli
</code></pre>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href="http://www.linuxask.com/questions/how-to-install-redis-on-mac-osx-using-home-brew" rel="bookmark" title="How to install redis on Mac OSX using home brew">How to install redis on Mac OSX using home brew </a></li>
<li><a href="http://www.linuxask.com/questions/install-bash-completion-for-mac-osx" rel="bookmark" title="Install bash completion for Mac OSX">Install bash completion for Mac OSX </a></li>
<li><a href="http://www.linuxask.com/questions/disable-apc-auto-recompile-modified-php-files" rel="bookmark" title="Disable APC auto recompile modified PHP files">Disable APC auto recompile modified PHP files </a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxask.com/questions/how-to-disable-services-auto-startup-if-they-are-installed-using-home-brew/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to show all listening ports in Mac OSX</title>
		<link>http://www.linuxask.com/questions/how-to-show-all-listening-ports-in-mac-osx</link>
		<comments>http://www.linuxask.com/questions/how-to-show-all-listening-ports-in-mac-osx#comments</comments>
		<pubDate>Fri, 02 Aug 2013 15:44:29 +0000</pubDate>
		<dc:creator><![CDATA[Linux Ask!]]></dc:creator>
				<category><![CDATA[Commands]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[networking]]></category>

		<guid isPermaLink="false">http://www.linuxask.com/?p=4299</guid>
		<description><![CDATA[How to show all listening ports in Mac OSX Answer: To show all the listening ports in Mac OSX, try # lsof -iTCP -sTCP:LISTEN<div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href="http://www.linuxask.com/questions/find-out-which-programs-are-listening-tcp-port" rel="bookmark" title="Find out which programs are listening TCP port">Find out which programs are listening TCP port </a></li>
<li><a href="http://www.linuxask.com/questions/kill-all-processes-listening-on-a-particular-port" rel="bookmark" title="Kill all processes listening on a particular port">Kill all processes listening on a particular port </a></li>
<li><a href="http://www.linuxask.com/questions/show-hidden-files-in-mac-osx" rel="bookmark" title="Show hidden files in Mac OSX">Show hidden files in Mac OSX </a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p>How to show all listening ports in Mac OSX</p>
<p><strong>Answer:</strong></p>
<p>To show all the listening ports in Mac OSX, try</p>
<p><code># lsof -iTCP -sTCP:LISTEN</code></p>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href="http://www.linuxask.com/questions/find-out-which-programs-are-listening-tcp-port" rel="bookmark" title="Find out which programs are listening TCP port">Find out which programs are listening TCP port </a></li>
<li><a href="http://www.linuxask.com/questions/kill-all-processes-listening-on-a-particular-port" rel="bookmark" title="Kill all processes listening on a particular port">Kill all processes listening on a particular port </a></li>
<li><a href="http://www.linuxask.com/questions/show-hidden-files-in-mac-osx" rel="bookmark" title="Show hidden files in Mac OSX">Show hidden files in Mac OSX </a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxask.com/questions/how-to-show-all-listening-ports-in-mac-osx/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Show hidden files in Mac file dialogs</title>
		<link>http://www.linuxask.com/questions/show-hidden-files-in-mac-file-dialogs</link>
		<comments>http://www.linuxask.com/questions/show-hidden-files-in-mac-file-dialogs#comments</comments>
		<pubDate>Sun, 05 Aug 2012 03:58:43 +0000</pubDate>
		<dc:creator><![CDATA[Linux Ask!]]></dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[mac]]></category>

		<guid isPermaLink="false">http://www.linuxask.com/?p=3946</guid>
		<description><![CDATA[Show hidden files in Mac file dialogs Answer: To show hidden files in Mac file dialogs (e.g. Open/Save file dialog), you can use the shortcut shift + command + . That's it.<div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href="http://www.linuxask.com/questions/show-hidden-files-in-mac-osx" rel="bookmark" title="Show hidden files in Mac OSX">Show hidden files in Mac OSX </a></li>
<li><a href="http://www.linuxask.com/questions/list-hidden-files-in-linux" rel="bookmark" title="List hidden files in Linux">List hidden files in Linux </a></li>
<li><a href="http://www.linuxask.com/questions/show-ignored-files-in-mercurial" rel="bookmark" title="Show ignored files in Mercurial">Show ignored files in Mercurial </a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p>Show hidden files in Mac file dialogs</p>
<p><strong>Answer:</strong></p>
<p>To show hidden files in Mac file dialogs (e.g. Open/Save file dialog), you can use the shortcut</p>
<p><code>shift + command + .</code></p>
<p>That's it.</p>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href="http://www.linuxask.com/questions/show-hidden-files-in-mac-osx" rel="bookmark" title="Show hidden files in Mac OSX">Show hidden files in Mac OSX </a></li>
<li><a href="http://www.linuxask.com/questions/list-hidden-files-in-linux" rel="bookmark" title="List hidden files in Linux">List hidden files in Linux </a></li>
<li><a href="http://www.linuxask.com/questions/show-ignored-files-in-mercurial" rel="bookmark" title="Show ignored files in Mercurial">Show ignored files in Mercurial </a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxask.com/questions/show-hidden-files-in-mac-file-dialogs/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to check Mac OS version from command</title>
		<link>http://www.linuxask.com/questions/how-to-check-mac-os-version-from-command</link>
		<comments>http://www.linuxask.com/questions/how-to-check-mac-os-version-from-command#comments</comments>
		<pubDate>Mon, 25 Jun 2012 03:12:19 +0000</pubDate>
		<dc:creator><![CDATA[Linux Ask!]]></dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[mac]]></category>

		<guid isPermaLink="false">http://www.linuxask.com/?p=3876</guid>
		<description><![CDATA[How to check Mac OS version from command Answer: To check the Mac OS version, it is easy with the following command. # defaults read loginwindow SystemVersionStampAsString 10.7.3<div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href="http://www.linuxask.com/questions/how-to-check-the-bash-shell-version" rel="bookmark" title="How to check the bash shell version">How to check the bash shell version </a></li>
<li><a href="http://www.linuxask.com/questions/check-debian-version-information" rel="bookmark" title="Check Debian version information">Check Debian version information </a></li>
<li><a href="http://www.linuxask.com/questions/how-to-check-current-php-version-in-php" rel="bookmark" title="How to check current PHP version in PHP?">How to check current PHP version in PHP? </a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p>How to check Mac OS version from command</p>
<p>Answer:</p>
<p>To check the Mac OS version, it is easy with the following command.</p>
<pre><code># defaults read loginwindow SystemVersionStampAsString
10.7.3</code></pre>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href="http://www.linuxask.com/questions/how-to-check-the-bash-shell-version" rel="bookmark" title="How to check the bash shell version">How to check the bash shell version </a></li>
<li><a href="http://www.linuxask.com/questions/check-debian-version-information" rel="bookmark" title="Check Debian version information">Check Debian version information </a></li>
<li><a href="http://www.linuxask.com/questions/how-to-check-current-php-version-in-php" rel="bookmark" title="How to check current PHP version in PHP?">How to check current PHP version in PHP? </a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxask.com/questions/how-to-check-mac-os-version-from-command/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Show hidden files in Mac OSX</title>
		<link>http://www.linuxask.com/questions/show-hidden-files-in-mac-osx</link>
		<comments>http://www.linuxask.com/questions/show-hidden-files-in-mac-osx#comments</comments>
		<pubDate>Sat, 23 Jun 2012 08:01:58 +0000</pubDate>
		<dc:creator><![CDATA[Linux Ask!]]></dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[mac]]></category>

		<guid isPermaLink="false">http://www.linuxask.com/?p=3881</guid>
		<description><![CDATA[Show hidden files in Mac OSX Answer: To show all the files in Finder, you can open the terminal and type: defaults write com.apple.finder AppleShowAllFiles TRUE Then restart Finder killall Finder<div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href="http://www.linuxask.com/questions/show-hidden-files-in-mac-file-dialogs" rel="bookmark" title="Show hidden files in Mac file dialogs">Show hidden files in Mac file dialogs </a></li>
<li><a href="http://www.linuxask.com/questions/list-hidden-files-in-linux" rel="bookmark" title="List hidden files in Linux">List hidden files in Linux </a></li>
<li><a href="http://www.linuxask.com/questions/show-changed-files-with-git-log" rel="bookmark" title="Show changed files with git log">Show changed files with git log </a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p>Show hidden files in Mac OSX</p>
<p><strong>Answer:</strong></p>
<p>To show all the files in <strong>Finder</strong>, you can open the <strong>terminal</strong> and type:</p>
<p><code>defaults write com.apple.finder AppleShowAllFiles TRUE</code></p>
<p>Then restart Finder</p>
<p><code>killall Finder</code></p>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href="http://www.linuxask.com/questions/show-hidden-files-in-mac-file-dialogs" rel="bookmark" title="Show hidden files in Mac file dialogs">Show hidden files in Mac file dialogs </a></li>
<li><a href="http://www.linuxask.com/questions/list-hidden-files-in-linux" rel="bookmark" title="List hidden files in Linux">List hidden files in Linux </a></li>
<li><a href="http://www.linuxask.com/questions/show-changed-files-with-git-log" rel="bookmark" title="Show changed files with git log">Show changed files with git log </a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxask.com/questions/show-hidden-files-in-mac-osx/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install bash completion for Mac OSX</title>
		<link>http://www.linuxask.com/questions/install-bash-completion-for-mac-osx</link>
		<comments>http://www.linuxask.com/questions/install-bash-completion-for-mac-osx#comments</comments>
		<pubDate>Thu, 26 Jan 2012 15:26:12 +0000</pubDate>
		<dc:creator><![CDATA[Linux Ask!]]></dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[mac]]></category>

		<guid isPermaLink="false">http://www.linuxask.com/?p=3650</guid>
		<description><![CDATA[Install bash completion for Mac OSX Answer: Bash completion (bash-complete) is a tool that allow you to auto complete commands and their arguments easily using the "tab" keys. Firstly, make sure you have installed Homebrew, then # brew install git bash-completion And add the following lines in your ~/.bash_profile if [ -f `brew --prefix`/etc/bash_completion ]; <a href='http://www.linuxask.com/questions/install-bash-completion-for-mac-osx' class='excerpt-more'>[...]</a><div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href="http://www.linuxask.com/questions/how-to-install-redis-on-mac-osx-using-home-brew" rel="bookmark" title="How to install redis on Mac OSX using home brew">How to install redis on Mac OSX using home brew </a></li>
<li><a href="http://www.linuxask.com/questions/how-to-install-homebrew-for-mac" rel="bookmark" title="How to install homebrew for Mac?">How to install homebrew for Mac? </a></li>
<li><a href="http://www.linuxask.com/questions/how-to-disable-services-auto-startup-if-they-are-installed-using-home-brew" rel="bookmark" title="How to disable services auto startup if they are installed using home brew">How to disable services auto startup if they are installed using home brew </a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p>Install bash completion for Mac OSX</p>
<p><strong>Answer:</strong></p>
<p>Bash completion (<strong>bash-complete</strong>) is a tool that allow you to auto complete commands and their arguments easily using the "<strong>tab</strong>" keys.</p>
<p>Firstly, make sure you have installed <a href="http://www.linuxask.com/questions/how-to-install-homebrew-for-mac"> Homebrew</a>, then</p>
<pre><code># brew install git bash-completion</code></pre>
<p>And add the following lines in your <strong>~/.bash_profile</strong></p>
<pre><code>if [ -f `brew --prefix`/etc/bash_completion ]; then
    . `brew --prefix`/etc/bash_completion
fi</code></pre>
<p>Restart your terminal and now you can see the effect of bash complete by <strong>tabbing</strong>..</p>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href="http://www.linuxask.com/questions/how-to-install-redis-on-mac-osx-using-home-brew" rel="bookmark" title="How to install redis on Mac OSX using home brew">How to install redis on Mac OSX using home brew </a></li>
<li><a href="http://www.linuxask.com/questions/how-to-install-homebrew-for-mac" rel="bookmark" title="How to install homebrew for Mac?">How to install homebrew for Mac? </a></li>
<li><a href="http://www.linuxask.com/questions/how-to-disable-services-auto-startup-if-they-are-installed-using-home-brew" rel="bookmark" title="How to disable services auto startup if they are installed using home brew">How to disable services auto startup if they are installed using home brew </a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxask.com/questions/install-bash-completion-for-mac-osx/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to get the MD5 checksum of a file under Mac OSX</title>
		<link>http://www.linuxask.com/questions/how-to-get-the-md5-checksum-of-a-file-under-mac-osx</link>
		<comments>http://www.linuxask.com/questions/how-to-get-the-md5-checksum-of-a-file-under-mac-osx#comments</comments>
		<pubDate>Fri, 13 Jan 2012 15:42:59 +0000</pubDate>
		<dc:creator><![CDATA[Linux Ask!]]></dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[mac]]></category>

		<guid isPermaLink="false">http://www.linuxask.com/?p=3619</guid>
		<description><![CDATA[How to get the MD5 checksum of a file under Mac OSX Answer: To get the MD5 checksum of a file under Mac OSX, like the md5sum command in Linux, you can use: # md5 my-file.zip<div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href="http://www.linuxask.com/questions/how-to-perform-checksum-on-a-folder" rel="bookmark" title="How to perform checksum on a folder?">How to perform checksum on a folder? </a></li>
<li><a href="http://www.linuxask.com/questions/how-to-perform-checksum-on-a-file" rel="bookmark" title="How to perform checksum on a file?">How to perform checksum on a file? </a></li>
<li><a href="http://www.linuxask.com/questions/how-to-check-if-a-file-is-locked-in-linux" rel="bookmark" title="How to check if a file is locked in Linux?">How to check if a file is locked in Linux? </a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p>How to get the MD5 checksum of a file under Mac OSX</p>
<p><strong>Answer:</strong></p>
<p>To get the MD5 checksum of a file under Mac OSX, like the <a href="http://www.linuxask.com/questions/how-to-perform-checksum-on-a-file">md5sum </a>command in Linux, you can use:</p>
<p><code># md5 my-file.zip</code></p>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href="http://www.linuxask.com/questions/how-to-perform-checksum-on-a-folder" rel="bookmark" title="How to perform checksum on a folder?">How to perform checksum on a folder? </a></li>
<li><a href="http://www.linuxask.com/questions/how-to-perform-checksum-on-a-file" rel="bookmark" title="How to perform checksum on a file?">How to perform checksum on a file? </a></li>
<li><a href="http://www.linuxask.com/questions/how-to-check-if-a-file-is-locked-in-linux" rel="bookmark" title="How to check if a file is locked in Linux?">How to check if a file is locked in Linux? </a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxask.com/questions/how-to-get-the-md5-checksum-of-a-file-under-mac-osx/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Import private key into Mac&#8217;s KeyChain</title>
		<link>http://www.linuxask.com/questions/import-private-key-into-macs-keychain</link>
		<comments>http://www.linuxask.com/questions/import-private-key-into-macs-keychain#comments</comments>
		<pubDate>Mon, 09 Jan 2012 03:24:55 +0000</pubDate>
		<dc:creator><![CDATA[Linux Ask!]]></dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[mac]]></category>

		<guid isPermaLink="false">http://www.linuxask.com/?p=3615</guid>
		<description><![CDATA[Import private key into Mac's KeyChain Answer: To import a private key e.g. key.p12 into your login keychain, use the command: # security import key.p12 -k ~/Library/Keychains/login.keychain<div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href="http://www.linuxask.com/questions/get-the-ssh-public-key-from-private-key-file" rel="bookmark" title="Get the ssh public key from private key file">Get the ssh public key from private key file </a></li>
<li><a href="http://www.linuxask.com/questions/import-files-and-directories-into-a-svn-repository" rel="bookmark" title="Import files and directories into a SVN repository">Import files and directories into a SVN repository </a></li>
<li><a href="http://www.linuxask.com/questions/import-a-csv-file-into-mysql-database" rel="bookmark" title="Import a CSV file into MySQL database">Import a CSV file into MySQL database </a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p>Import private key into Mac's KeyChain</p>
<p><strong>Answer:</strong></p>
<p>To import a private key e.g. key.p12 into your login keychain, use the command:</p>
<p><code># security import key.p12 -k ~/Library/Keychains/login.keychain</code></p>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href="http://www.linuxask.com/questions/get-the-ssh-public-key-from-private-key-file" rel="bookmark" title="Get the ssh public key from private key file">Get the ssh public key from private key file </a></li>
<li><a href="http://www.linuxask.com/questions/import-files-and-directories-into-a-svn-repository" rel="bookmark" title="Import files and directories into a SVN repository">Import files and directories into a SVN repository </a></li>
<li><a href="http://www.linuxask.com/questions/import-a-csv-file-into-mysql-database" rel="bookmark" title="Import a CSV file into MySQL database">Import a CSV file into MySQL database </a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxask.com/questions/import-private-key-into-macs-keychain/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
