<?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>My MacOS X&#187; Terminal</title>
	<atom:link href="http://www.mymacosx.com/terminal/feed" rel="self" type="application/rss+xml" />
	<link>http://www.mymacosx.com</link>
	<description>Tips and Tricks for the MacOS X</description>
	<lastBuildDate>Wed, 08 Sep 2010 01:53:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>A wget replacement for MAC OS X</title>
		<link>http://www.mymacosx.com/terminal/wget-replacement-macos.html</link>
		<comments>http://www.mymacosx.com/terminal/wget-replacement-macos.html#comments</comments>
		<pubDate>Sat, 03 Apr 2010 06:31:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Terminal]]></category>
		<category><![CDATA[Tricks and Tips]]></category>
		<category><![CDATA[network]]></category>

		<guid isPermaLink="false">http://www.mymacosx.com/?p=511</guid>
		<description><![CDATA[So when you need to download a large file and don’t want to have to worry about whether or not Safari or Firefox continues to run with out interruption, use Terminal and curl (wget replacement). Note: wget is not exists in Leopard,  you should set up an alias for wget to curl -O which does [...]<p><a href="http://www.mymacosx.com/terminal/wget-replacement-macos.html">A wget replacement for MAC OS X</a> is a post from: <a href="http://www.mymacosx.com">My MacOS X</a></p>


<div style="background-color:#F4F4F4;padding: 5px;border-width:1px; border-style:solid; border-color:#ccc;">
<h3 style="color:#606060;font-size:16px">Related Articles</h3>
<ul>
		<li><a href="http://www.mymacosx.com/firefox/firefox-3-6-released.html" rel="bookmark" style="color:#000;font-size:13px">Firefox 3.6 released</a><!-- (6.98665)--></li>
		<li><a href="http://www.mymacosx.com/terminal/handy-collection-terminal-commands-tweaking.html" rel="bookmark" style="color:#000;font-size:13px">The best collection of handy Terminal Commands for Leopard Tweaking</a><!-- (5.10551)--></li>
	</ul>
</div>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-647" title="wget" src="http://www.mymacosx.com/files/2010/04/wget1.png" alt="wget replacment curl" width="128" height="128" />So when you need to download a large file and don’t want to have to worry about whether or not Safari or Firefox continues to run with out interruption, use Terminal and curl (wget replacement).</p>
<p>Note: wget is not exists in Leopard,  you should set up an alias for wget to curl -O which does  exactly the same thing:</p>
<p><code>echo 'alias wget="curl -O"' &gt;&gt; ~/.bash_profile</code></p>
<p>Your are done. Now just easy to use in Terminal. Here example to download iTunes.<br />
<code>wget http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iTunes9/061-7203.20100330.XswP8/iTunes9.1.dmg</code></p>
<h3>Curl is better than wget for the following reasons:</h3>
<ul>
<li>Uses libcurl a cross platform library</li>
<li>curl sends more stuff to stdout and reads more from stdin</li>
<li>curl supports ftp, ftps, http, https, scp sftp, tftp, telnet, dict,  ldap and ldaps while wget</li>
<li>supports only http, https and ftp</li>
<li>curl has ssl support</li>
<li>libcurl supports more http authentication methods</li>
<li>Curl is bidirectional while wget offers http post support only</li>
<li>Curl has more development activities.</li>
</ul>
<p>In fact, <strong>curl offers substantially better download statistics</strong> during<br />
interactive use. It also has th excellent libCURL, which programs in the<br />
operating system leverage as a transport layer. This is simply not<br />
possible using wget, and writing an HTTP 1.1 client is pointless when a<br />
really good one is already available.</p>
<p>Anything you can do with <strong>wget</strong> you can do with curl (with a little effort),<br />
but no amount of effort will result in a well-factored libWGET. You can<br />
(and I have) implemented recursive retrieval by passing the output of curl<br />
through a sed script to find <a> tags and download the target with more<br />
curl invocations.</a></p>
<script src="http://feeds.feedburner.com/~s/MyMacosX?i=http://www.mymacosx.com/terminal/wget-replacement-macos.html" type="text/javascript" charset="utf-8"></script><p><a href="http://www.mymacosx.com/terminal/wget-replacement-macos.html">A wget replacement for MAC OS X</a> is a post from: <a href="http://www.mymacosx.com">My MacOS X</a></p>


<div style="background-color:#F4F4F4;padding: 5px;border-width:1px; border-style:solid; border-color:#ccc;">
<h3 style="color:#606060;font-size:16px">Related Articles</h3>
<ul>
		<li><a href="http://www.mymacosx.com/firefox/firefox-3-6-released.html" rel="bookmark" style="color:#000;font-size:13px">Firefox 3.6 released</a><!-- (6.98665)--></li>
		<li><a href="http://www.mymacosx.com/terminal/handy-collection-terminal-commands-tweaking.html" rel="bookmark" style="color:#000;font-size:13px">The best collection of handy Terminal Commands for Leopard Tweaking</a><!-- (5.10551)--></li>
	</ul>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.mymacosx.com/terminal/wget-replacement-macos.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do I reset my Mac OS X admin root password without an CD/DVD?</title>
		<link>http://www.mymacosx.com/snow-leopard/howto-reset-macosx-admin-root-password.html</link>
		<comments>http://www.mymacosx.com/snow-leopard/howto-reset-macosx-admin-root-password.html#comments</comments>
		<pubDate>Mon, 22 Feb 2010 02:56:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Snow Leopard]]></category>
		<category><![CDATA[Terminal]]></category>
		<category><![CDATA[Tricks and Tips]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.mymacosx.com/?p=529</guid>
		<description><![CDATA[To reset your OS X password without an OS X CD you have two ways First Way &#8220;create a new admin account&#8221; Reboot Hold apple + s down after you hear the chime. When you get text prompt enter in these terminal commands to create a brand new admin account (hitting return after each line): [...]<p><a href="http://www.mymacosx.com/snow-leopard/howto-reset-macosx-admin-root-password.html">How do I reset my Mac OS X admin root password without an CD/DVD?</a> is a post from: <a href="http://www.mymacosx.com">My MacOS X</a></p>


<div style="background-color:#F4F4F4;padding: 5px;border-width:1px; border-style:solid; border-color:#ccc;">
<h3 style="color:#606060;font-size:16px">Related Articles</h3>
<ul>
		<li><a href="http://www.mymacosx.com/tricks-and-tips/delayed-screensaver-password.html" rel="bookmark" style="color:#000;font-size:13px">Delayed Screensaver Password</a><!-- (10.8027)--></li>
		<li><a href="http://www.mymacosx.com/software-updates/itunes-903-update-fixes-store-password-bug.html" rel="bookmark" style="color:#000;font-size:13px">ITunes 9.0.3 Update &#8211; Fixes ITunes Store Password Bug</a><!-- (6.3758)--></li>
		<li><a href="http://www.mymacosx.com/snow-leopard/instant-screensaver-activation-keys.html" rel="bookmark" style="color:#000;font-size:13px">Instant Screensaver activation Key/Screen Lock Key</a><!-- (5.91256)--></li>
	</ul>
</div>]]></description>
			<content:encoded><![CDATA[<p>To reset your OS X password without an OS X CD you have two ways<br />
<img class="aligncenter size-full wp-image-531" title="reset password shortcuts" src="http://www.mymacosx.com/files/2010/02/080309-resetpassword.jpg" alt="" width="250" height="140" /></p>
<h3>First Way &#8220;create a new admin account&#8221;</h3>
<ol>
<li>Reboot</li>
<li><strong>Hold apple + s down</strong> after you hear the chime.</li>
<li>When you get text prompt enter in these terminal commands to create a  brand new admin account (hitting return after each line):
<ul>
<li>mount -uw /</li>
<li>rm /var/db/.AppleSetupDone</li>
<li>shutdown -h now</li>
</ul>
</li>
<li>After rebooting you should have a brand new admin account. When you  login as the new admin you can simply delete the old one and you’re good  to go again!</li>
</ol>
<h3>Second way &#8220;Resetting or changing your existing password&#8221;</h3>
<p>If you&#8217;ve ever forgotten your user account password in OS X, All you need is to remember your username (you do remember that, right?) and then reboot your computer.</p>
<ol>
<li><strong>Hold apple + s down</strong> after you hear the chime.</li>
<li>sh /etc/rc</li>
<li>passwd yourusername</li>
<li>reboot</li>
</ol>
<p>P.S. The only major downside to resetting your password this way is that you&#8217;ll lose all keychain passwords,</p>
<script src="http://feeds.feedburner.com/~s/MyMacosX?i=http://www.mymacosx.com/snow-leopard/howto-reset-macosx-admin-root-password.html" type="text/javascript" charset="utf-8"></script><p><a href="http://www.mymacosx.com/snow-leopard/howto-reset-macosx-admin-root-password.html">How do I reset my Mac OS X admin root password without an CD/DVD?</a> is a post from: <a href="http://www.mymacosx.com">My MacOS X</a></p>


<div style="background-color:#F4F4F4;padding: 5px;border-width:1px; border-style:solid; border-color:#ccc;">
<h3 style="color:#606060;font-size:16px">Related Articles</h3>
<ul>
		<li><a href="http://www.mymacosx.com/tricks-and-tips/delayed-screensaver-password.html" rel="bookmark" style="color:#000;font-size:13px">Delayed Screensaver Password</a><!-- (10.8027)--></li>
		<li><a href="http://www.mymacosx.com/software-updates/itunes-903-update-fixes-store-password-bug.html" rel="bookmark" style="color:#000;font-size:13px">ITunes 9.0.3 Update &#8211; Fixes ITunes Store Password Bug</a><!-- (6.3758)--></li>
		<li><a href="http://www.mymacosx.com/snow-leopard/instant-screensaver-activation-keys.html" rel="bookmark" style="color:#000;font-size:13px">Instant Screensaver activation Key/Screen Lock Key</a><!-- (5.91256)--></li>
	</ul>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.mymacosx.com/snow-leopard/howto-reset-macosx-admin-root-password.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VIM: Making it Work on Leopard</title>
		<link>http://www.mymacosx.com/terminal/vim-vi-colors-settings-snow-leopard.html</link>
		<comments>http://www.mymacosx.com/terminal/vim-vi-colors-settings-snow-leopard.html#comments</comments>
		<pubDate>Wed, 23 Dec 2009 00:23:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Terminal]]></category>
		<category><![CDATA[syntax]]></category>
		<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://www.mymacosx.com/?p=441</guid>
		<description><![CDATA[The default vim is  pretty bland and unimpressive. I would share a few of the settings I have found or plundered from Linux installations in order to make vim more usable. This can go in your .vimrc or in a global location such as /usr/share/vim/vimrc. I would be interested in what other command line and [...]<p><a href="http://www.mymacosx.com/terminal/vim-vi-colors-settings-snow-leopard.html">VIM: Making it Work on Leopard</a> is a post from: <a href="http://www.mymacosx.com">My MacOS X</a></p>


<div style="background-color:#F4F4F4;padding: 5px;border-width:1px; border-style:solid; border-color:#ccc;">
<h3 style="color:#606060;font-size:16px">Related Articles</h3>
<!--
No related articles.-->
</div>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.mymacosx.com/files/2009/12/vim.jpg"><img class="size-medium wp-image-445 alignleft" style="margin-left: 10px;margin-right: 10px" title="vim vi snow leopard" src="http://www.mymacosx.com/files/2009/12/vim-300x171.jpg" alt="vim vi snow leopard" width="300" height="171" /></a>The default <strong>vim</strong> is  pretty bland and unimpressive. I would share a few of the settings I have found or plundered from Linux installations in order to make <strong>vim more usable</strong>.</p>
<p>This can go in your .vimrc or in a global location such as /usr/share/vim/vimrc.<br />
I would be interested in what other command line and vim users do to improve Snow Leopard.</p>
<h3>step 1. Add following code to <strong>/usr/share/vim/vimrc</strong></h3>
<pre class="brush: bash;">
set nocompatible &quot; Use Vim defaults
set bs=2 &quot; backspacing over everything in insert mode
set ai &quot; Auto indenting
set history=100 &quot; keep 100 lines of history
set ruler &quot; show the cursor position

set viminfo='20,\&quot;200 &quot; keep a .viminfo file

syntax on &quot; syntax highlighting
set hlsearch &quot; highlight the last searched term

filetype plugin on &quot; use the file type plugins

&quot; When editing a file, always jump to the last cursor position
autocmd BufReadPost *
\ if ! exists(&quot;g:leave_my_cursor_position_alone&quot;) |
\ if line(&quot;'\&quot;&quot;) &gt; 0 &amp;&amp; line (&quot;'\&quot;&quot;) &lt;= line(&quot;$&quot;) |
\ exe &quot;normal g'\&quot;&quot; |
\ endif |
\ endif
</pre>
<h3>step 2. Make alias vi = vim</h3>
<p>open ~/.bash_profile and add following code</p>
<pre class="brush: bash;">
alias vi=vim
</pre>
<script src="http://feeds.feedburner.com/~s/MyMacosX?i=http://www.mymacosx.com/terminal/vim-vi-colors-settings-snow-leopard.html" type="text/javascript" charset="utf-8"></script><p><a href="http://www.mymacosx.com/terminal/vim-vi-colors-settings-snow-leopard.html">VIM: Making it Work on Leopard</a> is a post from: <a href="http://www.mymacosx.com">My MacOS X</a></p>


<div style="background-color:#F4F4F4;padding: 5px;border-width:1px; border-style:solid; border-color:#ccc;">
<h3 style="color:#606060;font-size:16px">Related Articles</h3>
<!--<p>No related articles.</p>-->
</div>]]></content:encoded>
			<wfw:commentRss>http://www.mymacosx.com/terminal/vim-vi-colors-settings-snow-leopard.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Restart VNC service REMOTELY!</title>
		<link>http://www.mymacosx.com/terminal/restart-vnc-service-remotely.html</link>
		<comments>http://www.mymacosx.com/terminal/restart-vnc-service-remotely.html#comments</comments>
		<pubDate>Fri, 11 Dec 2009 03:32:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Terminal]]></category>
		<category><![CDATA[Utilities Suite]]></category>
		<category><![CDATA[crash]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[vnc]]></category>

		<guid isPermaLink="false">http://www.mymacosx.com/?p=427</guid>
		<description><![CDATA[You may never need this, but if you administer servers remotely via the built in Apple VNC, it is the best trick ever. However, the VNC service occasionally crashes, and locks my session. It also refuses any more VNC logins. This is particularly frustrating when I am off site! Apple has analyzed this and has [...]<p><a href="http://www.mymacosx.com/terminal/restart-vnc-service-remotely.html">Restart VNC service REMOTELY!</a> is a post from: <a href="http://www.mymacosx.com">My MacOS X</a></p>


<div style="background-color:#F4F4F4;padding: 5px;border-width:1px; border-style:solid; border-color:#ccc;">
<h3 style="color:#606060;font-size:16px">Related Articles</h3>
<ul>
		<li><a href="http://www.mymacosx.com/snow-leopard/howto-reset-macosx-admin-root-password.html" rel="bookmark" style="color:#000;font-size:13px">How do I reset my Mac OS X admin root password without an CD/DVD?</a><!-- (9.27383)--></li>
	</ul>
</div>]]></description>
			<content:encoded><![CDATA[<p><em>You may never need this, but if you </em>administer servers remotely via the built in<strong> Apple VNC</strong><em>, it is the best trick ever.</em></p>
<p>However, the VNC service occasionally crashes, and locks my session. It also refuses any more VNC logins. This is particularly frustrating when I am off site! Apple has analyzed this and has no explanation or fix.</p>
<p>Here solution howto fix it:  If <strong>SSH</strong> access is enabled on the server, you can connect to the server via an SSH client  and run this command:</p>
<p><code>sudo /System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Resources/kickstart -restart -agent</code></p>
<p>You must log in with admin rights, and must enter the admin password again to run the command. It can take a minute to run. After it finishes you&#8217;ll able to login again via VNC.<br />
<img class="alignnone size-medium wp-image-428" title="macosx-vnc" src="http://www.mymacosx.com/files/2009/12/macosx-vnc-300x245.png" alt="macosx-vnc" width="300" height="245" /></p>
<p>You can play with remotely once you kickstart ARD<br />
<a href="http://support.apple.com/kb/HT2370?viewlocale=en_US" target="_blank">http://support.apple.com/kb/HT2370?viewlocale=en_US</a></p>
<script src="http://feeds.feedburner.com/~s/MyMacosX?i=http://www.mymacosx.com/terminal/restart-vnc-service-remotely.html" type="text/javascript" charset="utf-8"></script><p><a href="http://www.mymacosx.com/terminal/restart-vnc-service-remotely.html">Restart VNC service REMOTELY!</a> is a post from: <a href="http://www.mymacosx.com">My MacOS X</a></p>


<div style="background-color:#F4F4F4;padding: 5px;border-width:1px; border-style:solid; border-color:#ccc;">
<h3 style="color:#606060;font-size:16px">Related Articles</h3>
<ul>
		<li><a href="http://www.mymacosx.com/snow-leopard/howto-reset-macosx-admin-root-password.html" rel="bookmark" style="color:#000;font-size:13px">How do I reset my Mac OS X admin root password without an CD/DVD?</a><!-- (9.27383)--></li>
	</ul>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.mymacosx.com/terminal/restart-vnc-service-remotely.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bandwidth Throttling</title>
		<link>http://www.mymacosx.com/terminal/bandwidth-throttling.html</link>
		<comments>http://www.mymacosx.com/terminal/bandwidth-throttling.html#comments</comments>
		<pubDate>Thu, 05 Nov 2009 01:22:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Terminal]]></category>
		<category><![CDATA[Tricks and Tips]]></category>
		<category><![CDATA[net]]></category>

		<guid isPermaLink="false">http://www.mymacosx.com/?p=350</guid>
		<description><![CDATA[Advanced OS X users know that Darwin comes with ipfw, which can be used to set up a custom firewall. IPFW&#8217;s flexibility, very targeted bandwidth limiting rules can be made in only a few lines. This same service however can be used to also limit bandwidth on specific ports. The following ipfw rules will limit [...]<p><a href="http://www.mymacosx.com/terminal/bandwidth-throttling.html">Bandwidth Throttling</a> is a post from: <a href="http://www.mymacosx.com">My MacOS X</a></p>


<div style="background-color:#F4F4F4;padding: 5px;border-width:1px; border-style:solid; border-color:#ccc;">
<h3 style="color:#606060;font-size:16px">Related Articles</h3>
<ul>
		<li><a href="http://www.mymacosx.com/development/macports-install.html" rel="bookmark" style="color:#000;font-size:13px">MacPorts | Compile and install Linux commands</a><!-- (5.58314)--></li>
	</ul>
</div>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-thumbnail wp-image-353" style="margin-left: 10px;margin-right: 10px" src="http://www.mymacosx.com/files/2009/11/basndwidth-throttle-150x150.gif" alt="basndwidth-throttle" width="150" height="150" />Advanced OS X users know that Darwin comes with <strong>ipfw</strong>, which can be used to set up a custom firewall. IPFW&#8217;s flexibility, very targeted bandwidth limiting rules can be made in only a few lines. This same service however can be used to also limit bandwidth on specific ports.</p>
<p>The following ipfw rules will limit connections from Mac to ISP’s mail server to 100K per second only for outgoing smtp connections:</p>
<pre class="brush: plain;">sudo ipfw pipe 1 config bw 100Kbit/s
sudo ipfw pipe 1 tcp from me to smtp.west.cox.net 25</pre>
<p>Obviously, the rate can be tailored to anything you like, and the rule is specific enough not to get in the way of any other connections going on.<br />
to remove the pipe from the port</p>
<pre class="brush: plain;">sudo ipfw delete 1</pre>
<h3>Another example could be for <a href="//development">webdevelopers</a></h3>
<p>You should see how long it takes modern sites to load on 56k…</p>
<p>Create a pipe that only allows up to 15KB/s</p>
<pre class="brush: plain;">sudo ipfw pipe 1 config bw 15KByte/s</pre>
<p>Attach that pipe to the outgoing traffic on port 80</p>
<pre class="brush: plain;">sudo ipfw add 1 pipe 1 src-port 80</pre>
<p>Delete the pipe when finished</p>
<pre class="brush: plain;">sudo ipfw delete 1</pre>
<script src="http://feeds.feedburner.com/~s/MyMacosX?i=http://www.mymacosx.com/terminal/bandwidth-throttling.html" type="text/javascript" charset="utf-8"></script><p><a href="http://www.mymacosx.com/terminal/bandwidth-throttling.html">Bandwidth Throttling</a> is a post from: <a href="http://www.mymacosx.com">My MacOS X</a></p>


<div style="background-color:#F4F4F4;padding: 5px;border-width:1px; border-style:solid; border-color:#ccc;">
<h3 style="color:#606060;font-size:16px">Related Articles</h3>
<ul>
		<li><a href="http://www.mymacosx.com/development/macports-install.html" rel="bookmark" style="color:#000;font-size:13px">MacPorts | Compile and install Linux commands</a><!-- (5.58314)--></li>
	</ul>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.mymacosx.com/terminal/bandwidth-throttling.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The best collection of handy Terminal Commands for Leopard Tweaking</title>
		<link>http://www.mymacosx.com/terminal/handy-collection-terminal-commands-tweaking.html</link>
		<comments>http://www.mymacosx.com/terminal/handy-collection-terminal-commands-tweaking.html#comments</comments>
		<pubDate>Wed, 28 Oct 2009 19:19:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Terminal]]></category>
		<category><![CDATA[Tricks and Tips]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[preferences]]></category>

		<guid isPermaLink="false">http://www.mymacosx.com/?p=331</guid>
		<description><![CDATA[A dark scary place full of text. That’s how it feels at first anyway. This is a selection of Terminal Commands that I have found particularly useful. Change settings for Spaces, Spotlight, Dock, Finder, Time Machine, System, etc that aren&#8217;t accessible through the application or system preferences. If you are just making your first forays [...]<p><a href="http://www.mymacosx.com/terminal/handy-collection-terminal-commands-tweaking.html">The best collection of handy Terminal Commands for Leopard Tweaking</a> is a post from: <a href="http://www.mymacosx.com">My MacOS X</a></p>


<div style="background-color:#F4F4F4;padding: 5px;border-width:1px; border-style:solid; border-color:#ccc;">
<h3 style="color:#606060;font-size:16px">Related Articles</h3>
<ul>
		<li><a href="http://www.mymacosx.com/terminal/terminal-split-windows.html" rel="bookmark" style="color:#000;font-size:13px">Terminal Split Windows in Snow Leopard 10.6</a><!-- (8.2289)--></li>
		<li><a href="http://www.mymacosx.com/snow-leopard/only-show-windows-current-space-expose.html" rel="bookmark" style="color:#000;font-size:13px">Only show windows from current Space in Exposé System 10.6</a><!-- (6.94404)--></li>
		<li><a href="http://www.mymacosx.com/tricks-and-tips/quckly-switch-next-wallpaper.html" rel="bookmark" style="color:#000;font-size:13px">Quckly switch to next wallpaper picture</a><!-- (6.68444)--></li>
	</ul>
</div>]]></description>
			<content:encoded><![CDATA[<p>A dark scary place full of text. That’s how it feels at first anyway. This is a selection of Terminal Commands that I have found particularly useful. Change settings for Spaces, Spotlight, Dock, Finder, Time Machine, System, etc that aren&#8217;t accessible through the application or system preferences. If you are just making your first forays into OS X Terminal land hopefully they will help you out.</p>
<p>Here are some very useful terminal commands and tips for hidden Mac OS X settings.</p>
<h3>All subjects</h3>
<ul class="anchors">
<li><a href="http://www.mymacosx.com/terminal-commands#finder">Finder</a></li>
<li><a href="http://www.mymacosx.com/terminal-commands#dock">Dock</a></li>
<li><a href="http://www.mymacosx.com/terminal-commands#spaces">Spaces</a></li>
<li><a href="http://www.mymacosx.com/terminal-commands#desktop">Desktop</a></li>
<li><a href="http://www.mymacosx.com/terminal-commands#time_machine">Time Machine</a></li>
<li><a href="http://www.mymacosx.com/terminal-commands#spotlight">Spotlight</a></li>
<li><a href="http://www.mymacosx.com/terminal-commands#iso">ISO CD/DVD</a></li>
<li><a href="http://www.mymacosx.com/terminal-commands#remote_desktop">Remote Desktop</a></li>
<li><a href="http://www.mymacosx.com/terminal-commands#network">Network</a></li>
<li><a href="http://www.mymacosx.com/terminal-commands#system_commands">System commands</a></li>
<li><a href="http://www.mymacosx.com/terminal-commands#processes">Applications and processes</a></li>
<li><a href="http://www.mymacosx.com/terminal-commands#files">Files management</a></li>
</ul>
<script src="http://feeds.feedburner.com/~s/MyMacosX?i=http://www.mymacosx.com/terminal/handy-collection-terminal-commands-tweaking.html" type="text/javascript" charset="utf-8"></script><p><a href="http://www.mymacosx.com/terminal/handy-collection-terminal-commands-tweaking.html">The best collection of handy Terminal Commands for Leopard Tweaking</a> is a post from: <a href="http://www.mymacosx.com">My MacOS X</a></p>


<div style="background-color:#F4F4F4;padding: 5px;border-width:1px; border-style:solid; border-color:#ccc;">
<h3 style="color:#606060;font-size:16px">Related Articles</h3>
<ul>
		<li><a href="http://www.mymacosx.com/terminal/terminal-split-windows.html" rel="bookmark" style="color:#000;font-size:13px">Terminal Split Windows in Snow Leopard 10.6</a><!-- (8.2289)--></li>
		<li><a href="http://www.mymacosx.com/snow-leopard/only-show-windows-current-space-expose.html" rel="bookmark" style="color:#000;font-size:13px">Only show windows from current Space in Exposé System 10.6</a><!-- (6.94404)--></li>
		<li><a href="http://www.mymacosx.com/tricks-and-tips/quckly-switch-next-wallpaper.html" rel="bookmark" style="color:#000;font-size:13px">Quckly switch to next wallpaper picture</a><!-- (6.68444)--></li>
	</ul>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.mymacosx.com/terminal/handy-collection-terminal-commands-tweaking.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Only show windows from current Space in Exposé System 10.6</title>
		<link>http://www.mymacosx.com/snow-leopard/only-show-windows-current-space-expose.html</link>
		<comments>http://www.mymacosx.com/snow-leopard/only-show-windows-current-space-expose.html#comments</comments>
		<pubDate>Mon, 19 Oct 2009 04:31:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Snow Leopard]]></category>
		<category><![CDATA[Terminal]]></category>
		<category><![CDATA[Tricks and Tips]]></category>
		<category><![CDATA[expose]]></category>
		<category><![CDATA[space]]></category>

		<guid isPermaLink="false">http://www.mymacosx.com/?p=250</guid>
		<description><![CDATA[In 10.6 that when use Exposé in Application Windows mode, it shows  all windows, not just the ones in the current Space. I always end up clicking on the wrong window and being whisked away to a another Space. To stop that from happening, open Terminal and run these two commands: defaults write com.apple.dock wvous-show-windows-in-other-spaces [...]<p><a href="http://www.mymacosx.com/snow-leopard/only-show-windows-current-space-expose.html">Only show windows from current Space in Exposé System 10.6</a> is a post from: <a href="http://www.mymacosx.com">My MacOS X</a></p>


<div style="background-color:#F4F4F4;padding: 5px;border-width:1px; border-style:solid; border-color:#ccc;">
<h3 style="color:#606060;font-size:16px">Related Articles</h3>
<ul>
		<li><a href="http://www.mymacosx.com/snow-leopard/minimize-windows-dock.html" rel="bookmark" style="color:#000;font-size:13px">Minimize windows into Dock icons</a><!-- (14.8071)--></li>
		<li><a href="http://www.mymacosx.com/snow-leopard/use-tab-key-snow-leopard-keyboard-shortcuts.html" rel="bookmark" style="color:#000;font-size:13px">Use Tab key in Snow Leopard keyboard shortcuts</a><!-- (9.04784)--></li>
		<li><a href="http://www.mymacosx.com/tricks-and-tips/quckly-switch-next-wallpaper.html" rel="bookmark" style="color:#000;font-size:13px">Quckly switch to next wallpaper picture</a><!-- (7.12266)--></li>
	</ul>
</div>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-thumbnail wp-image-251" style="margin-left: 5px;margin-right: 5px" src="http://www.mymacosx.com/files/2009/10/expose-150x150.jpg" alt="expose" width="150" height="150" />In 10.6 that when use Exposé in Application Windows mode, it shows  <em>all</em> windows, not just the ones in the current Space. I always end up clicking on the wrong window and being whisked away to a another Space.</p>
<p><strong>To stop that from happening, open Terminal and run these two commands:</strong></p>
<pre class="brush: plain;">
defaults write com.apple.dock wvous-show-windows-in-other-spaces -bool FALSE
killall Dock
</pre>
<p>From now on, Exposés Application Windows mode will only show windows in the current Space.</p>
<p><strong>To reverse this hint, use </strong></p>
<pre class="brush: plain;">
defaults delete com.apple.dock wvous-show-windows-in-other-spaces
killall Dock
</pre>
<p>Source: <a rel="nofollow" href="http://www.macosxhints.com/article.php?story=20090930071112438" target="_blank">mymacosx</a></p>
<script src="http://feeds.feedburner.com/~s/MyMacosX?i=http://www.mymacosx.com/snow-leopard/only-show-windows-current-space-expose.html" type="text/javascript" charset="utf-8"></script><p><a href="http://www.mymacosx.com/snow-leopard/only-show-windows-current-space-expose.html">Only show windows from current Space in Exposé System 10.6</a> is a post from: <a href="http://www.mymacosx.com">My MacOS X</a></p>


<div style="background-color:#F4F4F4;padding: 5px;border-width:1px; border-style:solid; border-color:#ccc;">
<h3 style="color:#606060;font-size:16px">Related Articles</h3>
<ul>
		<li><a href="http://www.mymacosx.com/snow-leopard/minimize-windows-dock.html" rel="bookmark" style="color:#000;font-size:13px">Minimize windows into Dock icons</a><!-- (14.8071)--></li>
		<li><a href="http://www.mymacosx.com/snow-leopard/use-tab-key-snow-leopard-keyboard-shortcuts.html" rel="bookmark" style="color:#000;font-size:13px">Use Tab key in Snow Leopard keyboard shortcuts</a><!-- (9.04784)--></li>
		<li><a href="http://www.mymacosx.com/tricks-and-tips/quckly-switch-next-wallpaper.html" rel="bookmark" style="color:#000;font-size:13px">Quckly switch to next wallpaper picture</a><!-- (7.12266)--></li>
	</ul>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.mymacosx.com/snow-leopard/only-show-windows-current-space-expose.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Terminal Split Windows in Snow Leopard 10.6</title>
		<link>http://www.mymacosx.com/terminal/terminal-split-windows.html</link>
		<comments>http://www.mymacosx.com/terminal/terminal-split-windows.html#comments</comments>
		<pubDate>Thu, 01 Oct 2009 08:05:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Terminal]]></category>
		<category><![CDATA[Tricks and Tips]]></category>
		<category><![CDATA[short keys]]></category>
		<category><![CDATA[Snow Leopard]]></category>
		<category><![CDATA[Text Editor]]></category>

		<guid isPermaLink="false">http://www.mymacosx.com/?p=175</guid>
		<description><![CDATA[Snow Leopard’s Terminal has a new very useful feature &#8220;SPLIT&#8221; / &#8220;COLLAPSE&#8221; as in many text editors. Check out the split/collapse window buttons here above the scroll bar: Click the top “split” button or press Command+D shortcut and now you’ve got your window split into two usable panes like so: To collapse the window press [...]<p><a href="http://www.mymacosx.com/terminal/terminal-split-windows.html">Terminal Split Windows in Snow Leopard 10.6</a> is a post from: <a href="http://www.mymacosx.com">My MacOS X</a></p>


<div style="background-color:#F4F4F4;padding: 5px;border-width:1px; border-style:solid; border-color:#ccc;">
<h3 style="color:#606060;font-size:16px">Related Articles</h3>
<ul>
		<li><a href="http://www.mymacosx.com/snow-leopard/screen-capture-snow-leopard.html" rel="bookmark" style="color:#000;font-size:13px">Screen Capture in Snow Leopard</a><!-- (10.7798)--></li>
		<li><a href="http://www.mymacosx.com/snow-leopard/use-tab-key-snow-leopard-keyboard-shortcuts.html" rel="bookmark" style="color:#000;font-size:13px">Use Tab key in Snow Leopard keyboard shortcuts</a><!-- (10.5879)--></li>
		<li><a href="http://www.mymacosx.com/snow-leopard/snow-leopard-folder-content-previews-in-quick-look.html" rel="bookmark" style="color:#000;font-size:13px">Snow/Leopard &#8211; Folder content previews in Quick Look</a><!-- (10.3977)--></li>
	</ul>
</div>]]></description>
			<content:encoded><![CDATA[<p>Snow Leopard’s Terminal has a new very useful feature &#8220;SPLIT&#8221; / &#8220;COLLAPSE&#8221; as in many<a title="Text Editors" href="http://www.mymacosx.com/textedit"> text editors</a>. Check out the split/collapse window buttons here above the scroll bar:</p>
<p style="text-align: center"><img class="size-full wp-image-176 aligncenter" src="http://www.mymacosx.com/files/2009/10/split-terminal.png" alt="split terminal button" width="363" height="234" /></p>
<p>Click the top “split” button or press <span style="color: #ff6600"><strong>Command+D</strong></span> shortcut and now you’ve got your window split into two usable panes like so:<br />
<img class="aligncenter size-full wp-image-177" src="http://www.mymacosx.com/files/2009/10/splitwindow.png" alt="Split Window layout" width="450" height="388" />To collapse the window press <span style="color: #ff6600"><strong>Command+Shift+D</strong></span></p>
<p>ALso, you can do multiple splits. Aside from general speed increase I think split pane in Terminal is my new favorite feature.</p>
<p><strong>See the Terminal Splits Windows Movie:</strong><br />
<a href="http://www.youtube.com/watch?v=pMeWUH5yP8E"><img src="http://img.youtube.com/vi/pMeWUH5yP8E/default.jpg" width="130" height="97" border=0></a></p>
<script src="http://feeds.feedburner.com/~s/MyMacosX?i=http://www.mymacosx.com/terminal/terminal-split-windows.html" type="text/javascript" charset="utf-8"></script><p><a href="http://www.mymacosx.com/terminal/terminal-split-windows.html">Terminal Split Windows in Snow Leopard 10.6</a> is a post from: <a href="http://www.mymacosx.com">My MacOS X</a></p>


<div style="background-color:#F4F4F4;padding: 5px;border-width:1px; border-style:solid; border-color:#ccc;">
<h3 style="color:#606060;font-size:16px">Related Articles</h3>
<ul>
		<li><a href="http://www.mymacosx.com/snow-leopard/screen-capture-snow-leopard.html" rel="bookmark" style="color:#000;font-size:13px">Screen Capture in Snow Leopard</a><!-- (10.7798)--></li>
		<li><a href="http://www.mymacosx.com/snow-leopard/use-tab-key-snow-leopard-keyboard-shortcuts.html" rel="bookmark" style="color:#000;font-size:13px">Use Tab key in Snow Leopard keyboard shortcuts</a><!-- (10.5879)--></li>
		<li><a href="http://www.mymacosx.com/snow-leopard/snow-leopard-folder-content-previews-in-quick-look.html" rel="bookmark" style="color:#000;font-size:13px">Snow/Leopard &#8211; Folder content previews in Quick Look</a><!-- (10.3977)--></li>
	</ul>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.mymacosx.com/terminal/terminal-split-windows.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
