<?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>terminal Archives - Garbage In Garbage Out</title>
	<atom:link href="https://gigoblog.com/tag/terminal/feed/" rel="self" type="application/rss+xml" />
	<link>https://gigoblog.com/tag/terminal/</link>
	<description>Tech tips &#38; other words</description>
	<lastBuildDate>Mon, 03 Nov 2025 17:28:32 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>Clear Mac OS DNS cache via command line</title>
		<link>https://gigoblog.com/2025/10/28/clear-dns-cache-in-mac-os-via-command-line-all-versions/</link>
					<comments>https://gigoblog.com/2025/10/28/clear-dns-cache-in-mac-os-via-command-line-all-versions/#respond</comments>
		
		<dc:creator><![CDATA[Chris Brewer]]></dc:creator>
		<pubDate>Tue, 28 Oct 2025 10:52:59 +0000</pubDate>
				<category><![CDATA[Front Page]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[Mac OS]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Mac OS X Server]]></category>
		<category><![CDATA[terminal]]></category>
		<guid isPermaLink="false">http://www.gigoblog.com/?p=631</guid>

					<description><![CDATA[<p>The method for clearing or flushing the local cache in Mac OS has changed over the years. Here are all the Mac OS versions on one page that details how to clear Mac OS DNS cache via command line. TLDR; Add this alias to your .zshrc file: alias flushdns="sudo killall -HUP mDNSResponder;sudo killall mDNSResponderHelper;sudo dscacheutil [&#8230;]</p>
<p>The post <a href="https://gigoblog.com/2025/10/28/clear-dns-cache-in-mac-os-via-command-line-all-versions/">Clear Mac OS DNS cache via command line</a> appeared first on <a href="https://gigoblog.com">Garbage In Garbage Out</a>.</p>
]]></description>
		
					<wfw:commentRss>https://gigoblog.com/2025/10/28/clear-dns-cache-in-mac-os-via-command-line-all-versions/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Colorize your Terminal shell on Mac OS</title>
		<link>https://gigoblog.com/2019/10/09/colorize-your-terminal-shell-on-mac-os/</link>
					<comments>https://gigoblog.com/2019/10/09/colorize-your-terminal-shell-on-mac-os/#respond</comments>
		
		<dc:creator><![CDATA[Chris Brewer]]></dc:creator>
		<pubDate>Wed, 09 Oct 2019 15:09:35 +0000</pubDate>
				<category><![CDATA[Front Page]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[Mac OS]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[terminal]]></category>
		<guid isPermaLink="false">http://gigoblog.com/?p=692</guid>

					<description><![CDATA[<p>You need to add color into Mac OS terminal. Apple&#8217;s default settings for BASH are less than lovely — just shades of gray. Here&#8217;s how to add color to BASH for your visual enjoyment. Here&#8217;s what we&#8217;re going to create: From Terminal, edit your .bash_profile: vi ~/.bash_profile Add to it: export PS1="\[\033[36m\]\u\[\033[m\]@\[\033[32m\]\h:\[\033[33;1m\]\w\[\033[m\]\$ " export CLICOLOR=1 [&#8230;]</p>
<p>The post <a href="https://gigoblog.com/2019/10/09/colorize-your-terminal-shell-on-mac-os/">Colorize your Terminal shell on Mac OS</a> appeared first on <a href="https://gigoblog.com">Garbage In Garbage Out</a>.</p>
]]></description>
		
					<wfw:commentRss>https://gigoblog.com/2019/10/09/colorize-your-terminal-shell-on-mac-os/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Change permissions on all files and/or all directories</title>
		<link>https://gigoblog.com/2011/09/14/change-permissions-on-all-files-o-directories/</link>
					<comments>https://gigoblog.com/2011/09/14/change-permissions-on-all-files-o-directories/#respond</comments>
		
		<dc:creator><![CDATA[Chris Brewer]]></dc:creator>
		<pubDate>Wed, 14 Sep 2011 21:12:29 +0000</pubDate>
				<category><![CDATA[Front Page]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Mac OS X Server]]></category>
		<category><![CDATA[terminal]]></category>
		<guid isPermaLink="false">http://www.gigoblog.com/?p=306</guid>

					<description><![CDATA[<p>I recently needed to change the permissions of all files inside a directory (only files but not folders), including subdirectories. From the command line in Mac OS X, I ran this command with success which changed all files recursively to 666 (rw-rw-rw-): sudo find . -type f -exec chmod 666 {} \; Likewise, to change [&#8230;]</p>
<p>The post <a href="https://gigoblog.com/2011/09/14/change-permissions-on-all-files-o-directories/">Change permissions on all files and/or all directories</a> appeared first on <a href="https://gigoblog.com">Garbage In Garbage Out</a>.</p>
]]></description>
		
					<wfw:commentRss>https://gigoblog.com/2011/09/14/change-permissions-on-all-files-o-directories/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Add MySQL to terminal shell in Mac OS X</title>
		<link>https://gigoblog.com/2011/03/13/add-mysql-to-terminal-shell-in-mac-os-x/</link>
					<comments>https://gigoblog.com/2011/03/13/add-mysql-to-terminal-shell-in-mac-os-x/#comments</comments>
		
		<dc:creator><![CDATA[Chris Brewer]]></dc:creator>
		<pubDate>Sun, 13 Mar 2011 21:15:27 +0000</pubDate>
				<category><![CDATA[Front Page]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[terminal]]></category>
		<guid isPermaLink="false">http://www.gigoblog.com/?p=281</guid>

					<description><![CDATA[<p>Mac OS X 10.6 snow leopard uses the bash shell by default. If you install MySQL from the disk image (dmg) from http://dev.mysql.com/downloads/, you can make it easy to access the mysql binary from the command line by adding it to your bash path. Here&#8217;s how: Open terminal, and type: echo 'export PATH=/usr/local/mysql/bin:$PATH' &#62;&#62; ~/.bash_profile [&#8230;]</p>
<p>The post <a href="https://gigoblog.com/2011/03/13/add-mysql-to-terminal-shell-in-mac-os-x/">Add MySQL to terminal shell in Mac OS X</a> appeared first on <a href="https://gigoblog.com">Garbage In Garbage Out</a>.</p>
]]></description>
		
					<wfw:commentRss>https://gigoblog.com/2011/03/13/add-mysql-to-terminal-shell-in-mac-os-x/feed/</wfw:commentRss>
			<slash:comments>13</slash:comments>
		
		
			</item>
	</channel>
</rss>
