<?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>Zero Mu Tech Articles &#187; Terminal</title>
	<atom:link href="http://www.techarticles.zeromu.net/tag/terminal/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techarticles.zeromu.net</link>
	<description>Solutions to computer problems that were in my way.</description>
	<lastBuildDate>Sun, 09 May 2010 03:48:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Connect your Xbox to the Internet using your Mac</title>
		<link>http://www.techarticles.zeromu.net/applemac/connect-your-xbox-to-the-internet-using-your-mac/</link>
		<comments>http://www.techarticles.zeromu.net/applemac/connect-your-xbox-to-the-internet-using-your-mac/#comments</comments>
		<pubDate>Sat, 04 Apr 2009 23:23:52 +0000</pubDate>
		<dc:creator>Jake D</dc:creator>
				<category><![CDATA[Apple/Mac]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Xbox]]></category>
		<category><![CDATA[Macintosh]]></category>
		<category><![CDATA[Terminal]]></category>

		<guid isPermaLink="false">http://www.techarticles.zeromu.net/?p=112</guid>
		<description><![CDATA[Problem: Many instructions that I have found to connect your Xbox to the Internet using your Mac (with Airport and Ethernet) did not work for me.  I experienced an interesting problem while following these other instructions, and managed to find a solution. Quick Solution: Follow other instructions on the Internet, but make sure that your<br/><br/><a href="http://www.techarticles.zeromu.net/applemac/connect-your-xbox-to-the-internet-using-your-mac/">Read more...</a>]]></description>
			<content:encoded><![CDATA[<p><strong>Problem: </strong>Many instructions that I have found to connect your Xbox to the Internet using your Mac (with Airport and Ethernet) did not work for me.  I experienced an interesting problem while following these other instructions, and managed to find a solution.</p>
<p><strong>Quick Solution: </strong>Follow other instructions on the Internet, but make sure that your Mac&#8217;s Ethernet address is manually set to &#8220;192.168.2.1&#8243; with a subnet mask of &#8220;255.255.255.0&#8243;.</p>
<h1>The Whole Story</h1>
<p>So I finally upgraded the router in my home to wireless.  I am too cheap to buy the wireless ethernet card for the Xbox (it&#8217;s about $50), and since my Mac (13&#8243; Macbook, the Aluminum series) has both wireless and wired ethernet cards (all Mac laptops do), I figured I could save some money by using my Mac to connect my Xbox to my wireless router.  People have been doing this for a while; I didn&#8217;t come up with that brilliant idea, I just wanted to make it happen for me.</p>
<p>&#8230; pause for a few.  I will update this later.</p>
<p>23May2009 &#8211; actually, it seems that I have forgotten to update this.  Well, the quick solution is the key point, so if you check out other tutorials, add my quick solution to the things you try before you give up.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techarticles.zeromu.net/applemac/connect-your-xbox-to-the-internet-using-your-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>An ssh problem when trying to log in</title>
		<link>http://www.techarticles.zeromu.net/applemac/an-ssh-problem-when-trying-to-log-in/</link>
		<comments>http://www.techarticles.zeromu.net/applemac/an-ssh-problem-when-trying-to-log-in/#comments</comments>
		<pubDate>Thu, 22 May 2008 21:08:25 +0000</pubDate>
		<dc:creator>Jake D</dc:creator>
				<category><![CDATA[Apple/Mac]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[Terminal]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.techarticles.zeromu.net/?p=33</guid>
		<description><![CDATA[<a href="http://www.techarticles.zeromu.net/applemac/an-ssh-problem-when-trying-to-log-in/"><img align="right" hspace="5" width="96" height="96" src="http://www.techarticles.zeromu.net/wp-content/uploads/2008/05/screenshot-synaptic-package-manager-150x150.png" class="alignright wp-post-image tfe" alt="" title="screenshot-synaptic-package-manager" /></a>Problem:  I have a computer running Ubunutu (Linux) and I needed to ssh into it for some MySQL management.  I set up the ssh server, and was able to enter my username and password, but would be denied because of a wrong username/password combination. Quick Solution: Even if your username includes a mix of capital<br/><br/><a href="http://www.techarticles.zeromu.net/applemac/an-ssh-problem-when-trying-to-log-in/">Read more...</a>]]></description>
			<content:encoded><![CDATA[<p><strong>Problem</strong>:  I have a computer running Ubunutu (Linux) and I needed to ssh into it for some MySQL management.  I set up the ssh server, and was able to enter my username and password, but would be denied because of a wrong username/password combination.</p>
<p><strong>Quick Solution</strong>: Even if your username includes a mix of capital and lowercase letters, you should use all lowercase when using terminal.</p>
<h1>The Whole Story</h1>
<p>Not much to it: I was trying to ssh (<a href="http://en.wikipedia.org/wiki/Secure_Shell" target="_blank">Secure Shell</a>) into my Ubuntu Linux box from Mac OS X Leopard, but was having some problems.</p>
<h2>Install SSH on Ubuntu</h2>
<ol>
<li>Open Synaptic Package Manager.</li>
<li>Install ssh and openssh-server<br />
<a href="http://www.techarticles.zeromu.net/wp-content/uploads/2008/05/screenshot-synaptic-package-manager.png"><img class="alignnone size-full wp-image-35" title="screenshot-synaptic-package-manager" src="http://www.techarticles.zeromu.net/wp-content/uploads/2008/05/screenshot-synaptic-package-manager.png" alt="" width="500" height="343" /></a><br />
<a href="http://www.techarticles.zeromu.net/wp-content/uploads/2008/05/screenshot-synaptic-package-manager-1.png"><img class="alignnone size-full wp-image-34" title="screenshot-synaptic-package-manager-1" src="http://www.techarticles.zeromu.net/wp-content/uploads/2008/05/screenshot-synaptic-package-manager-1.png" alt="" width="500" height="327" /></a><a href="http://www.techarticles.zeromu.net/wp-content/uploads/2008/05/screenshot-synaptic-package-manager-1.png"><br />
</a></li>
</ol>
<p>Your Ubuntu may need to restart, and after it does, your ssh service should be running.</p>
<h2>Log into Ubuntu with ssh</h2>
<p>Using a terminal on another computer that is networked to the Ubuntu box, type <code>ssh user@host</code>, where user is your username on the Ubuntu box, and host is the ip address of the Ubuntu box.<br />
<a href="http://www.techarticles.zeromu.net/wp-content/uploads/2008/05/picture-230.png"><img class="alignnone size-full wp-image-39" title="picture-230" src="http://www.techarticles.zeromu.net/wp-content/uploads/2008/05/picture-230.png" alt="" width="269" height="18" /></a><br />
<em>My problem is that my username on my Ubuntu box included both upper and lower case letters, so I was typing my username with upper and lower case.  Only use lowercase letters.</em></p>
<p>The server will then ask for your password. This is the password for the username on your Ubuntu box.<br />
<a href="http://www.techarticles.zeromu.net/wp-content/uploads/2008/05/picture-233.png"><img class="alignnone size-full wp-image-36" title="picture-233" src="http://www.techarticles.zeromu.net/wp-content/uploads/2008/05/picture-233.png" alt="" width="330" height="18" /></a><a href="http://www.techarticles.zeromu.net/wp-content/uploads/2008/05/picture-2331.png"><br />
</a></p>
<p>If you type in the correct password, it should log your in.<a href="http://www.techarticles.zeromu.net/wp-content/uploads/2008/05/picture-235.png"><br />
</a><a href="http://www.techarticles.zeromu.net/wp-content/uploads/2008/05/picture-235.png"><img class="alignnone size-full wp-image-37" title="picture-235" src="http://www.techarticles.zeromu.net/wp-content/uploads/2008/05/picture-235.png" alt="" width="500" height="146" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.techarticles.zeromu.net/applemac/an-ssh-problem-when-trying-to-log-in/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
