<?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>TechTutorial.com / Blog &#187; Ubuntu</title>
	<atom:link href="http://www.techtutorial.com/blog/category/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techtutorial.com/blog</link>
	<description>Your source for education with an explanation!</description>
	<lastBuildDate>Fri, 27 Aug 2010 00:55:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Which Distro to use!! Ubuntu or Fedora</title>
		<link>http://www.techtutorial.com/blog/2007/10/15/which-distro-to-use-ubuntu-or-fedora/</link>
		<comments>http://www.techtutorial.com/blog/2007/10/15/which-distro-to-use-ubuntu-or-fedora/#comments</comments>
		<pubDate>Mon, 15 Oct 2007 18:22:43 +0000</pubDate>
		<dc:creator>mark</dc:creator>
				<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Postfix]]></category>
		<category><![CDATA[SSH]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.techtutorial.com/index.php/2007/10/15/which-distro-to-use-ubuntu-or-fedora/</guid>
		<description><![CDATA[I have? been using Ubuntu for a while now and I have had some problems configuring some server setups.?  I will try Fedora 7 on my 64 Bit system and post here how it goes.  I am also building this as a Mail server, directions to come soon!!



? if anyone wants to also [...]]]></description>
			<content:encoded><![CDATA[<p>I have? been using Ubuntu for a while now and I have had some problems configuring some server setups.?  I will try Fedora 7 on my 64 Bit system and post here how it goes.  I am also building this as a Mail server, directions to come soon!!<br />
<div class="adsense"><script type="text/javascript"><!--
google_ad_client = "pub-0939132270790963";
google_ad_channel = "8269306383";
google_ui_features = "rc:0";
google_ad_width = 250;
google_ad_height = 250;
google_ad_format = "250x250_as";
google_ad_type = "text_image";
google_alternate_ad_url = "?adsensem-benice=250x250";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "9cf1ff";
google_color_text = "000000";
google_color_url = "";

//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</div><br />
? if anyone wants to also try it.? <a href="http://fedoraproject.org/">Fedora</a>? to check it out.?  I have nothing against Ubuntu 7.04 but it seems to give me some problems, I know fedora will be close to it but built on another distro.?  Ubuntu is built on Debian and Fedora is built off Red Hat.?  Which to choose.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techtutorial.com/blog/2007/10/15/which-distro-to-use-ubuntu-or-fedora/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SSH Secure Remote access to your Ubuntu Linux Server</title>
		<link>http://www.techtutorial.com/blog/2007/08/17/ssh-secure-remote-access-to-your-ubuntu-linux-server/</link>
		<comments>http://www.techtutorial.com/blog/2007/08/17/ssh-secure-remote-access-to-your-ubuntu-linux-server/#comments</comments>
		<pubDate>Sat, 18 Aug 2007 02:34:27 +0000</pubDate>
		<dc:creator>mark</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[SSH]]></category>
		<category><![CDATA[Secure Shell]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.techtutorial.com/index.php/2007/08/17/ssh-secure-remote-access-to-your-ubuntu-linux-server/</guid>
		<description><![CDATA[Remote connection and administration is very common and helpful.?  OpenSSH or Secure Shell will allow you to get full terminal access at any terminal you are at, like bringing your computer with you.?  I connect using Putty? A Free Telnet/SSH Client.? 
? You will need root access &#8220;administrative rights&#8221; to install.
Goto: your prompt [...]]]></description>
			<content:encoded><![CDATA[<p>Remote connection and administration is very common and helpful.?  OpenSSH or Secure Shell will allow you to get full terminal access at any terminal you are at, like bringing your computer with you.?  I connect using <a target="_blank" href="http://www.chiark.greenend.org.uk/~sgtatham/putty/" title="Putty Client.">Putty</a>? A Free Telnet/SSH Client.? </p>
<p>? You will need root access &#8220;administrative rights&#8221; to install.</p>
<p>Goto: your prompt and do these comands. &#8220;on your linux machine you want to connect to!&#8221;</p>
<p>sudo apt-get install openssh-client</p>
<p>sudo apt-get install openssh-server</p>
<p>-While connecting with putty you will come across these screens<div class="adsense"><script type="text/javascript"><!--
google_ad_client = "pub-0939132270790963";
google_ad_channel = "8269306383";
google_ui_features = "rc:0";
google_ad_width = 250;
google_ad_height = 250;
google_ad_format = "250x250_as";
google_ad_type = "text_image";
google_alternate_ad_url = "?adsensem-benice=250x250";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "9cf1ff";
google_color_text = "000000";
google_color_url = "";

//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</div></p>
<p>While connecting you will just put in your username at your domain name or ip address</p>
<p>such as mark @ techtutorial.com without spaces. See picture.</p>
<p><a href="http://www.techtutorial.com/wp-content/uploads/2007/08/putty.jpg" title="Putty Connection screen."></a></p>
<p><a href="http://www.techtutorial.com/wp-content/uploads/2007/08/putty2.jpg" title="Putty Connection screen."></a>? this is a warning that the key is not stored on the computer yet.?  If you click yes it will prompt for a login.</p>
<p><a href="http://www.techtutorial.com/wp-content/uploads/2007/08/putty3.jpg" title="Putty Connection screen."></a></p>
<p>Once authenticated you will be connected and look you have your terminal right in front of you with no messing with a spare mouse or keyboard and you dont have to try to walk someone though a command to start a service when it fails or needs to be restarted.</p>
<p><a href="http://www.techtutorial.com/wp-content/gallery/ssh/putty.jpg" title="putty.jpg" class="thickbox"><img src="http://www.techtutorial.com/wp-content/gallery/ssh/thumbs/thumbs_putty.jpg" alt="putty.jpg" title="putty.jpg" /></a>? <a href="http://www.techtutorial.com/wp-content/gallery/ssh/putty2.jpg" title="putty2.jpg" class="thickbox"><img src="http://www.techtutorial.com/wp-content/gallery/ssh/thumbs/thumbs_putty2.jpg" alt="putty2.jpg" title="putty2.jpg" /></a>? <a href="http://www.techtutorial.com/wp-content/gallery/ssh/putty3.jpg" title="putty3.jpg" class="thickbox"><img src="http://www.techtutorial.com/wp-content/gallery/ssh/thumbs/thumbs_putty3.jpg" alt="putty3.jpg" title="putty3.jpg" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.techtutorial.com/blog/2007/08/17/ssh-secure-remote-access-to-your-ubuntu-linux-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
