<?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>MacJournal.org &#187; Terminal</title>
	<atom:link href="http://www.macjournal.org/tag/terminal/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.macjournal.org</link>
	<description>Mac Tips, Tricks, News And Updates</description>
	<lastBuildDate>Sat, 04 Feb 2012 09:20:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>Easy Tips: How to copy files from the terminal</title>
		<link>http://www.macjournal.org/2009/11/18/easy-tips-how-to-copy-files-from-the-terminal/</link>
		<comments>http://www.macjournal.org/2009/11/18/easy-tips-how-to-copy-files-from-the-terminal/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 09:48:38 +0000</pubDate>
		<dc:creator>matrix</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[copy from commandline]]></category>
		<category><![CDATA[cp]]></category>
		<category><![CDATA[Terminal]]></category>

		<guid isPermaLink="false">http://macjournal.org/?p=1076</guid>
		<description><![CDATA[Starting today we will be having easy tips to our &#8220;How To&#8221; category. Easy tips that are very useful/helpful to daily tasks. Now to copy files from terminal, open terminal Then on the command prompt follow this syntax: cp [OPTION]&#8230; SOURCE DEST cp [OPTION]&#8230; SOURCE&#8230; DIRECTORY cp [OPTION]&#8230; &#8211;target-directory=DIRECTORY SOURCE&#8230; #cp &#60;filename&#62; &#60;destination&#62; # cp [...]]]></description>
			<content:encoded><![CDATA[<p>Starting today we will be having easy tips to our &#8220;How To&#8221; category. Easy tips that are very useful/helpful to daily tasks.</p>
<p>Now to copy files from terminal, open terminal</p>
<p><a rel="attachment wp-att-459" href="http://macjournal.org/2009/08/how-to-compress-using-tar-a-folder-from-a-commandline/open_terminal/"><img class="size-full wp-image-459 alignnone" title="open_terminal" src="http://macjournal.org/wp-content/uploads/2009/08/open_terminal.jpg" alt="open_terminal" width="203" height="200" /></a></p>
<p>Then on the command prompt follow this syntax:</p>
<blockquote><p><em>cp [OPTION]&#8230; SOURCE DEST<br />
cp [OPTION]&#8230; SOURCE&#8230; DIRECTORY<br />
cp [OPTION]&#8230; &#8211;target-directory=DIRECTORY SOURCE&#8230;</em></p></blockquote>
<p>#cp &lt;filename&gt; &lt;destination&gt;<br />
# cp myfile.txt /tmp<br />
#cp myfile.txt /var/log/myfile.txt</p>
<p>or you can check this site for complete reference: <a href="http://www.computerhope.com/unix/ucp.htm">http://www.computerhope.com/unix/ucp.htm</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.macjournal.org/2009/11/18/easy-tips-how-to-copy-files-from-the-terminal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adjust Screen Brightness from Terminal</title>
		<link>http://www.macjournal.org/2009/09/15/adjust-screen-brightness-from-terminal/</link>
		<comments>http://www.macjournal.org/2009/09/15/adjust-screen-brightness-from-terminal/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 06:13:59 +0000</pubDate>
		<dc:creator>matrix</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Productivity Tips]]></category>
		<category><![CDATA[Terminal]]></category>
		<category><![CDATA[adjust brightness]]></category>
		<category><![CDATA[how to adjust brightness using terminal]]></category>

		<guid isPermaLink="false">http://macjournal.org/?p=800</guid>
		<description><![CDATA[I&#8217;ve searched for a way to control the display brightness from the command line. I found several AppleScripts that open the System Preferences panel and set the slider, but I wanted a pure command line tool. Maybe someone else is looking for the same solution, so here is what I found: This blog post discusses [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve searched for a way to control the display brightness from the command line. I found several AppleScripts that open the System Preferences panel and set the slider, but I wanted a pure command line tool. Maybe someone else is looking for the same solution, so here is what I found:</p>
<p><a href="http://mattdanger.net/2008/12/adjust-mac-os-x-display-brightness-from-the-terminal/">This blog post</a> discusses has a small commandline tool (written by <a href="http://njr.sabi.net/">Nicholas Riley</a>) to set the brightness from Terminal. Just <a  href="http://mattdanger.net/portfolio/utilities/brightness.tar.gz">download the binary [4KB]</a> and install it. You can then set the brightness by typing<tt style="color: #9f2d00; font-family: Monaco, Courier, monospace; font-size: 12px;">brightness 0</tt> (to set it to minimum, use <tt style="color: #9f2d00; font-family: Monaco, Courier, monospace; font-size: 12px;">1</tt> for maximum, or any value between).</p>
<p><span id="more-800"></span></p>
<p><em>Note</em>: The binary is Intel-Only (32-Bit), but the source code is available on the above linked page too, so you could easily compile a PowerPC or 64Bit Intel Binary on you</p>
]]></content:encoded>
			<wfw:commentRss>http://www.macjournal.org/2009/09/15/adjust-screen-brightness-from-terminal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Need someone to talk to? Let Eliza Cheer You</title>
		<link>http://www.macjournal.org/2009/08/29/need-someone-to-talk-to-let-eliza-cheer-you/</link>
		<comments>http://www.macjournal.org/2009/08/29/need-someone-to-talk-to-let-eliza-cheer-you/#comments</comments>
		<pubDate>Sat, 29 Aug 2009 16:20:29 +0000</pubDate>
		<dc:creator>matrix</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Terminal]]></category>
		<category><![CDATA[eliza]]></category>

		<guid isPermaLink="false">http://macjournal.org/?p=638</guid>
		<description><![CDATA[Eliza is a psychiatrist, and best of all, she offers her services free of charge to anyone with Mac OS X. To find her, open Terminal.app and type: emacs -n Then press esc then type xdoctor then hit enter, then you will see this: I am the psychotherapist.  Please, describe your problems.  Each time you [...]]]></description>
			<content:encoded><![CDATA[<p>Eliza is a psychiatrist, and best of all, she offers her services free of charge to anyone with Mac OS X. To find her, open Terminal.app and type:</p>
<p><em>emacs -n</em></p>
<p>Then press <em>esc </em>then type xdoctor then hit enter, then you will see this:</p>
<blockquote><p><em>I am the psychotherapist.  Please, describe your problems.  Each time<br />
you are finished talking, type RET twice.</em></p></blockquote>
<p>You can now type any question or anything you want <img src='http://www.macjournal.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a rel="attachment wp-att-639" href="http://macjournal.org/2009/08/need-someone-to-talk-to-let-eliza-cheer-you/eliza/"><img class="alignnone size-medium wp-image-639" style="border: 1px solid black;" title="eliza" src="http://macjournal.org/wp-content/uploads/2009/08/eliza-299x211.jpg" alt="eliza" width="299" height="211" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.macjournal.org/2009/08/29/need-someone-to-talk-to-let-eliza-cheer-you/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Having fun with your terminal</title>
		<link>http://www.macjournal.org/2009/08/18/having-fun-with-your-terminal/</link>
		<comments>http://www.macjournal.org/2009/08/18/having-fun-with-your-terminal/#comments</comments>
		<pubDate>Tue, 18 Aug 2009 09:32:59 +0000</pubDate>
		<dc:creator>matrix</dc:creator>
				<category><![CDATA[Productivity Tips]]></category>
		<category><![CDATA[Terminal]]></category>
		<category><![CDATA[launch app]]></category>
		<category><![CDATA[set volume]]></category>
		<category><![CDATA[sleep using terminal]]></category>

		<guid isPermaLink="false">http://macjournal.org/?p=314</guid>
		<description><![CDATA[Mainly what most mac users who transfered from windows doesn&#8217;t use the terminal like the command line in windows. Its really fun to use the terminal most linux guys out there or should I say all knows the terminal Here are a few tricks you can do with your terminal. Open your terminal or you [...]]]></description>
			<content:encoded><![CDATA[<p>Mainly what most mac users who transfered from windows doesn&#8217;t use the terminal like the command line in windows. Its really fun to use the terminal most linux guys out there or should I say all knows the terminal <img src='http://www.macjournal.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Here are a few tricks you can do with your terminal. Open your terminal or you could search it using your spotlight then type terminal.</p>
<p>To Set volume type this command:</p>
<blockquote><p><em>sudo osascript -e &#8216;set volume 50&#8242;</em></p></blockquote>
<p>To make it talk type:</p>
<blockquote><p><em>sudo osascript -e &#8216;say &#8220;Your System Has Been Hacked&#8221;&#8216;</em></p></blockquote>
<p>To open an application type:</p>
<blockquote><p><em>sudo open /Applications/&#8221;Application Name&#8221;</em></p></blockquote>
<p>To make it sleep type:</p>
<blockquote><p><em>sudo osascript -e &#8216;tell app &#8220;Finder&#8221; to sleep&#8217;</em></p></blockquote>
<p>Actually you can do a lot of things with your terminal, almost anything that is on the GUI. Enjoy! <img src='http://www.macjournal.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.macjournal.org/2009/08/18/having-fun-with-your-terminal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Play Tetris in Mac OSX Terminal</title>
		<link>http://www.macjournal.org/2009/08/11/play-tetris-in-mac-osx-terminal/</link>
		<comments>http://www.macjournal.org/2009/08/11/play-tetris-in-mac-osx-terminal/#comments</comments>
		<pubDate>Tue, 11 Aug 2009 03:07:50 +0000</pubDate>
		<dc:creator>matrix</dc:creator>
				<category><![CDATA[Terminal]]></category>
		<category><![CDATA[Tetris]]></category>

		<guid isPermaLink="false">http://macjournal.org/?p=60</guid>
		<description><![CDATA[Mac OSX Terminal has many hidden features and one of it is playing Tetris with it. To get to it all you have to do is: 1. Open Terminal 2. type: “emacs” &#8211; wait for the screen to load 3. hit “esc” then type “x” 4. type “tetris” in lowercase letters Thanks to this site [...]]]></description>
			<content:encoded><![CDATA[<p>Mac OSX Terminal has many hidden features and one of it is playing Tetris with it.</p>
<p>To get to it all you have to do is:</p>
<blockquote><p>1. Open Terminal<br />
2. type: “emacs” &#8211; wait for the screen to load<br />
3. hit “esc” then type “x”<br />
4. type “tetris” in lowercase letters</p></blockquote>
<p>Thanks to this site <a title="Play Tetris in Mac OSX Terminal" href="http://www.tuaw.com/2008/10/01/terminal-tips-play-tetris-in-terminal/" target="_blank">TUAW</a> as a reference for my post.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.macjournal.org/2009/08/11/play-tetris-in-mac-osx-terminal/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

