<?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>Don&#039;t Hurt Your Head!</title>
	<atom:link href="http://crackednoodle.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://crackednoodle.com</link>
	<description>Technology Explained for You</description>
	<lastBuildDate>Wed, 22 Feb 2012 13:27:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Bypass Firewalls with Android SSH Tunneling</title>
		<link>http://crackednoodle.com/2012/01/bypass-firewalls-with-android-ssh-tunneling/</link>
		<comments>http://crackednoodle.com/2012/01/bypass-firewalls-with-android-ssh-tunneling/#comments</comments>
		<pubDate>Wed, 11 Jan 2012 00:02:04 +0000</pubDate>
		<dc:creator>Brad</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Anonymity]]></category>
		<category><![CDATA[Mobile Electronics]]></category>
		<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Sites]]></category>
		<category><![CDATA[Bypass Firewall]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[Proxy]]></category>
		<category><![CDATA[SSH]]></category>
		<category><![CDATA[SSh Tunnel]]></category>
		<category><![CDATA[Tunnels]]></category>
		<category><![CDATA[web broswer]]></category>

		<guid isPermaLink="false">http://crackednoodle.com/?p=684</guid>
		<description><![CDATA[Why would you need a SSH Tunnel? You may want to get around a firewall or just encrypt your communications so prying eyes can not see what you are doing online.  On Linux/Unix system you can tunnel all of the traffic from your local box to a remote box that you have a shell account on. [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fcrackednoodle.com%2F2012%2F01%2Fbypass-firewalls-with-android-ssh-tunneling%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fcrackednoodle.com%2F2012%2F01%2Fbypass-firewalls-with-android-ssh-tunneling%2F&amp;source=crackednoodle&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Why would you need a SSH Tunnel? You may want to get around a firewall or just encrypt your communications so prying eyes can not see what you are doing online.  On Linux/Unix system you can tunnel all of the traffic from your local box to a remote box that you have a shell account on. You can do the same with Android, and here is how:</p>
<p>First you will need to download some software from the Android Market. The following are FREE apps.</p>
<p><a href="http://crackednoodle.com/wp-content/uploads/2012/01/sshtunnel.png"><img class="alignleft  wp-image-686" title="sshtunnel" src="http://crackednoodle.com/wp-content/uploads/2012/01/sshtunnel.png" alt="" width="44" height="44" /></a><a title="ssh tunnel" href="https://market.android.com/details?id=org.sshtunnel&amp;hl=en" target="_blank">SSH Tunnel</a> This will build the tunnel for your browser to use.</p>
<p>&nbsp;</p>
<p><a href="http://crackednoodle.com/wp-content/uploads/2012/01/firefox.png"><img class="alignleft  wp-image-688" title="firefox" src="http://crackednoodle.com/wp-content/uploads/2012/01/firefox.png" alt="" width="44" height="44" /></a><a title="FIrefox" href="https://market.android.com/details?id=org.mozilla.firefox&amp;feature=search_result#?t=W251bGwsMSwxLDEsIm9yZy5tb3ppbGxhLmZpcmVmb3giXQ..">Firefox</a>, a good browser with an easy tunneling add on.</p>
<p>&nbsp;</p>
<p><a href="http://crackednoodle.com/wp-content/uploads/2012/01/proxymobile.png"><img class="alignleft  wp-image-689" title="proxymobile" src="http://crackednoodle.com/wp-content/uploads/2012/01/proxymobile.png" alt="" width="43" height="43" /></a><a title="Proxy Mobile" href="https://addons.mozilla.org/en-US/mobile/addon/proxy-mobile/">Proxy Mobile Add On</a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Install all three.</p>
<p><a href="http://crackednoodle.com/wp-content/uploads/2012/01/sshAndroid.jpg"><img class="aligncenter size-medium wp-image-704" title="sshAndroid" src="http://crackednoodle.com/wp-content/uploads/2012/01/sshAndroid-300x171.jpg" alt="" width="300" height="171" /></a></p>
<p>Then you will need a SSH account somewhere. There are a lot of free SSH services out there. Send me an email at brad@crackednoodle.com if you want to hear my favorite, or run a google search and I am sure you will find a couple. Make sure they support SSH Tunneling. Sign up and get a user name and password. You can also use your own SSH server if you have one.</p>
<p>Now open up your  SSH Tunnel program on your Android device. and put in your credentials. Hostname, Username, Passowrd, click on the Use SOCKS Proxy click box and make  note  of the port. It was 1984 for me. Activate the SSH Tunnel by clicking on the Tunnel Switch Check box  (tunnel has to be activated every time you use it).</p>
<p><a href="http://crackednoodle.com/wp-content/uploads/2012/01/sshTunnel.jpg"><img class="aligncenter size-medium wp-image-705" title="sshTunnel" src="http://crackednoodle.com/wp-content/uploads/2012/01/sshTunnel-300x162.jpg" alt="" width="300" height="162" /></a></p>
<p>Next open the Firefox browser and go to the Add Ons in options. Open the options for Proxy Mobile. Set Use Proxy, set SOCKS proxy to 127.0.0.1 and SOCKS port to 1984 (or the port you used on SSH Tunnel).</p>
<p><a href="http://crackednoodle.com/wp-content/uploads/2012/01/sshFFaddon.jpg"><img class="aligncenter size-medium wp-image-706" title="sshFFaddon" src="http://crackednoodle.com/wp-content/uploads/2012/01/sshFFaddon-300x176.jpg" alt="" width="300" height="176" /></a></p>
<p>Your Tunnel should now be working! Enjoy and use wisely.</p>
<p><a href="http://crackednoodle.com/wp-content/uploads/2012/01/sshPoland.jpg"><img class="aligncenter size-medium wp-image-707" title="sshPoland" src="http://crackednoodle.com/wp-content/uploads/2012/01/sshPoland-300x178.jpg" alt="" width="300" height="178" /></a>How to Video:</p>
<p><iframe src="http://www.youtube.com/embed/t7VJGEzOF30" frameborder="0" width="640" height="360"></iframe></p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fcrackednoodle.com%2F2012%2F01%2Fbypass-firewalls-with-android-ssh-tunneling%2F&amp;title=Bypass%20Firewalls%20with%20Android%20SSH%20Tunneling" id="wpa2a_2"><img src="http://crackednoodle.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://crackednoodle.com/2012/01/bypass-firewalls-with-android-ssh-tunneling/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Control your Server with Android</title>
		<link>http://crackednoodle.com/2011/10/control-your-server-with-android/</link>
		<comments>http://crackednoodle.com/2011/10/control-your-server-with-android/#comments</comments>
		<pubDate>Sun, 30 Oct 2011 20:51:35 +0000</pubDate>
		<dc:creator>Brad</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mobile Electronics]]></category>
		<category><![CDATA[Andriod]]></category>
		<category><![CDATA[Android Picks]]></category>
		<category><![CDATA[linux home server]]></category>
		<category><![CDATA[media servers]]></category>
		<category><![CDATA[web security]]></category>

		<guid isPermaLink="false">http://crackednoodle.com/?p=653</guid>
		<description><![CDATA[There are a couple of things you need to set up to control your servers with your Android phone. Here are the tools I use. First it helps to have a good broadband connection to you server. I prefer to use SSH to to communicate with my servers. The fist tool I am going to [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fcrackednoodle.com%2F2011%2F10%2Fcontrol-your-server-with-android%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fcrackednoodle.com%2F2011%2F10%2Fcontrol-your-server-with-android%2F&amp;source=crackednoodle&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>There are a couple of things you need to set up to control your servers with your Android phone. Here are the tools I use. First it helps to have a good <a href="http://www.o2.co.uk/broadband/mobile/" target="_blank">broadband connection </a>to you server. I prefer to use SSH to to communicate with my servers.</p>
<p>The fist tool I am going to talk about is <a href="https://market.android.com/details?id=org.connectbot&amp;hl=en" target="_blank">Connect Bot</a>. ConnectBot is a powerful open-source Secure Shell (SSH) client. It can manage simultaneous SSH sessions, create secure tunnels, and copy/paste between other applications. This client allows you to connect to Secure Shell servers that typically run on UNIX-based servers.</p>
<p><a href="http://crackednoodle.com/wp-content/uploads/2011/10/Hackers-Keyboard.jpg"><img class="alignleft size-medium wp-image-660" title="Hackers-Keyboard" src="http://crackednoodle.com/wp-content/uploads/2011/10/Hackers-Keyboard-300x180.jpg" alt="" width="300" height="180" /></a>The next one is the <a href="https://market.android.com/details?id=org.pocketworkstation.pckeyboard" target="_blank">Hackers Keyboard</a>. A full 5-row keyboard including arrow and Esc/Ctrl keys, intended for tablets. Are you missing the key layout you&#8217;re used to from your computer? This keyboard has separate number keys, punctuation in the usual places, and arrow keys. It is based on the AOSP Gingerbread soft keyboard, so it supports multitouch for the modifier keys. This keyboard is especially useful if you use ConnectBot for SSH access. It provides working Tab/Ctrl/Esc keys, and the arrow keys are essential for devices such as the Xoom tablet or Nexus S that don&#8217;t have a trackball or D-Pad.</p>
<p>&nbsp;<br />
<script type="text/javascript">// <![CDATA[
       google_ad_client = "pub-1467850602182894"; /* 468x15, created 1/17/11 */ google_ad_slot = "4919097181"; google_ad_width = 468; google_ad_height = 15;
// ]]&gt;</script><br />
&nbsp;</p>
<p>Last tool is <a href="https://market.android.com/details?id=com.botsync&amp;feature=search_result" target="_blank">BotSync</a>.</p>
<p><a href="http://crackednoodle.com/wp-content/uploads/2011/10/botsync1.png"><img class="alignleft size-medium wp-image-656" title="botsync1" src="http://crackednoodle.com/wp-content/uploads/2011/10/botsync1-200x300.png" alt="" width="200" height="300" /></a><a href="http://crackednoodle.com/wp-content/uploads/2011/10/botsyncw.png"><img class="alignleft size-medium wp-image-657" title="botsyncw" src="http://crackednoodle.com/wp-content/uploads/2011/10/botsyncw-200x300.png" alt="" width="200" height="300" /></a></p>
<p>BotSync periodically synchronizes files with a remote SSH SFTP server, over the wifi or cell network. As new files/directories are created, BotSync will recursively download them to the phone, or upload them to the server (like rsync). Use it to transfer new content securely, wirelessly, and automatically. Why pay for Dropbox (although there is a<a href="http://db.tt/gipv0ga" target="_blank"> free option</a>) when you can run your own private cloud? BotSync works with opensshd &#8211; no inefficient, expensive, or potentially-insecure server SW required. BotSync transfers about 4X faster than AndFTP SFTP.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>These are the 3 tools I use the most. You will need to know the IP of your server and have the SSh port 22 forward from your router. You can use the Connect Bot to connect to the server and run your scripts and Control your server. The Hacker&#8217;s Keyboard allows you to easier type on your server during your session.</p>
<p>Bot Sync you use to keep all your files up to date and sync via SSH.</p>
<p>I would recommend setting up your servers security to only connect to your cell phone. I will cover SSH security in my next article.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fcrackednoodle.com%2F2011%2F10%2Fcontrol-your-server-with-android%2F&amp;title=Control%20your%20Server%20with%20Android" id="wpa2a_4"><img src="http://crackednoodle.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://crackednoodle.com/2011/10/control-your-server-with-android/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fedora 16 Tips and Tricks</title>
		<link>http://crackednoodle.com/2011/10/fedora-16-tips-and-tricks/</link>
		<comments>http://crackednoodle.com/2011/10/fedora-16-tips-and-tricks/#comments</comments>
		<pubDate>Fri, 07 Oct 2011 17:01:32 +0000</pubDate>
		<dc:creator>Brad</dc:creator>
				<category><![CDATA[Fedora 16]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Codecs]]></category>
		<category><![CDATA[dvd]]></category>
		<category><![CDATA[dvd ripping]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[Fedora 15]]></category>
		<category><![CDATA[handbrake]]></category>
		<category><![CDATA[HD videos]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[media player]]></category>
		<category><![CDATA[ps3 media]]></category>
		<category><![CDATA[Ubuntu DVD playback]]></category>

		<guid isPermaLink="false">http://crackednoodle.com/?p=616</guid>
		<description><![CDATA[Here is the next installment of  Tips and Tricks, this time for the new Fedora 16. The new Auto Plus from dnmouse.org makes adding all the things that the developers left out of Fedora 16.  The team at dnmouse.org has done a great job for all of us fedora users. For everything else I will show [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fcrackednoodle.com%2F2011%2F10%2Ffedora-16-tips-and-tricks%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fcrackednoodle.com%2F2011%2F10%2Ffedora-16-tips-and-tricks%2F&amp;source=crackednoodle&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://www.osdisc.com/cgi-bin/view.cgi/products/linux/fedora?affiliate=crackednoodle"><img class="alignleft size-medium wp-image-680" title="25sof0i" src="http://crackednoodle.com/wp-content/uploads/2011/10/25sof0i-300x143.png" alt="" width="300" height="143" /></a></p>
<p>Here is the next installment of  Tips and Tricks, this time for the new Fedora 16. The new <a href="http://www.dnmouse.org/autoten/" target="_blank">Auto Plus</a> from <a href="http://dnmouse.org" target="_blank">dnmouse.org</a> makes adding all the things that the developers left out of Fedora 16.  The team at dnmouse.org has done a great job for all of us fedora users. For everything else I will show you how to add the software you need.</p>
<p><strong>Get up to date</strong></p>
<p>First I like to make sure I have all my packages up to date.</p>
<pre style="text-align: left;">su -c 'yum update'</pre>
<p>This will make sure you are up to date and ready to install all the other software.</p>
<p><strong>Add some new Repos.</strong></p>
<pre>su -c 'rpm -Uvh http://rpm.livna.org/livna-release.rpm'</pre>
<p><script type="text/javascript">// <![CDATA[
        google_ad_client = "pub-1467850602182894"; /* 468x15, created 1/17/11 */ google_ad_slot = "4919097181"; google_ad_width = 468; google_ad_height = 15;
// ]]&gt;</script></p>
<p><script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">// <![CDATA[
</center>
// ]]&gt;</script></p>
<p style="text-align: left;"><strong>Install Auto Plus</strong></p>
<p style="text-align: left;">(If you wish to use autoplus on rawahide/f16 then you must install the rpmfusion rawhide repo first, also vbox and dropbox wont work as there is no f16 repo&#8217;s yet)</p>
<pre>su -c 'yum -y --nogpgcheck install http://dnmouse.org/autoplus-1.2-5.noarch.rpm'</pre>
<p>Now just open Auto Plus which should be listed under <em>System Tools</em> and start installing your software.</p>
<p><a href="http://crackednoodle.com/wp-content/uploads/2011/10/Screenshot-at-2011-10-07-113353.png"><img class="aligncenter size-medium wp-image-636" title="Screenshot at 2011-10-07 11:33:53" src="http://crackednoodle.com/wp-content/uploads/2011/10/Screenshot-at-2011-10-07-113353-300x237.png" alt="" width="300" height="237" /></a><a href="http://crackednoodle.com/wp-content/uploads/2011/05/Screenshot-fedoraplus-for-Fedora-32bit-and-64bit-Ver-1.1.41.png"><br />
</a></p>
<p>Make sure to install all the codecs! The Skype installed failed for me.</p>
<p><strong>Skype</strong></p>
<p>You need to install some x86 libraries for skype to work on X64 (catch up skype!)</p>
<p><code>su -c 'yum install libXScrnSaver.i?86 libX11.i?86 libv4l.i?86 alsa-plugins-pulseaudio.i?86 qt-x11.i?86 libXv.i?86'</code></p>
<p>Now go to the Skype site and download Skype RPM and install it.</p>
<p><a href="http://www.skype.com/intl/en-us/get-skype/on-your-computer/linux/downloading.fedora">http://www.skype.com/intl/en-us/get-skype/on-your-computer/linux/downloading.fedora</a></p>
<p><strong>Yumex</strong></p>
<p>Of course install Yumex one of my favorites.</p>
<p><code>yum install yumex</code></p>
<p><strong>Open Terminal for Nautilus</strong></p>
<p>This allows you to open a terminal window, with a right button click, in a directory in  the Nautilus file browser.</p>
<p><code>su -c 'yum install nautilus-open-terminal nautilus-extensions'</code></p>
<p><strong>Shutdown from the Desktop</strong></p>
<p>I like to do a shutdown right from the desktop. Here is how to add this to Gnome.</p>
<p><code>su -c 'yum install gnome-shell-extensions-alternative-status-menu'</code></p>
<p>Then just log out and log back in, then you have the menu below.</p>
<p><a href="http://crackednoodle.com/wp-content/uploads/2011/05/Shutdown.png"><img class="aligncenter size-full wp-image-569" title="Shutdown" src="http://crackednoodle.com/wp-content/uploads/2011/05/Shutdown.png" alt="" width="280" height="480" /></a></p>
<p>&nbsp;</p>
<p><strong>Add the Date to your Clock</strong></p>
<p>Really simple. Type this in a command line:</p>
<p><code>gsettings set org.gnome.shell.clock show-date true</code></p>
<p>&nbsp;</p>
<p><script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">// <![CDATA[
</center>
// ]]&gt;</script></p>
<p><strong>MakeMKV</strong></p>
<p><a href="http://www.makemkv.com/" target="_blank">MakeMKV</a> is your one-click solution to convert video that you own into free and patents-unencumbered format that can be played everywhere. MakeMKV is a format converter, otherwise called &#8220;transcoder&#8221;. It converts the video clips from proprietary (and usually encrypted) disc into a set of MKV files, preserving most information but not changing it in any way.</p>
<p>Here is the <a href="http://crackednoodle.com/2011/01/blu-ray-ripping-linux-how-to/">install process for Fedora</a>. Then do your MP4s with Handbrake.</p>
<p><strong>Handbrake</strong></p>
<p>There is no Fedora 16 version of Handbrake on their site yet but the Fedora 15 seems to work.</p>
<p><a href="http://handbrake.fr/rotation.php?file=HandBrake-0.9.5-1-Fedora15_GUI_i686.rpm" rel="nofollow">http://handbrake.fr/rotation.php?file=HandBrake-0.9.5-1-Fedora15_GUI_i686.rpm</a> (32-bit version)</p>
<p><a href="http://handbrake.fr/rotation.php?file=HandBrake-0.9.5-1-Fedora15_GUI_x86_64.rpm" rel="nofollow">http://handbrake.fr/rotation.php?file=HandBrake-0.9.5-1-Fedora15_GUI_x86_64.rpm</a> (64-bit version)</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<pre dir="ltr">Then you have it!</pre>
<pre dir="ltr"><a href="http://crackednoodle.com/wp-content/uploads/2011/05/Screenshot-HandBrake.png"><img class="aligncenter size-medium wp-image-562" title="Screenshot-HandBrake" src="http://crackednoodle.com/wp-content/uploads/2011/05/Screenshot-HandBrake-300x197.png" alt="" width="300" height="197" /></a></pre>
<p>&nbsp;</p>
<p>Enjoy,</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fcrackednoodle.com%2F2011%2F10%2Ffedora-16-tips-and-tricks%2F&amp;title=Fedora%2016%20Tips%20and%20Tricks" id="wpa2a_6"><img src="http://crackednoodle.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://crackednoodle.com/2011/10/fedora-16-tips-and-tricks/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Linux Online Backups</title>
		<link>http://crackednoodle.com/2011/09/linux-online-backups/</link>
		<comments>http://crackednoodle.com/2011/09/linux-online-backups/#comments</comments>
		<pubDate>Tue, 20 Sep 2011 03:20:31 +0000</pubDate>
		<dc:creator>Brad</dc:creator>
				<category><![CDATA[Fedora 14]]></category>
		<category><![CDATA[Fedora 15]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Sites]]></category>

		<guid isPermaLink="false">http://crackednoodle.com/?p=582</guid>
		<description><![CDATA[First I would like to start by saying all of the below systems offer data encryption and redundant servers to make sure your data is safe. They offer good pricing and have comparable up-time guarantees. I have tried these systems out either by using them in my businesses or by playing with them to find out which one [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fcrackednoodle.com%2F2011%2F09%2Flinux-online-backups%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fcrackednoodle.com%2F2011%2F09%2Flinux-online-backups%2F&amp;source=crackednoodle&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>First I would like to start by saying all of the below systems offer data encryption and redundant servers to make sure your data is safe. They offer good pricing and have comparable up-time guarantees. I have tried these systems out either by using them in my businesses or by playing with them to find out which one is the right one for me.  All pricing was at the time of writing this article.</p>
<p><script type="text/javascript">// <![CDATA[
        google_ad_client = "pub-1467850602182894"; /* 468x15, created 1/17/11 */ google_ad_slot = "4919097181"; google_ad_width = 468; google_ad_height = 15;
// ]]&gt;</script><br />
<a href="https://www.jungledisk.com/" target="_blank">JungleDisk</a> - I have used this service with a few of my customers. JungleDisk sets up easily on a Gnome or KDE desktop. I have run multiple installs on Cent OS systems. The system supports Amazon S3 and Rackspace Cloud Files storage. JungleDisk supports full encryption and will restart running processes if shutdown during backup or if a crash occurs. JungleDisk archives old and deleted files for later retrieval, and relies on multiple data centers to keep your files safe.  After the initial set up costs  which was around $50 the service is costing about $8.50 a month for one of my customers to back up about 50 gigs of data. Really a pretty good deal. Since I set the system up 2 years ago I have never had to make changes to the backup. I did have to restore about 100meg of files and that was very easy to do through the desktop application.</p>
<p><a href="http://crackednoodle.com/wp-content/uploads/2011/09/jungledisk.jpg"><img class="aligncenter size-medium wp-image-590" title="jungledisk" src="http://crackednoodle.com/wp-content/uploads/2011/09/jungledisk-300x300.jpg" alt="" width="300" height="300" /></a></p>
<p><a href="http://www.memopal.com/en/" target="_blank">Memopal</a> is based out of Rome, but they offer a cross platform software client for Windows, Mac, Linux and IPhone. You can install the software on more than one computer. They offer web and mobile access to your data and have a search feature so it is easy to find the file you are looking for. Selecting files for backup is easy and they even offer the option to backup your entire system. Personal plans start at $49.00 / year for 200GB. They do use a GUI and the Linux system is still listed as a Beta. The support is email based and they promise a response in 24 hours. Good value but a little vague in the Linux support.</p>
<p><a href="http://crackednoodle.com/wp-content/uploads/2011/09/memopal-control-panel.jpg"><img class="aligncenter size-medium wp-image-592" title="memopal-control-panel" src="http://crackednoodle.com/wp-content/uploads/2011/09/memopal-control-panel-300x219.jpg" alt="" width="300" height="219" /></a></p>
<p>&nbsp;</p>
<p><a href="http://www.datastorageunit.com/testdrive"><img class="size-full wp-image-587 alignleft" title="customLogo" src="http://crackednoodle.com/wp-content/uploads/2011/09/customLogo.png" alt="" width="184" height="103" /></a><a href="http://www.datastorageunit.com/" target="_blank">DataStorageUnit</a> is a relatively new player in the online storage world but they have a lot to offer the Linux world.  <a href="http://www.datastorageunit.com/" target="_blank">DataStorageUnit</a> is an offsite backup service that allows for lots of flexibility.  It supports open protocols such as <a href="http://www.datastorageunit.com/" rel="nofollow" target="_blank">SFTP</a>, <a href="http://www.datastorageunit.com/" rel="nofollow" target="_blank">RSYNC</a>, &amp; <a href="http://www.datastorageunit.com/" rel="nofollow" target="_blank">SSHFS</a> &#8230; so you can choose to use our included partner software, or any other apps that support those protocols.  Because you can use SSH and RSYNC <a href="http://www.datastorageunit.com/" target="_blank">DataStorageUnit</a> is a very flexible solution. With a little script writing you can customize any backup scheme you wish. Great for command line only systems and headless servers.</p>
<div>One of the great things about <a href="http://www.datastorageunit.com/" target="_blank">DataStorageUnit</a> is that you can back up as many machines as you need, as long as you stay within your data limits. The pricing is one of the best I have found, 100GB of storage for $50 a year. As far as support, I emailed a couple questions to the site and got a reply in minutes from the OWNER.</div>
<div><a href="http://www.datastorageunit.com/testdrive" target="_blank">Try it out for Free right now.</a></div>
<p>&nbsp;</p>
<div>There are many more out there and I am sure I missed many of the online backup systems.</div>
<p>&nbsp;</p>
<div>Let me know your favorite backup system for Linux.</div>
<p>&nbsp;</p>
<div>Enjoy,</div>
<p>&nbsp;</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fcrackednoodle.com%2F2011%2F09%2Flinux-online-backups%2F&amp;title=Linux%20Online%20Backups" id="wpa2a_8"><img src="http://crackednoodle.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://crackednoodle.com/2011/09/linux-online-backups/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Fedora 15 Tips and Tricks</title>
		<link>http://crackednoodle.com/2011/05/fedora-15-tips-and-tricks/</link>
		<comments>http://crackednoodle.com/2011/05/fedora-15-tips-and-tricks/#comments</comments>
		<pubDate>Wed, 25 May 2011 19:52:40 +0000</pubDate>
		<dc:creator>Brad</dc:creator>
				<category><![CDATA[Fedora 15]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[Codecs]]></category>
		<category><![CDATA[dvd]]></category>
		<category><![CDATA[dvd ripping]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[media player]]></category>

		<guid isPermaLink="false">http://crackednoodle.com/?p=513</guid>
		<description><![CDATA[With the new release of Fedora 15 I thought I should update the Tips and Tricks. The new Fedora Plus from dnmouse.org makes adding all the things that the developers left out of Fedora 15.  The team at dnmouse.org has done a great job for all of us fedora users. For everything else I will [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fcrackednoodle.com%2F2011%2F05%2Ffedora-15-tips-and-tricks%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fcrackednoodle.com%2F2011%2F05%2Ffedora-15-tips-and-tricks%2F&amp;source=crackednoodle&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p style="text-align: left;"><a href="http://fedoraproject.org/en/"><img class="size-full wp-image-531 aligncenter" title="f15release" src="http://crackednoodle.com/wp-content/uploads/2011/05/f15release.png" alt="" width="200" height="100" /></a>With the new release of Fedora 15 I thought I should update the Tips and Tricks. The new <a title="Fedora Plus" href="http://www.dnmouse.org/autoten/fedoraplus-autoten.html" target="_blank">Fedora Plus</a> from <a href="http://dnmouse.org" target="_blank">dnmouse.org</a> makes adding all the things that the developers left out of Fedora 15.  The team at dnmouse.org has done a great job for all of us fedora users. For everything else I will show you how to add the software you need.</p>
<p><script type="text/javascript">// <![CDATA[
      google_ad_client = "pub-1467850602182894"; /* 468x15, created 1/17/11 */ google_ad_slot = "4919097181"; google_ad_width = 468; google_ad_height = 15;
// ]]&gt;</script></p>
<p><script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript">// <![CDATA[
</center>
// ]]&gt;</script></p>
<p style="text-align: left;"><strong>Install Fedora Plus</strong></p>
<p><code>su -c 'yum -y --nogpgcheck install http://dnmouse.org/autoplus-1.1-8.noarch.rpm'</code></p>
<p>Now just open Fedora Plus which should be listed under <em>System Tools</em> and start installing your software.</p>
<p><a href="http://crackednoodle.com/wp-content/uploads/2011/05/Screenshot-fedoraplus-for-Fedora-32bit-and-64bit-Ver-1.1.41.png"><img class="aligncenter size-medium wp-image-522" title="Screenshot-fedoraplus for Fedora 32bit and 64bit (Ver 1.1.4)" src="http://crackednoodle.com/wp-content/uploads/2011/05/Screenshot-fedoraplus-for-Fedora-32bit-and-64bit-Ver-1.1.41-300x238.png" alt="" width="300" height="238" /></a></p>
<p>Make sure to install all the codecs! The Skype installed failed for me.</p>
<p><strong>Skype</strong></p>
<p>You need to install some x86 libraries for skype to work on X64 (catch up skype!)</p>
<p><code>su -c 'yum install libXScrnSaver.i?86 libX11.i?86 libv4l.i?86 alsa-plugins-pulseaudio.i?86 qt-x11.i?86 libXv.i?86'</code></p>
<p>Now go to the Skype site and download Skype RPM and install it.</p>
<p><strong>Yumex</strong></p>
<p>Of course install Yumex one of my favorites.</p>
<p><code>yum install yumex</code></p>
<p><strong>Open Terminal for Nautilus</strong></p>
<p>This allows you to open a terminal window, with a right button click, in a directory in  the Nautilus file browser.</p>
<p><code>su -c 'yum install nautilus-open-terminal nautilus-extensions'</code></p>
<p><strong>Shutdown from the Desktop</strong></p>
<p>I like to do a shutdown right from the desktop. Here is how to add this to Gnome.</p>
<p><code>su -c 'yum install gnome-shell-extensions-alternative-status-menu'</code></p>
<p>Then just log out and log back in, then you have the menu below.</p>
<p><a href="http://crackednoodle.com/wp-content/uploads/2011/05/Shutdown.png"><img class="aligncenter size-full wp-image-569" title="Shutdown" src="http://crackednoodle.com/wp-content/uploads/2011/05/Shutdown.png" alt="" width="280" height="480" /></a></p>
<p>&nbsp;</p>
<p><strong>Add the Date to your Clock</strong></p>
<p>Really simple. Type this in a command line:</p>
<p><code>gsettings set org.gnome.shell.clock show-date true</code></p>
<p>&nbsp;</p>
<p><script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript">// <![CDATA[
</center>
// ]]&gt;</script></p>
<p><strong>MakeMKV</strong></p>
<p><a href="http://www.makemkv.com/" target="_blank">MakeMKV</a> is your one-click solution to convert video that you own into free and patents-unencumbered format that can be played everywhere. MakeMKV is a format converter, otherwise called &#8220;transcoder&#8221;. It converts the video clips from proprietary (and usually encrypted) disc into a set of MKV files, preserving most information but not changing it in any way.</p>
<p>Here is the <a href="http://crackednoodle.com/2011/01/blu-ray-ripping-linux-how-to/" target="_blank">install process for Fedora</a>. Then do your MP4s with Handbrake.</p>
<p><strong>Handbrake</strong></p>
<p>Handbrake is now available for Fedora 15. Thanks to <strong>apostolos </strong>for the update.</p>
<p>There is a Fedora 15 version of Handbrake on their site</p>
<p><a rel="nofollow" href="http://handbrake.fr/rotation.php?file=HandBrake-0.9.5-1-Fedora15_GUI_i686.rpm">http://handbrake.fr/rotation.php?file=HandBrake-0.9.5-1-Fedora15_GUI_i686.rpm</a> (32-bit version)</p>
<p><a rel="nofollow" href="http://handbrake.fr/rotation.php?file=HandBrake-0.9.5-1-Fedora15_GUI_x86_64.rpm">http://handbrake.fr/rotation.php?file=HandBrake-0.9.5-1-Fedora15_GUI_x86_64.rpm</a> (64-bit version)</p>
<p>&nbsp;</p>
<p><del></del></p>
<pre dir="ltr">Then you have it!</pre>
<pre dir="ltr"><a href="http://crackednoodle.com/wp-content/uploads/2011/05/Screenshot-HandBrake.png"><img class="aligncenter size-medium wp-image-562" title="Screenshot-HandBrake" src="http://crackednoodle.com/wp-content/uploads/2011/05/Screenshot-HandBrake-300x197.png" alt="" width="300" height="197" /></a></pre>
<p>&nbsp;</p>
<p>Enjoy,</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fcrackednoodle.com%2F2011%2F05%2Ffedora-15-tips-and-tricks%2F&amp;title=Fedora%2015%20Tips%20and%20Tricks" id="wpa2a_10"><img src="http://crackednoodle.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://crackednoodle.com/2011/05/fedora-15-tips-and-tricks/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Blu Ray Ripping Linux How To</title>
		<link>http://crackednoodle.com/2011/01/blu-ray-ripping-linux-how-to/</link>
		<comments>http://crackednoodle.com/2011/01/blu-ray-ripping-linux-how-to/#comments</comments>
		<pubDate>Sat, 15 Jan 2011 21:31:42 +0000</pubDate>
		<dc:creator>Brad</dc:creator>
				<category><![CDATA[Fedora 14]]></category>
		<category><![CDATA[Fedora 15]]></category>
		<category><![CDATA[Fedora 16]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[Blu-Ray on linux]]></category>
		<category><![CDATA[blu-ray ripping]]></category>
		<category><![CDATA[dvd]]></category>
		<category><![CDATA[Free videos for the ps3]]></category>
		<category><![CDATA[handbrake]]></category>
		<category><![CDATA[HD videos]]></category>
		<category><![CDATA[linux dvd]]></category>
		<category><![CDATA[media player]]></category>
		<category><![CDATA[Ripping how to]]></category>

		<guid isPermaLink="false">http://crackednoodle.com/?p=449</guid>
		<description><![CDATA[After doing so searching on Blu Ray ripping on Linux I found that no one seemed to have a good how to for Fedora. I also was not finding a method that worked consistently for free, or close to free. I found a great piece of software called MakeMKV. With MakeMKV and our other favortie tool Handbrake. I was able to get [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fcrackednoodle.com%2F2011%2F01%2Fblu-ray-ripping-linux-how-to%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fcrackednoodle.com%2F2011%2F01%2Fblu-ray-ripping-linux-how-to%2F&amp;source=crackednoodle&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://crackednoodle.com/wp-content/uploads/2011/01/bluray_crosshair.png"><img class="alignleft size-medium wp-image-462" title="bluray_crosshair" src="http://crackednoodle.com/wp-content/uploads/2011/01/bluray_crosshair-300x216.png" alt="" width="210" height="151" /></a>After doing so searching on <em> Blu Ray ripping on Linux</em> I found that no one seemed to have a good how to for Fedora. I also was not finding a method that worked consistently for free, or close to free. I found a great piece of software called <a href="http://www.makemkv.com/" target="_blank">MakeMKV</a>. With <a href="http://www.makemkv.com/" target="_blank">MakeMKV</a> and our other favortie tool <a href="http;//handbrake.fr" target="_blank">Handbrake</a>. I was able to get Blu Ray ripping working fast and easy.</p>
<p><a href="http://www.makemkv.com/" target="_blank">MakeMKV</a> is free to try for 30 days, after that the ask for 50$ for the purchase. I really think this is a good buy. It was one of the better programs I have found for Blu Ray ripping and they support Linux.</p>
<p>Here are the easy staps to get MakeMKV set up and running on Fedora 14, Fedora 15 and Fedora 16. First I would go through the <a href="http://crackednoodle.com/2010/11/fedora-14-tips-and-tricks/" target="_blank">Fedora 14 tips and tricks</a> , <a href="http://crackednoodle.com/2011/05/fedora-15-tips-and-tricks/" target="_blank">Fedora 15 tips and tricks</a> or  <a href="http://crackednoodle.com/2011/10/fedora-16-tips-and-tricks/" target="_blank">Fedora 16 tips and tricks</a> and get all your codecs installed. Now follow this how to:</p>
<p>1. Install all the software that is required to build this program.</p>
<p>Become SuperUser</p>
<p><code>su</code></p>
<p><code>yum update</code></p>
<p>&nbsp;</p>
<p><code>yum groupinstall "Development Tools"</code></p>
<p>&nbsp;</p>
<p><code>yum install openssl-devel qt4-devel</code></p>
<p>2. Dowload the Makemkv programs which comes in 2 parts.</p>
<p><span style="font-family: monospace;">http://www.makemkv.com/download/makemkv_v1.7.2_bin.tar.gz</span></p>
<p><code>http://www.makemkv.com/download/makemkv_v1.7.2_oss.tar.gz</code></p>
<p>3. Unpack the downloads.</p>
<p><code>tar -zxvf makemkv_v1.7.0_bin.tar.gz</code></p>
<p>&nbsp;</p>
<p><code>tar -zxvf makemkv_v1.7.0_oss.tar.gz</code></p>
<p>4. Build the software.</p>
<p><code>cd makemkv_v1.7.0_bin</code></p>
<p><code>make -f makefile.linux</code></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><code>su -c 'make -f makefile.linux install'</code></p>
<p><em>Repeat for the other directory.</em></p>
<p><code>cd makemkv_v1.7.0_oss</code></p>
<p><code>make -f makefile.linux</code></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><code>su -c 'make -f makefile.linux install'</code></p>
<p>5. Start the program by typing:</p>
<p><code>makemkv</code></p>
<p>There you go. MakeMKV should be up and running.</p>
<p><a href="http://crackednoodle.com/wp-content/uploads/2011/01/sshot-t3-web.png"><img class="aligncenter size-medium wp-image-458" title="sshot-t3-web" src="http://crackednoodle.com/wp-content/uploads/2011/01/sshot-t3-web-300x242.png" alt="" width="300" height="242" /></a></p>
<p>Tip: Only rip the  main movie it is usually  the largest file.</p>
<p>Then run that file through HandBrake.</p>
<p><a href="http://crackednoodle.com/wp-content/uploads/2011/01/Screenshot-HandBrake.png"><img class="aligncenter size-medium wp-image-478" title="Screenshot-HandBrake" src="http://crackednoodle.com/wp-content/uploads/2011/01/Screenshot-HandBrake-300x206.png" alt="" width="300" height="206" /></a></p>
<p style="text-align: center;"><a href="http://www.amazon.com/gp/product/B0034G4P7Q?ie=UTF8&amp;tag=cracnood-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B0034G4P7Q">The Social Network (Two-Disc Collector&#8217;s Edition) [Blu-ray]</a><img style="border: none !important; margin: 0px !important;" src="http://www.assoc-amazon.com/e/ir?t=cracnood-20&amp;l=as2&amp;o=1&amp;a=B0034G4P7Q" alt="" width="1" height="1" border="0" /></p>
<p>I rip my Blu Rays with MakeMKV which generates a large .mkv file, 15gig to 30gig and takes about 40 mins  to 2 hours, depending on your computer, for a 2 hour movie. I then run that file through Handbrake to generate a .mp4 or m4v file. This takes about 1.5 hours to 4 hours depending on your computer. Try this, make about 5 mkv files. Then build a queue in Handbrake for all 5 of the files to convert. Start the queue right before you go to bed for the night. Saves a lot of time and electric is usually cheaper at night.</p>
<p><script type="text/javascript">// <![CDATA[
   google_ad_client = "pub-1467850602182894"; /* 468x15, created 1/17/11 */ google_ad_slot = "4919097181"; google_ad_width = 468; google_ad_height = 15;
// ]]&gt;</script></p>
<p><script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">// <![CDATA[
</center>
// ]]&gt;</script></p>
<p><strong>Blu Ray Ripping on Linux Part 1</strong></p>
<p><object width="640" height="505" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/VM4dyPk98pg?fs=1&amp;hl=en_US" /><param name="allowfullscreen" value="true" /><embed width="640" height="505" type="application/x-shockwave-flash" src="http://www.youtube.com/v/VM4dyPk98pg?fs=1&amp;hl=en_US" allowFullScreen="true" allowscriptaccess="always" allowfullscreen="true" /></object></p>
<p><strong>Blu Ray Ripping on Linux Part 2</strong></p>
<p><object width="640" height="505" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/8IwlCMc-FYo?fs=1&amp;hl=en_US" /><param name="allowfullscreen" value="true" /><embed width="640" height="505" type="application/x-shockwave-flash" src="http://www.youtube.com/v/8IwlCMc-FYo?fs=1&amp;hl=en_US" allowFullScreen="true" allowscriptaccess="always" allowfullscreen="true" /></object></p>
<p>Enjoy,</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fcrackednoodle.com%2F2011%2F01%2Fblu-ray-ripping-linux-how-to%2F&amp;title=Blu%20Ray%20Ripping%20Linux%20How%20To" id="wpa2a_12"><img src="http://crackednoodle.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://crackednoodle.com/2011/01/blu-ray-ripping-linux-how-to/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Fedora 14 Tips and Tricks</title>
		<link>http://crackednoodle.com/2010/11/fedora-14-tips-and-tricks/</link>
		<comments>http://crackednoodle.com/2010/11/fedora-14-tips-and-tricks/#comments</comments>
		<pubDate>Fri, 19 Nov 2010 00:48:17 +0000</pubDate>
		<dc:creator>Brad</dc:creator>
				<category><![CDATA[Fedora 12]]></category>
		<category><![CDATA[Fedora 14]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Codecs]]></category>
		<category><![CDATA[dvd]]></category>
		<category><![CDATA[dvd ripping on 10.04]]></category>
		<category><![CDATA[fedora 14]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[media player]]></category>
		<category><![CDATA[media servers]]></category>
		<category><![CDATA[module]]></category>
		<category><![CDATA[opendns]]></category>
		<category><![CDATA[tips and trick]]></category>
		<category><![CDATA[web broswer]]></category>

		<guid isPermaLink="false">http://crackednoodle.com/?p=423</guid>
		<description><![CDATA[After having some issues with Ubuntu 10.10 (blackscreen after an update) I decided to try Fedora 14. I was not real happy with Fedora 12 but thought I would give this disto another try. Like always Fedora leaves out some stuff your really need, like CODECS! The codec search tool that comes with Fedora has [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fcrackednoodle.com%2F2010%2F11%2Ffedora-14-tips-and-tricks%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fcrackednoodle.com%2F2010%2F11%2Ffedora-14-tips-and-tricks%2F&amp;source=crackednoodle&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } 		A:link { so-language: zxx } 		CODE.cjk { font-family: "WenQuanYi Zen Hei Mono", monospace } 		CODE.ctl { font-family: "Lohit Devanagari", monospace } --><a href="http://crackednoodle.com/wp-content/uploads/2010/08/fedora_box.png"><img class="alignleft size-thumbnail wp-image-330" title="fedora_box" src="http://crackednoodle.com/wp-content/uploads/2010/08/fedora_box-150x150.png" alt="" width="150" height="150" /></a>After having some issues with Ubuntu 10.10 (blackscreen after an update) I decided to try Fedora 14. I was not real happy with Fedora 12 but thought I would give this disto another try. Like always Fedora leaves out some stuff your really need, like CODECS! The codec search tool that comes with Fedora has never worked, never. So here is how to load all the stuff you need or want in your Fedora 14 Distro. You need to get some other repositories that have the codecs and programs that Fedora does not supply. I like RPM Fusion and try to stay to the stable releases.</p>
<p><center><script type="text/javascript">// <![CDATA[
google_ad_client = "pub-1467850602182894";
/* 468x15, created 1/17/11 */
google_ad_slot = "4919097181";
google_ad_width = 468;
google_ad_height = 15;
// ]]&gt;</script><br />
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">// <![CDATA[</p>
<p>// ]]&gt;</script></center><strong>Add Repos:</strong></p>
<p><strong> </strong> <code>rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm</code></p>
<p><strong>Installing Google Chrome Browser:</strong></p>
<p><strong> </strong> To add the google repository edit the file.</p>
<p><code>gedit /etc /yum.repos.d/google.repo (remove space after etc)</code></p>
<p><strong>for 32 bit OS Version</strong></p>
<p><code>[google]</code></p>
<p><code>name=Google - i386ff</code></p>
<p><code>baseurl=http://dl.google.com/linux/rpm/stable/i386</code></p>
<p><code>enabled=1</code></p>
<p><code>gpgcheck=1</code></p>
<p>&nbsp;</p>
<p><code>gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub</code></p>
<p><strong>for 64-bit OS Version</strong></p>
<p><code>[google64]</code></p>
<p><code>name=Google - x86_64</code></p>
<p><code>baseurl=http://dl.google.com/linux/rpm/stable/x86_64</code></p>
<p><code>enabled=1</code></p>
<p><code>gpgcheck=1</code></p>
<p>&nbsp;</p>
<p><code>gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub</code></p>
<p>Install Google Chrome Stable Version on Fedora 14</p>
<p>Just type this line on the root terminal</p>
<p><code>yum install google-chrome-stable</code></p>
<p><strong>Pidgin Chat Client</strong></p>
<p><strong> </strong> yum install pidgin</p>
<p><strong>Autoten installer for all kinds of stuff!</strong> Including your Codecs, thanks to dnmmouse.org for this nice little installer.</p>
<p>&nbsp;</p>
<pre>su -c 'yum -y --nogpgcheck install http://dnmouse.org/autoplus-1.2-4.noarch.rpm'</pre>
<p><span style="font-family: monospace;"><br />
</span> <code> </code></p>
<p><code>su -c 'rpm --import http://dnmouse.org/RPM-GPG-KEY-dnmouse'</code></p>
<p>This should have put an Autoten icon on your desktop use that to install all the other codecs you need!</p>
<p><strong>Skype</strong></p>
<p><strong> </strong>You need to install some x86 libraries for skype to work on X64 (catch up skype!)</p>
<p><code>yum install libXScrnSaver.i?86 libX11.i?86 libv4l.i?86 alsa-plugins-pulseaudio.i?86 qt-x11.i?86</code></p>
<p><strong>Of course install Yumex</strong> one of my favorites.</p>
<p><code>yum install yumex</code></p>
<p><strong>Flash-plugin 64bit</strong></p>
<p>Download it from here: <a href="http://labs.adobe.com/downloads/flashplayer10.html">http://labs.adobe.com/downloads/flashplayer10.html</a></p>
<p>Then select the 64 bit tar.</p>
<p>Unpack it then move the .so file to</p>
<p><code>/usr/lib64/mozilla/plugins/ or ~/.mozilla/plugins/</code></p>
<p>Restart your browser and you got it. This also causes the Chrome browser to flash to work.</p>
<p><script type="text/javascript">// <![CDATA[
 google_ad_client = "pub-1467850602182894"; /* 468x15, created 1/17/11 */ google_ad_slot = "4919097181"; google_ad_width = 468; google_ad_height = 15;
// ]]&gt;</script><br />
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">// <![CDATA[</p>
<p>// ]]&gt;</script></p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fcrackednoodle.com%2F2010%2F11%2Ffedora-14-tips-and-tricks%2F&amp;title=Fedora%2014%20Tips%20and%20Tricks" id="wpa2a_14"><img src="http://crackednoodle.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://crackednoodle.com/2010/11/fedora-14-tips-and-tricks/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Install Handbrake on Ubuntu 10.10</title>
		<link>http://crackednoodle.com/2010/10/install-handbrake-on-ubuntu-10-10/</link>
		<comments>http://crackednoodle.com/2010/10/install-handbrake-on-ubuntu-10-10/#comments</comments>
		<pubDate>Sun, 24 Oct 2010 01:26:26 +0000</pubDate>
		<dc:creator>Brad</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[Ubuntu 10.10]]></category>

		<guid isPermaLink="false">http://crackednoodle.com/?p=418</guid>
		<description><![CDATA[Handbrake is a great DVD ripper. Unfortunately the version on the Handbrake website is not working. Here is a ubuntu how to  for installing Handbrake on Ubuntu 10.10. This is almost the same how to for Ubuntu 10.04. First we need to get DVD playback enabled: sudo aptitude install ubuntu-restricted-extras sudo /usr/share/doc/libdvdread4/install-css.sh Next we need to [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fcrackednoodle.com%2F2010%2F10%2Finstall-handbrake-on-ubuntu-10-10%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fcrackednoodle.com%2F2010%2F10%2Finstall-handbrake-on-ubuntu-10-10%2F&amp;source=crackednoodle&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://crackednoodle.com/wp-content/uploads/2010/06/HandBrakeIcon128.png"><img class="alignright size-full wp-image-275" title="HandBrakeIcon128" src="http://crackednoodle.com/wp-content/uploads/2010/06/HandBrakeIcon128.png" alt="" width="128" height="128" /></a>Handbrake is a great DVD ripper. Unfortunately the version on the <a href="http://handbrake.fr" target="_blank">Handbrake website </a>is not working. Here is a ubuntu how to  for installing Handbrake on Ubuntu 10.10. This is almost the same how to for Ubuntu 10.04.</p>
<p><strong>First we need to get </strong><a href="http://crackednoodle.com/2010/04/dvd-playback-for-ubuntu-10-04/" target="_blank"><strong>DVD playback enabled</strong></a><strong>:</strong></p>
<div id="_mcePaste"><em>sudo aptitude install ubuntu-restricted-extras</em></div>
<div id="_mcePaste"><em>sudo /usr/share/doc/libdvdread4/install-css.sh</em></div>
<div><em><br />
</em></div>
<div><strong>Next we need to add the PPA for the Handbrake Snapshots:</strong></div>
<div><em><br />
</em></div>
<div><em>sudo add-apt-repository ppa:stebbins/handbrake-snapshots</em></div>
<div><em><br />
</em></div>
<div>Your system will now fetch the PPA&#8217;s key. This enables your Ubuntu system to verify that the packages in the PPA have not been interfered with since they were built.</div>
<p><strong>Then do and update of the Apt repos lists:</strong></p>
<p><em>sudo apt-get update</em></p>
<p><em><span style="font-style: normal;">Next you need to install the software. Use the Ubuntu Software Center to install Handbrake. Do a search for Handbrake and install the GTK GUI.</span></em></p>
<p><em><span style="font-style: normal;"><a href="http://crackednoodle.com/wp-content/uploads/2010/06/Ubuntu-Software-Center.png"><img class="aligncenter size-medium wp-image-265" title="Ubuntu Software Center" src="http://crackednoodle.com/wp-content/uploads/2010/06/Ubuntu-Software-Center-300x172.png" alt="" width="300" height="172" /></a>After it installs you should have Handbrake working in Ubuntu 10.10. </span></em><br />
<center><script type="text/javascript"><!--
google_ad_client = "pub-1467850602182894";
/* 468x15, created 1/17/11 */
google_ad_slot = "4919097181";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></center><br />
<em><span style="font-style: normal;"><a href="http://crackednoodle.com/wp-content/uploads/2010/06/HandBrake.png"><img class="aligncenter size-medium wp-image-269" title="HandBrake" src="http://crackednoodle.com/wp-content/uploads/2010/06/HandBrake-300x207.png" alt="" width="300" height="207" /></a>Now Start Ripping!</span></em></p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fcrackednoodle.com%2F2010%2F10%2Finstall-handbrake-on-ubuntu-10-10%2F&amp;title=Install%20Handbrake%20on%20Ubuntu%2010.10" id="wpa2a_16"><img src="http://crackednoodle.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://crackednoodle.com/2010/10/install-handbrake-on-ubuntu-10-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Build a Hacking Kit Cheap</title>
		<link>http://crackednoodle.com/2010/09/build-a-hacking-kit-cheap/</link>
		<comments>http://crackednoodle.com/2010/09/build-a-hacking-kit-cheap/#comments</comments>
		<pubDate>Wed, 29 Sep 2010 03:12:40 +0000</pubDate>
		<dc:creator>Brad</dc:creator>
				<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[backtrack]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[usb]]></category>
		<category><![CDATA[web security]]></category>

		<guid isPermaLink="false">http://crackednoodle.com/?p=373</guid>
		<description><![CDATA[There are a lot of tools I carry in my bag. They help me do a lot of tasks from rescuing data off of a crashed computer to getting into that server that you forgot the password to. Here is a list of them and what they can be used for. Get yourself a good [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fcrackednoodle.com%2F2010%2F09%2Fbuild-a-hacking-kit-cheap%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fcrackednoodle.com%2F2010%2F09%2Fbuild-a-hacking-kit-cheap%2F&amp;source=crackednoodle&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>There are a lot of tools I carry in my bag. They help me do a lot of tasks from rescuing data off of a crashed computer to getting into that server that you forgot the password to. Here is a list of them and what they can be used for.</p>
<p><a href="http://crackednoodle.com/wp-content/uploads/2010/09/dragonHead.png"><img class="alignleft size-full wp-image-377" title="dragonHead" src="http://crackednoodle.com/wp-content/uploads/2010/09/dragonHead.png" alt="" width="150" height="150" /></a>Get yourself a good bootable Linux distro. First get yourself a <a href="http://www.amazon.com/gp/product/B000M2GYF6?ie=UTF8&amp;tag=cracnood-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B000M2GYF6" target="_blank">4 gig USB drive</a>, then download a good disto like <a href="http://www.backtrack-linux.org/" target="_blank">Backtrack 4</a> and install in on your USB drive (<a href="http://www.backtrack-linux.org/tutorials/usb-live-install/" target="_blank">here is an easy how to</a>). With this you can boot to Backtrack 4 and have a fully functional computer with all the tools you need to repair or crack a system. You will also be able to mount the drives on the system and look around as needed, or recover lost data.</p>
<p><a href="http://www.amazon.com/gp/product/B001OORMVQ?ie=UTF8&amp;tag=cracnood-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B001OORMVQ"><img class="alignright size-thumbnail wp-image-406" title="31p3ZRY7SkL._SL160_" src="http://crackednoodle.com/wp-content/uploads/2010/09/31p3ZRY7SkL._SL160_1-150x150.jpg" alt="" width="150" height="150" /></a><br />
Now in the event the computer has totally died, you still need to access the hard drive inside of the computer. I found a<a href="http://www.amazon.com/gp/product/B001OORMVQ?ie=UTF8&amp;tag=cracnood-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B001OORMVQ" target="_blank"> handy little tool to connect</a> to the drive no matter the condition of the machine. This connects right to the drive and uses its own power source. then you just plug the USB into your laptop andcopy the data you want.</p>
<p>Once you have access to the system or hard drive you may need somewhere to copy data for storage during repair or just to take the data with you. For this you may want to use a <a href="http://www.amazon.com/gp/product/B002PHLZEQ?ie=UTF8&amp;tag=cracnood-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B002PHLZEQ" target="_blank">removable or external  hard drive</a>. These can be had cheap and are nice to have in your bag if you need to grab some data and go. I would try to get a<a href="http://www.amazon.com/gp/product/B002PHLZEQ?ie=UTF8&amp;tag=cracnood-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B002PHLZEQ" target="_blank"> Hard drive at least 500gig</a>, the smaller the better.</p>
<p><a href="http://www.amazon.com/gp/product/B000BHB5YW?ie=UTF8&amp;tag=cracnood-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B000BHB5YW"><img class="size-thumbnail wp-image-386 alignright" title="41QRPR7ErHL._SL500_AA300_" src="http://crackednoodle.com/wp-content/uploads/2010/09/41QRPR7ErHL._SL500_AA300_-150x150.jpg" alt="" width="150" height="150" /></a>More than once I have found a server with no keyboard or mouse. So I always carry those with me. I carry a <a href="http://www.amazon.com/gp/product/B000BHB5YW?ie=UTF8&amp;tag=cracnood-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B000BHB5YW" target="_blank">flexible keyboard</a>, they suck to type on but will save your butt in a pinch. I also carry a <a href="http://www.amazon.com/gp/product/B003BGB7ES?ie=UTF8&amp;tag=cracnood-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B003BGB7ES" target="_blank">cheap USB mouse</a>. Make it a cheap one that you don&#8217;t mind forgetting</p>
<p><strong>Tool List with Prices:</strong></p>
<ul>
<li><a href="http://www.amazon.com/gp/product/B001OORMVQ?ie=UTF8&amp;tag=cracnood-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B001OORMVQ" target="_blank">Hard drive to USB adapter $8.99</a></li>
<li><a href="http://www.amazon.com/gp/product/B000M2GYF6?ie=UTF8&amp;tag=cracnood-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B000M2GYF6">4 gig USB jump drive $7.65</a></li>
<li>Bootable linux Distro <strong>FREE</strong></li>
<li><a href="http://www.amazon.com/gp/product/B003BGB7ES?ie=UTF8&amp;tag=cracnood-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B003BGB7ES" target="_blank">USB mouse $11.4</a>3</li>
<li><a href="http://www.amazon.com/gp/product/B000BHB5YW?ie=UTF8&amp;tag=cracnood-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B000BHB5YW" target="_blank">USB flexible keyboard $15.72</a></li>
<li><a href="http://www.amazon.com/gp/product/B002PHLZEQ?ie=UTF8&amp;tag=cracnood-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B002PHLZEQ" target="_blank">500 gig USB External 2.5 hard drive  $73.99</a></li>
</ul>
<p>For Just over $100 you could have all the tools you need to have access to most of the systems you come in contact with.</p>
<p>Enjoy,</p>
<input type="hidden" name="IL_RELATED_TAGS" value="1"/>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fcrackednoodle.com%2F2010%2F09%2Fbuild-a-hacking-kit-cheap%2F&amp;title=Build%20a%20Hacking%20Kit%20Cheap" id="wpa2a_18"><img src="http://crackednoodle.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://crackednoodle.com/2010/09/build-a-hacking-kit-cheap/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Amahi Home Server Install</title>
		<link>http://crackednoodle.com/2010/08/amahi-home-server-install/</link>
		<comments>http://crackednoodle.com/2010/08/amahi-home-server-install/#comments</comments>
		<pubDate>Fri, 13 Aug 2010 14:24:10 +0000</pubDate>
		<dc:creator>Brad</dc:creator>
				<category><![CDATA[Fedora 12]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[backups]]></category>
		<category><![CDATA[best home server]]></category>
		<category><![CDATA[best linux for home server]]></category>
		<category><![CDATA[best linux home server]]></category>
		<category><![CDATA[build a linux home server]]></category>
		<category><![CDATA[easiest home server]]></category>
		<category><![CDATA[easy home server]]></category>
		<category><![CDATA[easy networking]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[fedora home server]]></category>
		<category><![CDATA[fedora linux]]></category>
		<category><![CDATA[file sharing]]></category>
		<category><![CDATA[home server]]></category>
		<category><![CDATA[home server linux]]></category>
		<category><![CDATA[home server simple]]></category>
		<category><![CDATA[home server using linux]]></category>
		<category><![CDATA[homeserver]]></category>
		<category><![CDATA[hosting at home]]></category>
		<category><![CDATA[howto home server]]></category>
		<category><![CDATA[IP address]]></category>
		<category><![CDATA[LAMP]]></category>
		<category><![CDATA[linix home server]]></category>
		<category><![CDATA[linux based home server]]></category>
		<category><![CDATA[linux file server]]></category>
		<category><![CDATA[linux for home server]]></category>
		<category><![CDATA[linux home network]]></category>
		<category><![CDATA[linux home server]]></category>
		<category><![CDATA[linux home server howto]]></category>
		<category><![CDATA[linux home server use]]></category>
		<category><![CDATA[linux homeserver]]></category>
		<category><![CDATA[linux media server]]></category>
		<category><![CDATA[linux network server]]></category>
		<category><![CDATA[linux server]]></category>
		<category><![CDATA[linux server home]]></category>
		<category><![CDATA[media server]]></category>
		<category><![CDATA[NAS]]></category>
		<category><![CDATA[network storage]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[open source home server]]></category>
		<category><![CDATA[outlook synchronization]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[PXE server]]></category>
		<category><![CDATA[redhat]]></category>
		<category><![CDATA[rpm fusion]]></category>
		<category><![CDATA[rpmfusion]]></category>
		<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[samba]]></category>
		<category><![CDATA[setting up home server]]></category>
		<category><![CDATA[simple home server]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[VPN]]></category>
		<category><![CDATA[web apps]]></category>
		<category><![CDATA[webapp]]></category>
		<category><![CDATA[webapps]]></category>

		<guid isPermaLink="false">http://crackednoodle.com/?p=338</guid>
		<description><![CDATA[While searching for the perfect media server to use as a Home Server, I came across the Amahi Home Server. The Amahi home server has some great features including: Protect Your Computers Backup all your networked PCs simply and easily on your home network. If one of your PCs &#8220;dies&#8221; you can easily restore it! Organize Your Files Access, [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fcrackednoodle.com%2F2010%2F08%2Famahi-home-server-install%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fcrackednoodle.com%2F2010%2F08%2Famahi-home-server-install%2F&amp;source=crackednoodle&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><!--10f716927a5f4afab878621a6f216ce1-->
<div>
<p><a href="http://crackednoodle.com/wp-content/uploads/2010/08/mini-setup.png"><img class="alignleft size-thumbnail wp-image-352" title="mini-setup" src="http://crackednoodle.com/wp-content/uploads/2010/08/mini-setup-150x114.png" alt="" width="150" height="114" /></a>While searching for the perfect media server to use as a Home Server, I came across the <a href="http://www.amahi.org/" target="_blank">Amahi Home Server</a>.</p>
<p>The <a href="http://www.amahi.org/">Amahi home server</a> has some great features including:</p>
<ul>
<li>Protect Your Computers Backup all your networked PCs simply and easily on your home network. If one of your PCs &#8220;dies&#8221; you can easily restore it!</li>
<li>Organize Your Files Access, share and search your files from any machine on your network, making it easy to share and find your photos, music and videos.</li>
<li>Internet Wide Access Automatically setup your own VPN so you can access your network from anywhere: safely and securely.</li>
<li>Private Internet Applications Shared applications like calendaring, private wiki and more to come, will help you manage your home and your family!</li>
</ul>
<p style="text-align: left;"><a href="http://crackednoodle.com/wp-content/uploads/2010/08/logo1.png"><img class="aligncenter size-full wp-image-359" title="logo" src="http://crackednoodle.com/wp-content/uploads/2010/08/logo1.png" alt="" width="256" height="80" /></a></p>
<p style="text-align: left;">The package only requires you have a computer with:</p>
<ul>
<li>800MHz CPU</li>
<li>4GB Disk, and</li>
<li>512MB RAM</li>
<li>Drive space for a Media Server (depending on how many files you have)</li>
</ul>
</div>
<p><strong>Here is how I installed the system:</strong></p>
<div>
<p>You need to go to the <a href="http://www.amahi.org/" target="_blank">http://Amahi.org</a> site and create an account then you are all set to install.</p>
<ul>
<li>Boot the installation machine from the Fedora 12 installation DVD</li>
<li>Follow the instructions to install Fedora</li>
<li>Use the defaults to install Fedora in graphical mode (click the paper clips for screenshots).Use DHCP for the install process, unless you know you really need a static IP for install.</li>
<li>When asked for a &#8220;root&#8221; password note the password you create</li>
<li>Stop when you reach the &#8220;repositories&#8221; page. Unselect Office and Productivity, unless you really want it (e.g. to simultaneously use your HDA as a desktop)</li>
<li>Click on the &#8220;Add additional software repositories&#8221; button and add the Amahi repository with the following information:</li>
</ul>
<p>Repository name: <span style="font-size: 16px;">Amahi </span><br />
Repository URL: <span style="font-size: 16px;">http://f12.amahi.org</span></p>
<ul>
<li>If asked to, enable your network interface</li>
<li>Once the network is up, click &#8220;Next&#8221; to complete the install</li>
<li>When installation is done, it will ask you to reboot. Reboot</li>
<li>After reboot, continue with the install and configuration, as you normally would</li>
<li>Fedora will ask you Create a User. Go ahead. Remember the credentials</li>
<li>NOTE: The first time you login in Amahi you will be asked to reset this user&#8217;s password</li>
<li>In the &#8220;Date and Time&#8221; screen, we recommend that you enable &#8220;Synchronize date and time over the network&#8221;</li>
<li>At the login screen, login as the user you created earlier on in the install</li>
<li>Once at the desktop, locate the Amahi Installer icon.</li>
<li>Launch the Amahi Installer by double-clicking in the desktop icon. Firefox should launch, with location<code>http://localhost:2000</code>. Check the <a href="http://wiki.amahi.org/index.php/Installation_troubleshooting" target="_blank">installation troubleshooting</a> wiki page if this is not working for you.</li>
<li>Enter the install code for your HDA in the box and press Submit</li>
<li>Use your our HDA&#8217;s install code.</li>
<li>After the install completes, your HDA should be working, however, it&#8217;s required that you reboot to get everything working</li>
<li>After the reboot, your HDA should be fully functional. Login using the username/password you created in Fedora. Enjoy!</li>
<li>If your HDA has network connectivity and you are satisfied, you can then optionally turn off your router/gateway&#8217;s DHCP server and reboot all the systems in your network (so that they all get their DHCP lease from your HDA). This is the recommended configuration, where you enjoy all the features of your Amahi HDA.</li>
<li>If you prefer to NOT use your HDA&#8217;s built-in DHCP server, turn it off because it&#8217;s on by default and it could cause conflicts</li>
<li>Log in and look around.</li>
</ul>
<p>When your Amahi HDA comes up, you should be able to find the various areas of your HDA:</p>
<li>The Dashboard: <a href="http://hda/" target="_"><code>http://hda</code></a> &#8211; This page is meant to be your &#8220;Home Page&#8221; at home</li>
<li>Rest of the setup pages at <a href="http://setup/" target="_"><code>http://setup</code></a> where you can:</li>
<li>Setup the Users and Shares</li>
<li>Install new apps, like AmahiTunes, the DLNA server, Wikis, CMSs, Blogs &#8230;</li>
<li>&#8230; and more</li>
<div id="attachment_360" class="wp-caption aligncenter" style="width: 310px"><a href="http://crackednoodle.com/wp-content/uploads/2010/08/amahilogin.png"><img class="size-medium wp-image-360" title="amahilogin" src="http://crackednoodle.com/wp-content/uploads/2010/08/amahilogin-300x227.png" alt="" width="300" height="227" /></a><p class="wp-caption-text">Login Screen</p></div>
<div id="attachment_361" class="wp-caption aligncenter" style="width: 310px"><a href="http://crackednoodle.com/wp-content/uploads/2010/08/amahiLogedin.png"><img class="size-medium wp-image-361" title="amahiLogedin" src="http://crackednoodle.com/wp-content/uploads/2010/08/amahiLogedin-300x227.png" alt="" width="300" height="227" /></a><p class="wp-caption-text">Control Panel</p></div>
<p style="text-align: center;">
<div id="attachment_362" class="wp-caption aligncenter" style="width: 310px"><a href="http://crackednoodle.com/wp-content/uploads/2010/08/storage-tab.png"><img class="size-medium wp-image-362" title="storage tab" src="http://crackednoodle.com/wp-content/uploads/2010/08/storage-tab-300x227.png" alt="" width="300" height="227" /></a><p class="wp-caption-text">Storage tab on Control Panel</p></div>
<div id="attachment_363" class="wp-caption aligncenter" style="width: 310px"><a href="http://crackednoodle.com/wp-content/uploads/2010/08/list-of-apps.png"><img class="size-medium wp-image-363" title="list of apps" src="http://crackednoodle.com/wp-content/uploads/2010/08/list-of-apps-300x227.png" alt="" width="300" height="227" /></a><p class="wp-caption-text">Large list of installable apps</p></div>
<p style="text-align: left;">Here are some tips!</p>
<ul>
<li>Short URLs: on most operating systems, simply typing <code>hda </code>or <code>setup </code>in the URL box of your web browser will take you to the dashboard and the setup pages! Same with the Apps installed!</li>
<li>Install Amahi DLNA server, works great with the PS3 or Xbox.</li>
<li>Browse through the apps and install apps that you like!</li>
<li>Back up your system onto the shares in your HDA periodically and stay safe</li>
</ul>
</div>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fcrackednoodle.com%2F2010%2F08%2Famahi-home-server-install%2F&amp;title=Amahi%20Home%20Server%20Install" id="wpa2a_20"><img src="http://crackednoodle.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://crackednoodle.com/2010/08/amahi-home-server-install/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

