<?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>Make Tech Easier&#187; server</title>
	<atom:link href="http://maketecheasier.com/tag/server/feed" rel="self" type="application/rss+xml" />
	<link>http://maketecheasier.com</link>
	<description>Uncomplicating the complicated, making life easier</description>
	<lastBuildDate>Fri, 25 May 2012 23:58:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>How to Install and Configure ownCloud</title>
		<link>http://maketecheasier.com/install-and-configure-owncloud/2012/01/11</link>
		<comments>http://maketecheasier.com/install-and-configure-owncloud/2012/01/11#comments</comments>
		<pubDate>Wed, 11 Jan 2012 15:58:40 +0000</pubDate>
		<dc:creator>Tavis J. Hampton</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=43830</guid>
		<description><![CDATA[It is difficult to read any tech news and not see something about &#8220;the cloud&#8221;, cloud computing, cloud hosting, or at least something that mentions the word &#8220;cloud&#8221;. Many businesses have moved their entire software operations into the cloud, and many individual users rely on cloud service providers for email,... <p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/install-and-configure-owncloud/2012/01/11&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/install-and-configure-owncloud/2012/01/11" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/install-and-configure-owncloud/2012/01/11" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/install-and-configure-owncloud/2012/01/11" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/install-and-configure-owncloud/2012/01/11&amp;title=How+to+Install+and+Configure+ownCloud&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/install-and-configure-owncloud/2012/01/11" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/install-and-configure-owncloud/2012/01/11">How to Install and Configure ownCloud</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-43831" title="owncloud-logo" src="http://imagecdn.maketecheasier.com/2012/01/owncloud-logo.png" alt="ownCloud logo" width="200" height="105" />It is difficult to read any tech news and not see something about &#8220;the cloud&#8221;, cloud computing, cloud hosting, or at least something that mentions the word &#8220;cloud&#8221;. Many businesses have moved their entire software operations into the cloud, and many individual users rely on cloud service providers for email, documents, and file storage.</p>
<p>There are a plethora of file storage and file sharing services available on the web. Many of them are free for a limited amount of space (often around 2 to 5 GB). For a lot of people, this type of service is sufficient, but if you want your own file storage system, need a lot more space, do not want to pay a third party service, and already have your own web hosting account for your website, ownCloud is a free and open source option you should definitely consider.<br />
<span id="more-43830"></span></p>
<h2>Installation</h2>
<p><a href="http://owncloud.org/" target="_blank">ownCloud</a> is a simple PHP web application that will work on most Linux and Unix servers. A typical installation server will have Apache HTTP Server and MySQL or SQLite (if you do not want to use a database server). If you are running your own dedicated server or VPS, your Linux distribution may already have the ownCloud packages in its default repository. For example, to install on an Ubuntu server, simple type:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> owncloud</pre></div></div>

<p>It will automatically install dependencies, such as Apache, PHP, and MySQL. Once the installation is complete, you can point your browser to <em>http://yourdomain/owncloud</em> and start the &#8220;First Run Wizard&#8221;.</p>
<p><img class="aligncenter size-full wp-image-43832" title="owncloud-first-run-wizard" src="http://imagecdn.maketecheasier.com/2012/01/owncloud-first-run-wizard.png" alt="ownCloud First Run Wizard" width="600" height="365" /></p>
<p>To install ownCloud manually, do the following:</p>
<ol>
<li>Go to <a href="http://owncloud.org/">owncloud.org</a> and download the latest version</li>
<li>Extract the contents of the archive to your computer. If you have SSH access to your server, you can upload the archive first and extract with

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">tar</span> <span style="color: #660033;">-xjvf</span> owncloud-<span style="color: #000000;">2</span>.x.tar.bz2</pre></div></div>

</li>
<li>Copy the extracted files to the directory of your choice within the web-accessible documents directory of your server (i.e. public_html, htdocs, etc.)</li>
<li>Set the permissions. If you have a shared hosting account, use FTP or SFTP to create a directory called &#8220;data&#8221; and set the permissions to &#8220;750&#8243;. Then, set the permissions of the &#8220;config&#8221; directory to &#8220;777&#8243;. If you have root access, you can use this command:

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">chown</span> <span style="color: #660033;">-R</span> www-data:www-data owncloud<span style="color: #000000; font-weight: bold;">/</span></pre></div></div>

<p>Replace &#8220;www-data&#8221; with whatever the name of your Apache user is.</li>
<li>Point your browser to http://yourdomain/owncloud to complete the installation</li>
<li>Enter a username and password for your administrative account</li>
<li>If SQLite is detected, ownCloud will use it by default. Alternatively, you can enter your MySQL database information in the “Advanced” section.</li>
</ol>
<p><img class="aligncenter size-full wp-image-43833" title="owncloud-login" src="http://imagecdn.maketecheasier.com/2012/01/owncloud-login.jpg" alt="ownCloud login page" width="600" height="381" /></p>
<h2>Using ownCloud</h2>
<p><img class="aligncenter size-full wp-image-43834" title="ownCloud browser file manager" src="http://imagecdn.maketecheasier.com/2012/01/owncloud-files.png" alt="ownCloud browser file manager" width="600" height="442" /></p>
<p>The software for ownCloud was developed by some of the developers of KDE and is designed to work with free and open source operating systems, unlike some proprietary cloud storage services. You can use your web browser to upload and manage files, but you can also use WebDav to connect to your files directly from your desktop file manager.</p>
<p>In Dolphin, follow these steps:</p>
<ol>
<li>Click the &#8220;Network&#8221; option in &#8220;Places&#8221; or go to &#8220;remote:/&#8221;</li>
<li>Click the &#8220;Add Network Folder&#8221; button</li>
<li>Keep the first option, WebFolder (webdav), selected and click Next</li>
<li>Give the connection a name and enter your ownCloud username</li>
<li>In the &#8220;Server&#8221; box, type your full domain name</li>
<li>In the &#8220;Folder&#8221; box, type the relative path to your owncloud installation (i.e. /owncloud/webdav/owncloud.php)</li>
<li>Check the box next to &#8220;Create an icon for this remote folder&#8221;</li>
<li>Click Save and Connect.</li>
</ol>
<p>After entering your password, it should connect to your ownCloud folder. You can now drag and drop files just as you would with a folder on your computer. Moreover, KDE apps are all integrated and should be able to use the folder as well.</p>
<h2>Cloud Freedom</h2>
<p>ownCloud gives you the freedom to use the cloud on your terms however you want. You can access your files from anywhere, just as you would with a proprietary cloud service, but the files and software are yours. You will not have to worry about privacy or the safety of your data. For more information about ownCloud in general, visit the project’s website. For more detailed install instructions, including those for other operating systems and web servers, <a href="http://owncloud.org/install/advanced/" target="_blank">see this page</a>.<br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://maketecheasier.com/getting-started-with-amazon-ec2/2011/10/20' title='Getting Started with Amazon EC2'>Getting Started with Amazon EC2</a></li>
<li><a href='http://maketecheasier.com/listen-to-cloud-music-with-nuvola-player-ubuntu/2011/12/23' title='Listen to Cloud Music With Nuvola Player [Ubuntu]'>Listen to Cloud Music With Nuvola Player [Ubuntu]</a></li>
<li><a href='http://maketecheasier.com/zeropc-manage-all-social-accounts-in-one-place/2011/11/24' title='ZeroPC: Manage All Your Social Accounts In One Place'>ZeroPC: Manage All Your Social Accounts In One Place</a></li>
<li><a href='http://maketecheasier.com/peppermint-os-web-centric-desktop/2010/06/03' title='Peppermint OS &#8211; A New Take on the Web-Centric Desktop'>Peppermint OS &#8211; A New Take on the Web-Centric Desktop</a></li>
</ul>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/install-and-configure-owncloud/2012/01/11&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/install-and-configure-owncloud/2012/01/11" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/install-and-configure-owncloud/2012/01/11" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/install-and-configure-owncloud/2012/01/11" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/install-and-configure-owncloud/2012/01/11&amp;title=How+to+Install+and+Configure+ownCloud&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/install-and-configure-owncloud/2012/01/11" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/install-and-configure-owncloud/2012/01/11">How to Install and Configure ownCloud</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/install-and-configure-owncloud/2012/01/11/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>4 Tips to Make Windows 7 Boot Faster</title>
		<link>http://maketecheasier.com/4-tips-to-make-windows-7-boot-faster/2011/11/11</link>
		<comments>http://maketecheasier.com/4-tips-to-make-windows-7-boot-faster/2011/11/11#comments</comments>
		<pubDate>Fri, 11 Nov 2011 15:58:05 +0000</pubDate>
		<dc:creator>Miguel Leiva-Gomez</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[boot time]]></category>
		<category><![CDATA[msconfig]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=41121</guid>
		<description><![CDATA[If you&#8217;re a hobbyist that runs a home server, or even a regular computer user that wants to get things done quickly, you will know how important it is to start Windows quickly. There&#8217;s nothing worse than having to restart a server and have your visitors tolerate 3 minutes of... <p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/4-tips-to-make-windows-7-boot-faster/2011/11/11&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/4-tips-to-make-windows-7-boot-faster/2011/11/11" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/4-tips-to-make-windows-7-boot-faster/2011/11/11" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/4-tips-to-make-windows-7-boot-faster/2011/11/11" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/4-tips-to-make-windows-7-boot-faster/2011/11/11&amp;title=4+Tips+to+Make+Windows+7+Boot+Faster&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/4-tips-to-make-windows-7-boot-faster/2011/11/11" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/4-tips-to-make-windows-7-boot-faster/2011/11/11">4 Tips to Make Windows 7 Boot Faster</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-41122" title="boottime-clock" src="http://imagecdn.maketecheasier.com/2011/11/boottime-clock.jpg" alt="boottime-clock" width="200" height="133" />If you&#8217;re a hobbyist that runs a home server, or even a regular computer user that wants to get things done quickly, you will know how important it is to start Windows quickly. There&#8217;s nothing worse than having to restart a server and have your visitors tolerate 3 minutes of downtime. Add another 5 minutes of slow loading times until the computer&#8217;s fully loaded. When time is money, you really can&#8217;t be wasting any of it waiting for a computer to load.<br />
<span id="more-41121"></span></p>
<h2>1. Use MSConfig</h2>
<p>If you haven&#8217;t heard of MSConfig, get familiar with it. This tool is absolutely essential in managing many aspects of your computer&#8217;s behavior during its boot time. If you don&#8217;t know how to get to it, use the following process:</p>
<p>1. Press &#8220;Win + R&#8221; on your keyboard. The &#8220;Win&#8221; key is next to each &#8220;Alt&#8221; key, away from the space bar. This brings up a dialog that looks like this:</p>
<p><img class="aligncenter size-full wp-image-41125" title="boottime-run" src="http://imagecdn.maketecheasier.com/2011/11/boottime-run.png" alt="boottime-run" width="429" height="245" /></p>
<p>If you can&#8217;t find the &#8220;Win&#8221; key, or your keyboard doesn&#8217;t have one, type &#8220;run&#8221; in the search bar at the bottom of the Start menu and press &#8220;Enter&#8221;.</p>
<p>2: Type &#8220;<em>msconfig</em>&#8221; in the dialog and press &#8220;Enter&#8221; on your keyboard. This takes you to the MSConfig screen I&#8217;ve been rambling about. Once inside, click the &#8220;Startup&#8221; tab. If you recognize a program that you don&#8217;t think you need to start up when Windows boots, clear the checkbox next to it. </p>
<p><img class="aligncenter size-full wp-image-41126" title="boottime-msconfig" src="http://imagecdn.maketecheasier.com/2011/11/boottime-msconfig.jpg" alt="boottime-msconfig" width="588" height="391" /></p>
<p>Additionally, you can click the &#8220;Services&#8221; tab to disable services you know you don&#8217;t need. You must be absolutely sure that you don&#8217;t need the services and programs that you disable, or else you end up disabling something your computer needs to function properly. The consequences might make the operating system lose some functionality, but you can usually recover from this by enabling services again using the same method in this step.</p>
<p>3: If you use two or more operating systems on your computer and manage the boot sequence through your current Windows installation, go to the &#8220;Boot&#8221; tab and type a lower number under &#8220;Timeout.&#8221; The default timeout for Windows is 30 seconds. This makes the computer boot faster only if you plan to leave it unattended after you turn it on.</p>
<h2>2. Device Manager</h2>
<p>When you see the loading screen in Windows that says &#8220;Starting Windows&#8221;, the operating system loads all of your device drivers and essential services. Obviously, disabling some of the drivers that Windows loads will help speed up the loading time a bit. To do this, you must enter the device manager within Windows 7:</p>
<p>1: Click the Start menu and then &#8220;Control Panel&#8221;.</p>
<p>2: Once inside the control panel, click &#8220;Hardware and Sound.&#8221;</p>
<p><img class="aligncenter size-full wp-image-41127" title="boottime-controlpanel" src="http://imagecdn.maketecheasier.com/2011/11/boottime-controlpanel.jpg" alt="boottime-controlpanel" width="569" height="470" /></p>
<p>3: Under &#8220;Devices and Printers,&#8221; click &#8220;Device Manager.&#8221; This opens a window that shows you all the devices attached to your computer. Windows has to load drivers for each one of these devices.</p>
<p><img class="aligncenter size-full wp-image-41128" title="boottime-hwandsound" src="http://imagecdn.maketecheasier.com/2011/11/boottime-hwandsound.jpg" alt="boottime-hwandsound" width="439" height="213" /></p>
<p>4: Expand any of the device categories and explore which devices you don&#8217;t use. Right-click on any device you want and click &#8220;Disable.&#8221; This tells Windows to ignore the drivers for that device. Make sure you don&#8217;t disable any devices that your computer needs to function properly, such as the network interface or display adapter.</p>
<h2>3. Delay Services</h2>
<p>Let&#8217;s face it: You <em>need</em> the majority of the services that run on Windows&#8217; startup. If you don&#8217;t think you can brave disabling the services, you can always <em>delay</em> them. When you delay a service, Windows ignores the service until enough resources are free to start the service. Once Windows finishes booting, it then loads every service you delayed. To put services on hold when Windows starts, you need to access the Services dialog in Administrative Tools:</p>
<p>1: Access the Control Panel using the same process mentioned in the previous tip.</p>
<p>2: Click &#8220;System and Security&#8221; and &#8220;Administrative Tools&#8221;.</p>
<p><img class="aligncenter size-full wp-image-41129" title="boottime-administrative" src="http://imagecdn.maketecheasier.com/2011/11/boottime-administrative.jpg" alt="boottime-administrative" width="597" height="213" /></p>
<p>3: In the new window that opens, double-click &#8220;Services.&#8221; Once in the &#8220;Services&#8221; dialog, right-click any service you want to delay and click &#8220;Properties,&#8221; as in the image below.</p>
<p><img class="aligncenter size-full wp-image-41130" title="boottime-services" src="http://imagecdn.maketecheasier.com/2011/11/boottime-services.jpg" alt="boottime-services" width="445" height="409" /></p>
<p>4: Click the drop-down menu next to &#8220;Startup Type&#8221; and click &#8220;Automatic (Delayed).&#8221; Don&#8217;t do this to services that already have the &#8220;Manual&#8221; startup type. That just swamps your computer with unnecessary services. Check the image below if you have no idea what I&#8217;m talking about.</p>
<p><img class="aligncenter size-full wp-image-41131" title="boottime-service" src="http://imagecdn.maketecheasier.com/2011/11/boottime-service.jpg" alt="boottime-service" width="420" height="475" /></p>
<p>5: Click &#8220;OK&#8221; and repeat this as many times as you need to. Just don&#8217;t disable a service you&#8217;re not sure of.</p>
<h2>4. Hardware Upgrades</h2>
<p>While you might get away with some changes in your operating system configuration, you still may need to get new hardware for your PC. Suggested upgrades include new or additional RAM (memory) and a solid state drive (SSD). Both upgrades will raise the input/output capacity of your computer per second. Getting faster or higher quantities of RAM will always speed up the boot process, since Windows uses this piece of your computer overwhelmingly when booting.</p>
<p>The hard drive, on the other hand, is the slowest part of any computer, particularly because its functions rely chiefly on moving electrical parts instead of transistors. If you suspect that your hard drive is dragging down the speed of your computer, your only solution could be a solid state drive, which is completely built on transistors and memory cells. These drives usually perform <em>up to twice as fast</em> as a regular hard drive. Be aware, however, that some solid state drives might perform more slowly with algorithmic file processing/decompression than regular hard drives. You&#8217;re guaranteed, regardless, that you&#8217;ll get a faster boot/run time than a regular hard drive.</p>
<p>Although the processor regularly doesn&#8217;t affect boot time, it might slow you down anyway. To check this, open your task manager (Ctrl + Shift + Esc) while Windows boots and monitor CPU usage through the entire duration. If you constantly see the CPU usage at 100%, it&#8217;s time to get a new CPU. Note, however, that CPUs need to use the same socket number as your motherboard. You might have to replace your motherboard also in order to fit a newer next-gen CPU. If you&#8217;re not comfortable making this upgrade yourself, you&#8217;ll have to pay someone to do it. Just remember that the sooner you get this over with, the better your experience with Windows will be.</p>
<p>Photo Credit: <a href="http://www.flickr.com" target="_blank">flickr</a><br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://maketecheasier.com/control-windows-startup-programs-without-special-software/2010/09/24' title='How to Control Windows Startup Programs Without Special Software'>How to Control Windows Startup Programs Without Special Software</a></li>
<li><a href='http://maketecheasier.com/improve-windows-boot-time-with-soluto/2010/06/18' title='Improve Your Windows Boot Time With Soluto'>Improve Your Windows Boot Time With Soluto</a></li>
<li><a href='http://maketecheasier.com/setup-a-phpmysql-environment-on-windows-the-easy-way/2009/12/31' title='Setup a PHP/MySQL Environment on Windows The Easy Way'>Setup a PHP/MySQL Environment on Windows The Easy Way</a></li>
<li><a href='http://maketecheasier.com/windows-8-to-shove-aero-away/2012/05/25' title='Windows 8 to Shove Aero Away'>Windows 8 to Shove Aero Away</a></li>
</ul>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/4-tips-to-make-windows-7-boot-faster/2011/11/11&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/4-tips-to-make-windows-7-boot-faster/2011/11/11" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/4-tips-to-make-windows-7-boot-faster/2011/11/11" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/4-tips-to-make-windows-7-boot-faster/2011/11/11" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/4-tips-to-make-windows-7-boot-faster/2011/11/11&amp;title=4+Tips+to+Make+Windows+7+Boot+Faster&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/4-tips-to-make-windows-7-boot-faster/2011/11/11" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/4-tips-to-make-windows-7-boot-faster/2011/11/11">4 Tips to Make Windows 7 Boot Faster</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/4-tips-to-make-windows-7-boot-faster/2011/11/11/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Getting Started with Amazon EC2</title>
		<link>http://maketecheasier.com/getting-started-with-amazon-ec2/2011/10/20</link>
		<comments>http://maketecheasier.com/getting-started-with-amazon-ec2/2011/10/20#comments</comments>
		<pubDate>Thu, 20 Oct 2011 14:58:48 +0000</pubDate>
		<dc:creator>Joshua Price</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Amazon]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=39816</guid>
		<description><![CDATA[When Amazon first launched their Elastic Compute Cloud (EC2) in 2006, many people were a bit surprised. Those of us who&#8217;d always just thought of Amazon as a retailer were skeptical that they&#8217;d have much to offer. In the 5 years since then, Amazon has proven that they&#8217;re serious about... <p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/getting-started-with-amazon-ec2/2011/10/20&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/getting-started-with-amazon-ec2/2011/10/20" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/getting-started-with-amazon-ec2/2011/10/20" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/getting-started-with-amazon-ec2/2011/10/20" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/getting-started-with-amazon-ec2/2011/10/20&amp;title=Getting+Started+with+Amazon+EC2&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/getting-started-with-amazon-ec2/2011/10/20" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/getting-started-with-amazon-ec2/2011/10/20">Getting Started with Amazon EC2</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img src="http://imagecdn.maketecheasier.com/2011/10/logo_aws.gif" alt="logo_aws" title="logo_aws" width="164" height="60" class="alignleft size-full wp-image-39848" />When Amazon first launched their <a href="http://aws.amazon.com/ec2/" target="_blank">Elastic Compute Cloud (EC2)</a> in 2006, many people were a bit surprised. Those of us who&#8217;d always just thought of Amazon as a retailer were skeptical that they&#8217;d have much to offer. In the 5 years since then, Amazon has proven that they&#8217;re serious about this business and in making EC2 a world-class cloud computing platform. While there have been <a href="http://aws.amazon.com/message/65648/" target="_blank">hiccups</a>, Amazon Web Services in general are typically regarded as among the best in the business. In this guide, we&#8217;re going to cover the basics of cloud computing in general and Amazon EC2 in particular.<br />
<span id="more-39816"></span></p>
<h2>A Bit About &#8220;The Cloud&#8221;</h2>
<p>As with many tech buzzwords, you might get a different definition of this term from each person you ask.  Some might describe it as a way of scaling your computing resources to fit your needs.  </p>
<p>Let&#8217;s say ABC Books, a local book store wants to run a site where their customers can buy books online. The &#8220;traditional&#8221; approach would be for someone to dust off a server, install an OS, run a webserver application and load their site on it.  </p>
<p><img src="http://imagecdn.maketecheasier.com/2011/10/amazonec2-dedicated.png" alt="amazonec2-dedicated" title="amazonec2-dedicated" width="76" height="124" class="aligncenter size-full wp-image-39817" /></p>
<p>When virtualization was becoming popular, people started using another method called the Virtual Private Server or VPS. With this method, you can have multiple operating systems running on the same machine, each with their own setup and applications.  </p>
<p><img src="http://imagecdn.maketecheasier.com/2011/10/amazonec2-vps.png" alt="amazonec2-vps" title="amazonec2-vps" width="155" height="179" class="aligncenter size-full wp-image-39818" /></p>
<p>This allows each user to have full control over their system, but without the expense of dedicated hardware.  ABC Books, our example complany, would likely save money by switching to VPS, as they don&#8217;t need the server&#8217;s full power and can share the cost with other users. The &#8220;cloud&#8221; method takes virtualization even further. Since you&#8217;re already virtualizing the software, what happens if you virtualize the hardware too?  The essence of cloud computing is taking a huge collection of computing resources and intelligently assigning them as needed. Take this diagram for example. </p>
<p><img src="http://imagecdn.maketecheasier.com/2011/10/amazonec2-cloud.png" alt="amazonec2-cloud" title="amazonec2-cloud" width="492" height="367" class="aligncenter size-full wp-image-39820" /></p>
<p>You can see that most of the portions are different sizes.  ABC Books might only need a portion of one server, but <em>Bob&#8217;s House of Free iPads</em> might generate more traffic and need multiple servers.  One of the greatest benefits of cloud computing is that you can scale your resources up and down as needed.  </p>
<p>Let&#8217;s say a huge celebrity talks about their love of ABC Books, and suddenly the site is getting hundreds of times the amount of traffic it normally would. Their dedicated server is probably not equipped to handle that.  Likewise, a VPS (though more flexible) will still need a hardware transfer or upgrade to keep up. A cloud based server, however, could just be &#8220;turned up&#8221; to handle the excess traffic. When the buzz has died down, you just reduce your resources back to normal.  </p>
<h3>Signing up for EC2</h3>
<p><strong>Note</strong>: The free account is indeed free, but during the signup, you will be asked for credit card information. See Amazon&#8217;s <a href="http://aws.amazon.com/free/terms/" target="_blank">terms</a> for details.  </p>
<p><a href="http://www.amazon.com/gp/aws/registration/registration-form.html?utm_campaign=free" target="_blank">Log in or create</a> your Amazon EC2 account. Unfortunately, new user registrations can sometimes remain pending for several hours.  </p>
<p>Once your Amazon Web Services account is set up, you can access your management console by clicking the <em>Sign In to AWS Management Console</em> link in the top-right corner of <a href="http://aws.amazon.com/" target="_blank">aws.amazon.com</a> or clicking <a href="https://console.aws.amazon.com/s3/home" target="_blank">here</a>.  </p>
<h2>Creating an Instance</h2>
<p>Once your account is activated and you&#8217;re able to access the AWS Console, you&#8217;ll probably want to start by creating server instance to run some software.  </p>
<p><img src="http://imagecdn.maketecheasier.com/2011/10/amazonec2-createinstance1.png" alt="amazonec2-createinstance1" title="amazonec2-createinstance1" width="586" height="362" class="aligncenter size-full wp-image-39823" /></p>
<p>The first thing you&#8217;ll be asked to do is decide on a base platform. The <em>Amazon Linux</em> is a good bet if you&#8217;re looking to demo the service.  </p>
<p><img src="http://imagecdn.maketecheasier.com/2011/10/amazonec2-createinstance2.png" alt="amazonec2-createinstance2" title="amazonec2-createinstance2" width="600" height="312" class="aligncenter size-full wp-image-39826" /></p>
<p>The next page lets you set some details regarding your instance. You&#8217;ll probably want to leave these settings as they are, seeing as how the free tier only supports the <em>Micro</em> instance type, and <em>Availability Zone</em> should make no difference at this stage.  </p>
<p>The next page, <em>Advanced Instance Options</em>, should be left at defaults unless you have a specific reason to do otherwise.</p>
<p>The last step of your <em>Instance Options</em> is the one where you choose tags. This step is optional, and nothing will be broken if you specify no tags, but it&#8217;s recommended to at least apply a value to the <em>Name</em> key to make this instance easy to identify.  </p>
<p><img src="http://imagecdn.maketecheasier.com/2011/10/amazonec2-createinstance3-tags.jpg" alt="amazonec2-createinstance3-tags" title="amazonec2-createinstance3-tags" width="566" height="219" class="aligncenter size-full wp-image-39840" /></p>
<p>The next step is to create a key pair. Instead of passwords, EC2 uses cryptographic keys to identify users. If that sounds confusing don&#8217;t worry, it&#8217;s really not that complicated. The first step is to name and generate a key pair, then download that to your computer. I&#8217;d recommend saving it to <em>~/.ssh/</em>.  </p>
<p><img src="http://imagecdn.maketecheasier.com/2011/10/amazonec2-createinstance4-keys.png" alt="amazonec2-createinstance4-keys" title="amazonec2-createinstance4-keys" width="525" height="354" class="aligncenter size-full wp-image-39846" /></p>
<p>Once you&#8217;ve got the keys saved, you&#8217;ll need to make sure it&#8217;s private. You cannot skip this step, as SSH will refuse to use a publicly viewable key. It&#8217;s quick and easy to set this, just open your Linux or OSX terminal and type:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">chmod</span> <span style="color: #000000;">600</span> ~<span style="color: #000000; font-weight: bold;">/</span>.ssh<span style="color: #000000; font-weight: bold;">/</span>MyEC2Key.pem</pre></div></div>

<p>and to actually use it to connect, go with</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">#You will of course have to wait until your instance is actually running</span>
<span style="color: #c20cb9; font-weight: bold;">ssh</span> <span style="color: #660033;">-i</span> ~<span style="color: #000000; font-weight: bold;">/</span>.ssh<span style="color: #000000; font-weight: bold;">/</span>MyEC2Key.pem root<span style="color: #000000; font-weight: bold;">@</span>your-ec2-dns-address.com</pre></div></div>

<p>Finally, you&#8217;ve just got to open a hole in the firewall for your app. The dropdown list contains several common network options such as SSH, DNS, and of course HTTP. If you want to enter a custom port, here&#8217;s your chance.  </p>
<p><img src="http://imagecdn.maketecheasier.com/2011/10/amazonec2-createinstance5-firewall.png" alt="amazonec2-createinstance5-firewall" title="amazonec2-createinstance5-firewall" width="501" height="498" class="aligncenter size-full wp-image-39844" /></p>
<p>Once you review and launch your instance, you&#8217;re set! You can now use SSH as indicated above to connect to your public DNS (highlighted in the screenshot below).</p>
<p><img src="http://imagecdn.maketecheasier.com/2011/10/amazonec2-runninginstance.png" alt="amazonec2-runninginstance" title="amazonec2-runninginstance" width="600" height="383" class="aligncenter size-full wp-image-39845" /></p>
<h2>Conclusion</h2>
<p>From here on out, it&#8217;s your &#8220;server&#8221; to deal with as you wish. Applications can be installed and removed however you see fit. The service is can be tailored to exactly the application you have in mind &#8211; anything from a web server to VPN gateway to a place to host your files. Good luck and have fun on the cloud!<br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://maketecheasier.com/install-and-configure-owncloud/2012/01/11' title='How to Install and Configure ownCloud'>How to Install and Configure ownCloud</a></li>
<li><a href='http://maketecheasier.com/zeropc-manage-all-social-accounts-in-one-place/2011/11/24' title='ZeroPC: Manage All Your Social Accounts In One Place'>ZeroPC: Manage All Your Social Accounts In One Place</a></li>
<li><a href='http://maketecheasier.com/play-your-music-anywhere-with-amazons-brand-new-cloud-player/2011/03/31' title='Play Your Music Anywhere with Amazon&#8217;s Brand New Cloud Player'>Play Your Music Anywhere with Amazon&#8217;s Brand New Cloud Player</a></li>
<li><a href='http://maketecheasier.com/tonidoplug-your-personal-cloud-server-in-a-plug/2009/11/02' title='TonidoPlug: Your Personal Cloud Server in a Plug'>TonidoPlug: Your Personal Cloud Server in a Plug</a></li>
</ul>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/getting-started-with-amazon-ec2/2011/10/20&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/getting-started-with-amazon-ec2/2011/10/20" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/getting-started-with-amazon-ec2/2011/10/20" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/getting-started-with-amazon-ec2/2011/10/20" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/getting-started-with-amazon-ec2/2011/10/20&amp;title=Getting+Started+with+Amazon+EC2&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/getting-started-with-amazon-ec2/2011/10/20" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/getting-started-with-amazon-ec2/2011/10/20">Getting Started with Amazon EC2</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/getting-started-with-amazon-ec2/2011/10/20/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Complete Guide to Set Up a Minecraft Server</title>
		<link>http://maketecheasier.com/complete-guide-to-running-a-minecraft-server/2011/04/21</link>
		<comments>http://maketecheasier.com/complete-guide-to-running-a-minecraft-server/2011/04/21#comments</comments>
		<pubDate>Thu, 21 Apr 2011 14:58:54 +0000</pubDate>
		<dc:creator>Joshua Price</dc:creator>
				<category><![CDATA[Gaming]]></category>
		<category><![CDATA[dynamic dns]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[minecraft]]></category>
		<category><![CDATA[port forward]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=32081</guid>
		<description><![CDATA[Minecraft is one of the most engrossing PC games to come out in the last few years, and with the semi-recent additions to SMP mode, it&#8217;s more fun than ever to host your own custom server. Getting the basic server up and running isn&#8217;t that difficult, but that&#8217;s only part... <p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/complete-guide-to-running-a-minecraft-server/2011/04/21&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/complete-guide-to-running-a-minecraft-server/2011/04/21" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/complete-guide-to-running-a-minecraft-server/2011/04/21" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/complete-guide-to-running-a-minecraft-server/2011/04/21" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/complete-guide-to-running-a-minecraft-server/2011/04/21&amp;title=The+Complete+Guide+to+Set+Up+a+Minecraft+Server&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/complete-guide-to-running-a-minecraft-server/2011/04/21" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/complete-guide-to-running-a-minecraft-server/2011/04/21">The Complete Guide to Set Up a Minecraft Server</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img src="http://imagecdn.maketecheasier.com/2011/04/minecraftserver-smallblock.jpg" alt="minecraftserver-smallblock" title="minecraftserver-smallblock" width="190" height="190" class="alignleft size-full wp-image-32107" />Minecraft is one of the most engrossing PC games to come out in the last few years, and with the semi-recent additions to SMP mode, it&#8217;s more fun than ever to host your own custom server. Getting the basic server up and running isn&#8217;t that difficult, but that&#8217;s only part of the picture. Once the software is running, you&#8217;ve still got to set up dynamic DNS, port forwarding, and user control. And when THAT&#8217;S done, you&#8217;ve got to configure the game itself. In this guide, we&#8217;re going to cover all of that in enough detail to get you and your server up and running with as little hassle as possible.  </p>
<p><em>Note: The exact step-by-step procedure can vary from one OS to another. Whenever possible we will include details enough to work everywhere, but it&#8217;s possible your system may not behave exactly as indicated here. Additionally, Minecraft is still in development and is currently in <strong>Beta 1.4</strong>. Some of this information may change over time.  </em><br />
<span id="more-32081"></span></p>
<h3>Basic Server Startup</h3>
<p>While there is a Windows-format <a href="http://www.minecraft.net/download/Minecraft_Server.exe?v=1302657291354">.exe</a> file to run the server, all platforms can use the <a href="http://www.minecraft.net/download/minecraft_server.jar?v=1302657291354">.jar</a> file identically, therefor this guide will cover the <em>.jar</em> method. You will of course need a working Java installation on the machine which will be running Minecraft. For best performance and stability, Linux users are encouraged to use the <a href="http://www.java.com/" target="_blank">official Java runtime</a> instead of an open alternative.  </p>
<p>If Java is installed and the <em>.jar</em> file is downloaded to an appropriate location, open up your command prompt/terminal to the location where you saved the <em>.jar</em> file. <strong>You&#8217;ll want to make sure the file is in its own directory</strong>, as it will generate several other files and directories the first time it is run.  </p>
<p>To launch the server, enter the following command (all OSes):</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">#The -X options are recommended memory settings for improved performance</span>
java <span style="color: #660033;">-Xmx1024M</span> <span style="color: #660033;">-Xms1024M</span> <span style="color: #660033;">-jar</span> minecraft_server.jar nogui
<span style="color: #666666; font-style: italic;">#The &quot;nogui&quot; option can be omitted if you'd like a GUI,</span></pre></div></div>

<p>At this point, the server will generate the needed config files as well as a base world for players to join.  </p>
<p><img src="http://imagecdn.maketecheasier.com/2011/04/minecraftserver-firstrun.png" alt="minecraftserver-firstrun" title="minecraftserver-firstrun" width="588" height="337" class="aligncenter size-full wp-image-32095" /></p>
<h3>Configuring the Server</h3>
<p>You may be tempted to load up the client and play right away, but at this point, nothing is configured. Shut down the server and take a look at the <em>.jar</em> file&#8217;s directory again, and you&#8217;ll see several new files.  </p>
<p><img src="http://imagecdn.maketecheasier.com/2011/04/minecraftserver-afterfirstrun.png" alt="minecraftserver-afterfirstrun" title="minecraftserver-afterfirstrun" width="591" height="352" class="aligncenter size-full wp-image-32097" /></p>
<p>Most are pretty self-descriptive. But for the sake of being thorough, here&#8217;s a summary:</p>
<ul>
<li>world &#8211; Directory containing map data</li>
<li>banned-ips.txt &#8211; List of IP addresses specifically banned from connection</li>
<li>ops.txt &#8211; List of Operator (admin) names</li>
<li>server.properties &#8211; Main server configuration file</li>
<li>banned-players.txt &#8211; List of banned players by name</li>
<li>server.log &#8211; Server&#8217;s log file</li>
<li>white-list.txt &#8211; List of players specifically allowed via <a href="http://en.wikipedia.org/wiki/Whitelist">whitelisting</a></li>
</ul>
<p>The one we&#8217;re most concerned with is <em>server.properties</em>. This file holds pretty much all the configuration options the server allows. The default one looks something like this, but with comments added for clarity.</p>

<div class="wp_syntax"><div class="code"><pre class="python" style="font-family:monospace;"><span style="color: #808080; font-style: italic;">#Changing this will generate a new world folder with this name</span>
level-name=world
<span style="color: #808080; font-style: italic;">#Toggles whether or not The Nether is active on this server</span>
hellworld=false
<span style="color: #808080; font-style: italic;">#Enable or disable mob spawning at night</span>
spawn-monsters=true
<span style="color: #808080; font-style: italic;">#Whether or not to verify logins.  Better security if left to 'true'</span>
online-mode=true
<span style="color: #808080; font-style: italic;">#Enable or disable cows, pigs, etc</span>
spawn-animals=true
<span style="color: #808080; font-style: italic;">#Maximum number of concurrent players</span>
max-players=<span style="color: #ff4500;">20</span>
<span style="color: #808080; font-style: italic;">#Bind to particular IP.  It is STRONGLY recommended this be left blank in most circumstances</span>
server-ip=
<span style="color: #808080; font-style: italic;">#Whether or not to allow players to harm eachother</span>
pvp=true
<span style="color: #808080; font-style: italic;">#If you want to be able to reproduce your level, you can specify a seed number</span>
level-seed=
<span style="color: #808080; font-style: italic;">#Which port to bind the server.  Take note of this, you'll likely need it later.  </span>
server-port=<span style="color: #ff4500;">25565</span>
<span style="color: #808080; font-style: italic;">#Whether or not to enable whitelisting.  See link in section above for details on whitelisting.  </span>
white-<span style="color: #008000;">list</span>=false</pre></div></div>

<h3>External Access</h3>
<p>If you&#8217;re attempting to run this on a home broadband connection, you likely have a few extra steps you&#8217;ll need to take before anyone but you can access your server. First, you&#8217;ll need to know if you need <a href="http://en.wikipedia.org/wiki/Port_forwarding">port forwarding</a>. In short, anything running as a server on your computer binds itself to a certain port number. That way, any data coming into that computer labeled with that port number will be routed to the correct program. If you&#8217;re behind a home router, the router must be made aware that you&#8217;re running a server so that all incoming data on that port goes to the right computer.  </p>
<p>Still with me? Port forwarding can be tricky but here&#8217;s a summary of how to get the job done. If it&#8217;s not enough, <a href="http://portforward.com/" target="_blank">here&#8217;s</a> a great site devoted entirely to helping with this task.  </p>
<p>For starters, we&#8217;ll need to know the IP address of the Minecraft server. There are a dozen ways to do that graphically depending on your OS, so here are two ways that&#8217;ll work on any major OS from the command line:</p>

<div class="wp_syntax"><div class="code"><pre class="python" style="font-family:monospace;"><span style="color: #808080; font-style: italic;">#Windows</span>
ipconfig
<span style="color: #808080; font-style: italic;">#Linux/OSX/Any UNIX-type</span>
ifconfig</pre></div></div>

<p>On home networks, it&#8217;ll likely start with 192.168.x.x. Take note of this as the server&#8217;s IP. Your router&#8217;s IP is likely very similar, but replace the final number in the set with a <em>1</em>. For example, if <em>ifconfig</em> showed you 192.168.1.50, your router&#8217;s IP is likely to be 192.168.1.1.  </p>
<p>Now that we&#8217;ve got the server IP and a good guess at the router&#8217;s IP, open a new tab in your web browser and enter the router&#8217;s IP into the address bar (once again, likely 192.168.1.1 or 192.168.0.1). Chances are you&#8217;ll face a login screen. If you don&#8217;t know the password, try using the <a href="http://www.routerpasswords.com/">factory login</a>.  </p>
<p>Once you&#8217;ve got logged into your router, look around for <em>NAT</em>, <em>Virtual Server</em>, or <em>Port Forward</em> settings and enter the IP and port of your server as required.  </p>
<p><img src="http://imagecdn.maketecheasier.com/2011/04/minecraftserver-portforward.png" alt="minecraftserver-portforward" title="minecraftserver-portforward" width="600" height="233" class="aligncenter size-full wp-image-32105" /></p>
<p>Once again I highly recommend <a href="http://portforward.com" target="_blank">PortForward.com</a> if you run into any trouble.  </p>
<h3>Dynamic DNS</h3>
<p>Most home broadband users have a dynamic IP address, meaning it changes every so often. For people to be able to easily access your server, you&#8217;ll need to have a good name they can always access instead of an ever-changing IP.  That&#8217;s where <a href="http://maketecheasier.com/setup-remote-access-for-computer-with-dynamic-ip/2011/03/07">dynamic DNS</a> comes in. When you sign up with a (often free) dynamic DNS provider, they give you a name like <em>myserver.dyndnsprovider.com</em>. You run a small client program on your server that connects to the provider every so often and informs them of any changes to your IP. Whenever someone accesses the name, they forward the request to your current IP.  </p>
<p>There are several such providers out there, but this author has always had good luck with <a href="http://www.no-ip.com/">No-IP.com</a>. Signup is quick and free and they provide client software for every major OS.  </p>
<p>Additionally, some routers and modems have built-in support for many popular dynamic DNS providers. It may be worthwhile to check your device before trying to install local client software, as it could save you a lot of headache.  </p>
<h3>Conclusion</h3>
<p>It may have taken a little bit of time, but hopefully at this point you&#8217;ve got a solid server up and running. Setting up any server can be a hassle. This one, at least, is all but guaranteed to keep you and your friends entertained for quite some time.<br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://maketecheasier.com/minecraft-tips-and-tricks-for-newbies/2010/12/09' title='Minecraft Tips and Tricks for Newbies'>Minecraft Tips and Tricks for Newbies</a></li>
<li><a href='http://maketecheasier.com/set-up-free-dark-age-of-camelot-server/2010/09/21' title='How to Set Up Your Own (Free) Dark Age of Camelot Server'>How to Set Up Your Own (Free) Dark Age of Camelot Server</a></li>
<li><a href='http://maketecheasier.com/install-java-runtime-in-ubuntu/2012/05/14' title='How to Install Java Runtime In Ubuntu 12.04'>How to Install Java Runtime In Ubuntu 12.04</a></li>
<li><a href='http://maketecheasier.com/install-and-configure-owncloud/2012/01/11' title='How to Install and Configure ownCloud'>How to Install and Configure ownCloud</a></li>
</ul>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/complete-guide-to-running-a-minecraft-server/2011/04/21&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/complete-guide-to-running-a-minecraft-server/2011/04/21" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/complete-guide-to-running-a-minecraft-server/2011/04/21" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/complete-guide-to-running-a-minecraft-server/2011/04/21" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/complete-guide-to-running-a-minecraft-server/2011/04/21&amp;title=The+Complete+Guide+to+Set+Up+a+Minecraft+Server&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/complete-guide-to-running-a-minecraft-server/2011/04/21" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/complete-guide-to-running-a-minecraft-server/2011/04/21">The Complete Guide to Set Up a Minecraft Server</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/complete-guide-to-running-a-minecraft-server/2011/04/21/feed</wfw:commentRss>
		<slash:comments>67</slash:comments>
		</item>
		<item>
		<title>Minecraft Tips and Tricks for Newbies</title>
		<link>http://maketecheasier.com/minecraft-tips-and-tricks-for-newbies/2010/12/09</link>
		<comments>http://maketecheasier.com/minecraft-tips-and-tricks-for-newbies/2010/12/09#comments</comments>
		<pubDate>Thu, 09 Dec 2010 13:00:25 +0000</pubDate>
		<dc:creator>Joshua Price</dc:creator>
				<category><![CDATA[Gaming]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[minecraft]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[textures]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=25595</guid>
		<description><![CDATA[If you haven&#8217;t actually played Minecraft by now, you&#8217;ve probably at least heard the buzz about it. Perhaps the astonishing sales numbers, or the guy who built a working CPU with game blocks, or the attack on their servers from angry script kiddies. If you haven&#8217;t tried it, imagine this:... <p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/minecraft-tips-and-tricks-for-newbies/2010/12/09&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/minecraft-tips-and-tricks-for-newbies/2010/12/09" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/minecraft-tips-and-tricks-for-newbies/2010/12/09" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/minecraft-tips-and-tricks-for-newbies/2010/12/09" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/minecraft-tips-and-tricks-for-newbies/2010/12/09&amp;title=Minecraft+Tips+and+Tricks+for+Newbies&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/minecraft-tips-and-tricks-for-newbies/2010/12/09" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/minecraft-tips-and-tricks-for-newbies/2010/12/09">Minecraft Tips and Tricks for Newbies</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img src="http://imagecdn.maketecheasier.com/2010/12/minecraft-small.jpg" alt="minecraft-small" title="minecraft-small" width="200" height="148" class="alignleft size-full wp-image-25619" />If you haven&#8217;t actually played Minecraft by now, you&#8217;ve probably at least heard the buzz about it. Perhaps the <a href="http://texyt.com/minecraft+persson+notch+indie+game+success+00127" target="_blank">astonishing sales numbers</a>, or the guy who built a <a href="http://games.on.net/article/10822/Progress_on_16-bit_Minecraft_Computer_Reaches_Fever_Pitch" target="_blank">working CPU</a> with game blocks, or the attack on their servers from <a href="http://nerdcubed.co.uk/2010/10/21/minecraft-is-down-utter-ftards-to-blame/" target="_blank">angry script kiddies</a>. If you haven&#8217;t tried it, imagine this: if the entire world was completely endless, and made of nothing but lego blocks, what could you build? As with many things, flexibility breeds complexity, and some aspects of Minecraft can be pretty confusing. Today we&#8217;ll cover some things like art packs, migrating between OSes, and working with water and lava.  </p>
<p>As popular as it already is, Minecraft is still in the Alpha stage of development. The information here is based on Minecraft Alpha 1.2.5. At this point, anything and everything is subject to change.<br />
<span id="more-25595"></span></p>
<h3>Finding Your Minecraft Data</h3>
<p>Quite a few of the things we&#8217;ll do here today will require you to know where the application data is stored. Keep in mind, I <strong>don&#8217;t</strong> mean the location of the Minecraft exe/jar file, I&#8217;m talking about the location where it stores your saved worlds and other data.  </p>
<p>On Linux, it&#8217;s in <em>/home/YourUserName/.minecraft</em></p>
<p>On OSX, it&#8217;s in <em>/Users/YourUserName/Library/Application Support/minecraft</em></p>
<p>On Windows, it can be access quick and easy by putting <em>%appdata%</em> in your file manager address bar.  You should find a <em>.minecraft</em> folder.  </p>
<p>For the rest of this post, I&#8217;ll refer to this location as the &#8220;data directory&#8221;.  </p>
<h3>Texture Packs</h3>
<p>The recent updates to Minecraft have made this quick and easy, but for those who are new I&#8217;ll touch on it a little bit. After you&#8217;ve logged in, you&#8217;ve got the option to manage textures and skins. To install a pack, all you&#8217;ve got to do is drop the ZIP file into the data directory&#8217;s <em>texturepacks</em> subdirectory. That&#8217;s it, you don&#8217;t even have to unzip it.  </p>
<p><img src="http://imagecdn.maketecheasier.com/2010/12/minecraft-texpack.png" alt="minecraft-texpack" title="minecraft-texpack" width="514" height="295" class="aligncenter size-full wp-image-25600" /></p>
<h3>Migrating Operating Systems</h3>
<p>If you need to run Minecraft on a new OS but don&#8217;t want to lose your carefully crafted world, there is hope. You might at first think of simply copying the entire data directory, but I can speak from experience when I say that it doesn&#8217;t always work.  </p>
<p>Instead, start by launching the game at least once on the new OS, so that it generates a data directory, then copy only the <em>saves</em> and <em>texturepacks</em> directories from your old install. This will give you all your prior worlds and textures (assuming there are no version conflicts or other nasties).  </p>
<h3>Running a Server</h3>
<p>Now that there&#8217;s something of a Survival Mode for multiplayer, there&#8217;s a lot more reason to want to run a server. You can download the server application <a href="http://minecraft.net/download.jsp" target="_blank">here</a>. This jar file contains the full server for all platforms, and can be run like just about any jar file with</p>
<p><pre lang="bash">java -jar minecraft-server.jar</pre></p>
<p><img src="http://imagecdn.maketecheasier.com/2010/12/minecraft-server.png" alt="minecraft-server" title="minecraft-server" width="624" height="341" class="aligncenter size-full wp-image-25613" /></p>
<p>I&#8217;d recommend that once you start the server, you let it run for a minute or two while it generates the necessary files for your game. After that, <strong>quit the server without logging in</strong>. This is so that you can first edit the (recently generated) server.properties file to set your game options.  </p>
<p>Once that&#8217;s done, start the server back up, launch your game client, and select multiplayer. Enter the IP of the server. Assuming you&#8217;re running both game and server on the same computer, you can just enter <em>127.0.0.1</em> for the IP address.  </p>
<h3>Bridges</h3>
<p>Most Minecraft players encountered the difficulty of building bridges pretty early on, and I still see a lot of new players asking about them. The problem is this: you can only add a block by anchoring it on the face of another block, but what if that face is pointing away from you? Currently the only solution (short of loads of scaffolding) is to rather dangerously step out toward the end of your bridge, and as soon as the slightest sliver of the face shows, place your block.  </p>
<p><img src="http://imagecdn.maketecheasier.com/2010/12/minecraft-bridge.jpg" alt="minecraft-bridge" title="minecraft-bridge" width="574" height="461" class="aligncenter size-full wp-image-25614" /></p>
<p><strong>Update</strong>: A read<em>er pointed out that holding the shift key and walking backwards toward the end of your bridge is a much faster and safer way to build out.  As long as you&#8217;re holding shift, you will not fall off the end.</em></p>
<h3>Water and Lava Control</h3>
<p>Liquids in Minecraft are somewhat odd and can take some practice to manipulate. The most important thing to know is that both are effectively infinite, as long as they&#8217;re flowing downhill. The trick to both is to know that you can partly control the depth and angle of the flow by stacking (and optionally removing) blocks below the surface. The screenshots below should demonstrate.  </p>
<p><img src="http://imagecdn.maketecheasier.com/2010/12/minecraft-water1.jpg" alt="minecraft-water1" title="minecraft-water1" width="577" height="396" class="aligncenter size-full wp-image-25615" /></p>
<p><img src="http://imagecdn.maketecheasier.com/2010/12/minecraft-water2.jpg" alt="minecraft-water2" title="minecraft-water2" width="577" height="453" class="aligncenter size-full wp-image-25617" /></p>
<p><img src="http://imagecdn.maketecheasier.com/2010/12/minecraft-water3.jpg" alt="minecraft-water3" title="minecraft-water3" width="577" height="414" class="aligncenter size-full wp-image-25618" /></p>
<p>With lava, where you can&#8217;t easily see or access the blocks below, I suggest dropping gravel into the lava which will act like the screenshots above, from the bottom up.  </p>
<p>This is, of course, only a portion of what can be done in this original and innovative game. If you&#8217;ve got a Minecraft construction worth showing off, let us know in the comments.  </p>
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://maketecheasier.com/complete-guide-to-running-a-minecraft-server/2011/04/21' title='The Complete Guide to Set Up a Minecraft Server'>The Complete Guide to Set Up a Minecraft Server</a></li>
<li><a href='http://maketecheasier.com/set-up-free-dark-age-of-camelot-server/2010/09/21' title='How to Set Up Your Own (Free) Dark Age of Camelot Server'>How to Set Up Your Own (Free) Dark Age of Camelot Server</a></li>
<li><a href='http://maketecheasier.com/install-java-runtime-in-ubuntu/2012/05/14' title='How to Install Java Runtime In Ubuntu 12.04'>How to Install Java Runtime In Ubuntu 12.04</a></li>
<li><a href='http://maketecheasier.com/install-and-configure-owncloud/2012/01/11' title='How to Install and Configure ownCloud'>How to Install and Configure ownCloud</a></li>
</ul>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/minecraft-tips-and-tricks-for-newbies/2010/12/09&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/minecraft-tips-and-tricks-for-newbies/2010/12/09" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/minecraft-tips-and-tricks-for-newbies/2010/12/09" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/minecraft-tips-and-tricks-for-newbies/2010/12/09" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/minecraft-tips-and-tricks-for-newbies/2010/12/09&amp;title=Minecraft+Tips+and+Tricks+for+Newbies&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/minecraft-tips-and-tricks-for-newbies/2010/12/09" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/minecraft-tips-and-tricks-for-newbies/2010/12/09">Minecraft Tips and Tricks for Newbies</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/minecraft-tips-and-tricks-for-newbies/2010/12/09/feed</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>How to Set Up Your Own (Free) Dark Age of Camelot Server</title>
		<link>http://maketecheasier.com/set-up-free-dark-age-of-camelot-server/2010/09/21</link>
		<comments>http://maketecheasier.com/set-up-free-dark-age-of-camelot-server/2010/09/21#comments</comments>
		<pubDate>Tue, 21 Sep 2010 12:00:35 +0000</pubDate>
		<dc:creator>Joshua Price</dc:creator>
				<category><![CDATA[Gaming]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[camelot]]></category>
		<category><![CDATA[daoc]]></category>
		<category><![CDATA[dawn of light]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[mmorpg]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=21536</guid>
		<description><![CDATA[Before World of Warcraft, there was Dark Age of Camelot (DAoC). For those who haven&#8217;t played, it&#8217;s a medieval MMORPG originally from Mythic Entertainment, now owned by EA. It was DAoC that formed the basis of many of the game mechanics now found in Warhammer Online. Camelot is still alive... <p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/set-up-free-dark-age-of-camelot-server/2010/09/21&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/set-up-free-dark-age-of-camelot-server/2010/09/21" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/set-up-free-dark-age-of-camelot-server/2010/09/21" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/set-up-free-dark-age-of-camelot-server/2010/09/21" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/set-up-free-dark-age-of-camelot-server/2010/09/21&amp;title=How+to+Set+Up+Your+Own+%28Free%29+Dark+Age+of+Camelot+Server&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/set-up-free-dark-age-of-camelot-server/2010/09/21" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/set-up-free-dark-age-of-camelot-server/2010/09/21">How to Set Up Your Own (Free) Dark Age of Camelot Server</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img src="http://imagecdn.maketecheasier.com/2010/09/dawnoflight-logosmall.jpg" alt="dawnoflight-logosmall" title="dawnoflight-logosmall" width="200" height="189" class="alignleft size-full wp-image-21537" />Before World of Warcraft, there was Dark Age of Camelot (DAoC). For those who haven&#8217;t played, it&#8217;s a medieval MMORPG originally from Mythic Entertainment, now owned by EA. It was DAoC that formed the basis of many of the game mechanics now found in Warhammer Online. Camelot is still alive today, but its popularity has only decreased since newer games have come out. Well what if you could play DAoC whenever you wanted, and had full control over the game mechanics (XP rate, drops, character attibutes), and play for free? You can with Dawn of Light &#8211; an open source server &#8220;emulator&#8221; that can be run on your Windows desktop.<br />
<span id="more-21536"></span></p>
<h3>Setup Overview</h3>
<p>It&#8217;s important to note that there are four pieces involved in a running game of DAoC:</p>
<p><strong>Server:</strong> The game server (in this case, Dawn of Light) which accepts logins and coordinates all game activity. This includes combat, weather, AI, and virtually all other game actions.  </p>
<p><strong>Database:</strong> All the actual content, from players to equipment to quests, is stored in the database. It&#8217;s very important to realize the difference between the server software (Dawn of Light) and the database it reads from. When you need to change an aspect of the game, you change it here. Just about everything you will need to edit will be found here, such as XP rate and NPC locations.  </p>
<p><strong>Client:</strong> Presuming you intend to actually play on your server, you need the actual Dark Age of Camelot game. Fortunately this is a free download at <a href="http://www.darkageofcamelot.com/" target="_blank">DarkAgeofCamelot.com</a>. You <strong>do not</strong> need the 14-day trial account, you can skip registration and download the client only.  </p>
<p><strong>Portal:</strong> When you launch the Camelot game, it would normally attempt to connect to the official servers. Clearly this isn&#8217;t what we want. DOL&#8217;s developers include a Portal with the package, it&#8217;s a small desktop program that lets you manage and launch custom servers.  </p>
<h3>Configuring the Server and Standard Database</h3>
<p>The Dawn of Light server software includes a database that does not live up to the official servers, but provides enough data for an enjoyable game. Alternate databases will be discussed in the next section. The server and db can be downloaded together (or individually) <a href="http://dolserver.net/?page=serverreleases" target="_blank">here</a>.  </p>
<p>Before launching your server, you&#8217;ll want to run the DOLConfig application (as Administrator, if necessary) to set some basic server setup done.  </p>
<p><img src="http://imagecdn.maketecheasier.com/2010/09/dawnoflight-dolconfig.png" alt="dawnoflight-dolconfig" title="dawnoflight-dolconfig" width="405" height="349" class="aligncenter size-full wp-image-21539" /></p>
<p>You&#8217;ll want to pay particular attention to <em>Game Type</em> and <em>IP</em>. Your game type will determine if and how various RvR settings will be implemented, such as the keeps and towers in the frontiers. Your IP is the address the server is monitoring for connections. </p>
<p><strong>IMPORTANT</strong>: <em>If you set this to your localhost address (127.0.0.1), your local client will connect fine, but other computers will not. Make sure you use a real IP (like 192.168.1.10, or whatever yours might be).</em>  </p>
<p>On the <em>Database </em>tab, you&#8217;ll probably want to set the type to MySQL, with settings similar to the screenshot below. I should note that if you downloaded the all-in-one DOL package, the connection test might fail, as MySQL is not launched until you start the server. If you simply cannot get SQL connection working, you can try using XML as your database, though you may encounter performance and configuration problems.  </p>
<h3>Configuring the Client</h3>
<p><strong>Download:</strong> As noted above, the client can be freely downloaded from <a href="http://www.darkageofcamelot.com/" target="_blank">DarkAgeofCamelot.com</a>. Expect the download to take a while. A long while.  </p>
<p><strong>Rollback:</strong> Normally, you&#8217;d be able to install the client, launch the portal (coming up next) and you&#8217;re ready to go. The only problem is that the current release of Dawn of Light does not support the latest release of the client software. This means there&#8217;s one extra step &#8211; the rollback.  We&#8217;ve got to downgrade the client a little bit to make it fully compatible. The DOL forums keep up on rollbacks and the current thread on the topic is <a href="http://play.dolserver.net/viewtopic.php?f=50&#038;t=17235" target="_blank">here</a>.  </p>
<h3>Dawn of Light Portal</h3>
<p>To launch your game to a custom server, you&#8217;ll need the <em>Portal</em>. It&#8217;s a small Windows application and its purpose is to let you find, manage, and connect to custom servers. It can be downloaded <a href="http://portal.dolserver.net/?page=downloads" target="_blank">here</a>, and installs much like any Windows application.  </p>
<p><img src="http://imagecdn.maketecheasier.com/2010/09/dawnoflight-portal1.png" alt="dawnoflight-portal1" title="dawnoflight-portal1" width="577" height="344" class="aligncenter size-full wp-image-21542" /></p>
<p>To set up connection to your local server, click the <em>Custom Shardsr</em> button. Next, right click any of the blank white space and add a new custom server.  </p>
<p><img src="http://imagecdn.maketecheasier.com/2010/09/dawnoflight-addcustom.png" alt="dawnoflight-addcustom" title="dawnoflight-addcustom" width="573" height="358" class="aligncenter size-full wp-image-21543" /></p>
<p>If the dot is red, that means that either the server software is not running (launch Dawn of Light as Administrator) or that the portal has incorrect server settings. If the dot is green, you can create any username and password you wish, and log in. The server will save that information for future logins. If you want your friends to be able to connect, make you you forward port 10300 to your game server.  </p>
<h3>Alternate Databases and Advanced Config</h3>
<p>If the builtin database is not enough for you, there are a few alternates. A few projects have sprung up dedicated solely to growing a massive DOL database. A quick search of SourceForge.net will bring up several examples, such as <a href="http://sourceforge.net/projects/dolpubdb/" target="_blank">this</a> and <a href="http://sourceforge.net/projects/daocfundb/" target="_blank">this</a>.  </p>
<p>If you want more server options than DOLConfig provides, there is a table in the database that holds several values for user adjustment. Install any SQL client you wish (SourceForge is a friend here as well) and open the DOL database to the <em>server properties</em> table. Each item will provide a description of the setting and a default value.  </p>
<h3>Conclusion</h3>
<p>DAoC is a little bit dated by current MMO standards, but it&#8217;s still a whole lot of fun for those who know the game. DOL still has a way to go before it&#8217;s fully live-like, but even the standard built-in database is enough for an enjoyable game among friends. With Dawn of Light, you can once again begin breaking down towers and lasting that nasty Lurikeen who keeps stabbing you from behind.  </p>
<p>Oh and for all you old-schoolers:<br />
Currin, 50 Scout Alb/Guin/Divinity<br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://maketecheasier.com/complete-guide-to-running-a-minecraft-server/2011/04/21' title='The Complete Guide to Set Up a Minecraft Server'>The Complete Guide to Set Up a Minecraft Server</a></li>
<li><a href='http://maketecheasier.com/minecraft-tips-and-tricks-for-newbies/2010/12/09' title='Minecraft Tips and Tricks for Newbies'>Minecraft Tips and Tricks for Newbies</a></li>
<li><a href='http://maketecheasier.com/install-and-configure-owncloud/2012/01/11' title='How to Install and Configure ownCloud'>How to Install and Configure ownCloud</a></li>
<li><a href='http://maketecheasier.com/4-tips-to-make-windows-7-boot-faster/2011/11/11' title='4 Tips to Make Windows 7 Boot Faster'>4 Tips to Make Windows 7 Boot Faster</a></li>
</ul>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/set-up-free-dark-age-of-camelot-server/2010/09/21&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/set-up-free-dark-age-of-camelot-server/2010/09/21" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/set-up-free-dark-age-of-camelot-server/2010/09/21" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/set-up-free-dark-age-of-camelot-server/2010/09/21" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/set-up-free-dark-age-of-camelot-server/2010/09/21&amp;title=How+to+Set+Up+Your+Own+%28Free%29+Dark+Age+of+Camelot+Server&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/set-up-free-dark-age-of-camelot-server/2010/09/21" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/set-up-free-dark-age-of-camelot-server/2010/09/21">How to Set Up Your Own (Free) Dark Age of Camelot Server</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/set-up-free-dark-age-of-camelot-server/2010/09/21/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Clone Your Live WordPress Blog to a Local Server</title>
		<link>http://maketecheasier.com/clone-your-live-wordpress-blog-to-a-local-server/2010/06/04</link>
		<comments>http://maketecheasier.com/clone-your-live-wordpress-blog-to-a-local-server/2010/06/04#comments</comments>
		<pubDate>Fri, 04 Jun 2010 21:00:56 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[clone]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=16558</guid>
		<description><![CDATA[Bloggers, have you ever been in the situation where you want to make changes to your site (such as changing of theme, installing new plugins etc), but afraid that it will break your site? A lot of time, we wish to implement some changes and see how it looks like... <p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/clone-your-live-wordpress-blog-to-a-local-server/2010/06/04&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/clone-your-live-wordpress-blog-to-a-local-server/2010/06/04" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/clone-your-live-wordpress-blog-to-a-local-server/2010/06/04" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/clone-your-live-wordpress-blog-to-a-local-server/2010/06/04" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/clone-your-live-wordpress-blog-to-a-local-server/2010/06/04&amp;title=How+to+Clone+Your+Live+WordPress+Blog+to+a+Local+Server&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/clone-your-live-wordpress-blog-to-a-local-server/2010/06/04" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/clone-your-live-wordpress-blog-to-a-local-server/2010/06/04">How to Clone Your Live WordPress Blog to a Local Server</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img src="http://imagecdn.maketecheasier.com/2010/06/clonewp-main.jpg" alt="clonewp-main" title="clonewp-main" width="200" height="150" class="alignleft size-full wp-image-16592" />Bloggers, have you ever been in the situation where you want to make changes to your site (such as changing of theme, installing new plugins etc), but afraid that it will break your site? A lot of time, we wish to implement some changes and see how it looks like on the live site, without actually making it live. In such cases, the best solution is to create a local server (aka test server) and clone your live site to the local server. In this way, you can first test out the changes on your local server and make it live only when you have confirmed everything is working well.<br />
<span id="more-16558"></span><br />
What you will need:</p>
<ul>
<li>a local server application (we recommend <a href="http://www.apachefriends.org/en/xampp.html" target="_blank">XAMPP</a> since it is the easiest to use and it works for all platforms)</li>
<li>a copy of the WordPress software (download it from <a href="http://wordpress.org" target="_blank">WordPress.org</a></li>
<li>a copy of your existing WP blog database</li>
<li>a FTP program (We will be using Filezilla, but you are free to use your favorite application)</li>
</ul>
<p>Let&#8217;s get started.</p>
<h3>Installing WordPress in your local server</h3>
<p>I won&#8217;t go into much detail here since we have previously written plenty of articles on this. Check them out:</p>
<p><a href="http://maketecheasier.com/install-wordpress-mu-in-windows-localhost-with-xampp/2009/05/02">How To Install WordPress MU In Windows Localhost (With XAMPP)</a></p>
<p><a href="http://maketecheasier.com/setup-a-phpmysql-environment-on-windows-the-easy-way/2009/12/31">Setup a PHP/MySQL Environment on Windows The Easy Way</a></p>
<p><a href="http://maketecheasier.com/install-and-test-wordpress-on-your-local-computer-mac/2009/11/10">How to Install and Test WordPress on Your Mac</a></p>
<p><strong>Note</strong>: <em>Resume this tutorial only after you have installed WordPress in your local server.</em></p>
<h3>Backing up your live WP blog</h3>
<p>You will need to get a backup copy of the database of your live WP blog. This can be achieved in two ways: plugin or phpMyAdmin.</p>
<p><strong>Plugin</strong><br />
There are several plugins that can backup your database. My favorite is <a href="http://wordpress.org/extend/plugins/wp-db-backup/" target="_blank">WP-db-backup plugin</a>. You can also use <a href="http://wordpress.org/extend/plugins/wp-dbmanager/" target="_blank">WP-DBManager plugin</a>.</p>
<p>Install the WP-DB-backup plugin and go to <em>Tools -> Backup</em> in your WordPress dashboard. </p>
<p>Check all the tables name.</p>
<p><img src="http://imagecdn.maketecheasier.com/2010/06/clonewp-backup-database.png" alt="clonewp-backup-database" title="clonewp-backup-database" width="577" height="302" class="aligncenter size-full wp-image-16561" /></p>
<p>Select <em>&#8220;Download to computer&#8221;</em> and click <em>&#8220;Backup now!&#8221;</em>. </p>
<p><img src="http://imagecdn.maketecheasier.com/2010/06/clonewp-download-database.png" alt="clonewp-download-database" title="clonewp-download-database" width="347" height="255" class="aligncenter size-full wp-image-16562" /></p>
<p>The backup process will begin and it will prompt you to download the sql file when it is done. </p>
<p><strong>phpMyAdmin</strong><br />
Login to your web host cPanel and click on the phpMyAdmin icon.</p>
<p><img src="http://imagecdn.maketecheasier.com/2010/06/clonewp-phpmyadmin.png" alt="clonewp-phpmyadmin" title="clonewp-phpmyadmin" width="354" height="120" class="aligncenter size-full wp-image-16586" /></p>
<p>In the left pane, click on your WP blog database.</p>
<p><img src="http://imagecdn.maketecheasier.com/2010/06/clonewp-phpmyadmin-db.png" alt="clonewp-phpmyadmin-db" title="clonewp-phpmyadmin-db" width="195" height="282" class="aligncenter size-full wp-image-16587" /></p>
<p>Click the<em> Export</em> button.</p>
<p><img src="http://imagecdn.maketecheasier.com/2010/06/clonewp-phpmyadmin-export1.png" alt="clonewp-phpmyadmin-export" title="clonewp-phpmyadmin-export" width="530" height="77" class="aligncenter size-full wp-image-16589" /></p>
<p>Scroll down to the bottom of the page. Check the box &#8220;<em>Save as file</em>&#8220;. Also check &#8220;gzipped&#8221;. Click Go.</p>
<p><img src="http://imagecdn.maketecheasier.com/2010/06/clonewp-phpmyadmin-savefile.png" alt="clonewp-phpmyadmin-savefile" title="clonewp-phpmyadmin-savefile" width="543" height="123" class="aligncenter size-full wp-image-16590" /></p>
<h3>Restoring the database in your local server</h3>
<p>Start your local server. Open a browser and go to <em>&#8220;http://localhost/phpmyadmin&#8221;</em>. Create a new database. </p>
<p><img src="http://imagecdn.maketecheasier.com/2010/06/clonewp-create-new-db.png" alt="clonewp-create-new-db" title="clonewp-create-new-db" width="512" height="183" class="aligncenter size-full wp-image-16568" /></p>
<p>Next, click on the &#8220;<em>Import</em>&#8221; button.</p>
<p><img src="http://imagecdn.maketecheasier.com/2010/06/clonewp-import.png" alt="phpmyadmin import button" title="clonewp-import" width="577" height="64" class="aligncenter size-full wp-image-16572" /></p>
<p>Navigate to the location where you save the database file. Click Go.</p>
<p><img src="http://imagecdn.maketecheasier.com/2010/06/clonewp-import-file.png" alt="clonewp-import-file" title="clonewp-import-file" width="577" height="499" class="aligncenter size-full wp-image-16573" /></p>
<p>This will import your WordPress database to your local server. If your database file is more than 2MB, you might need to increase the <em>&#8220;upload_file_limit&#8221;</em> variable in the php.ini file.</p>
<h3>Configure the wp-config file</h3>
<p>In your file manager, go to the WordPress folder within the htdocs folder. Open your <em>wp-config.php</em> file in a text editor and change the following:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">//unless you have changed the setting, else the default will be as follow</span>
<span style="color: #990000;">define</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'DB_NAME'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'wordpress'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #666666; font-style: italic;">//change this to the name of the database you have created earlier</span>
<span style="color: #990000;">define</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'DB_USER'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'root'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> 
<span style="color: #990000;">define</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'DB_PASSWORD'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">''</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #666666; font-style: italic;">//no password by default. Change this if you have added password during installation</span>
<span style="color: #990000;">define</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'DB_HOST'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'localhost'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #666666; font-style: italic;">//99% you won't have to change this</span></pre></div></div>

<p>You need to add in another 2 lines:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">define<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #ff0000;">'WP_HOME'</span>,<span style="color: #ff0000;">'http://localhost/wordpress'</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>;
define<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #ff0000;">'WP_SITEURL'</span>,<span style="color: #ff0000;">'http://localhost/wordpress'</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>;</pre></div></div>

<p>That&#8217;s it. You have successfully cloned your live WP blog to your local server. You can login to your dashboard via the link <em>&#8220;http://localhost/wordpress/wp-login.php&#8221;</em> and make changes to your test site. </p>
<p><strong>Note</strong>: </p>
<ol>
<li>To make the permalink work properly, you will need to regenerate the permalink structure in the Permalink setting page and edit the .htaccess file)</li>
<li>For better compatibility, you might want to replace your <em>wp-content</em> folder in the local server with the one in the live site.</li>
</ol>
<p>Image credit: <a href="http://www.flickr.com/photos/thatcanadiangirl/" target="_blank">thatcanadiangirl</a><br />
<!--adsense#468x60--><br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://maketecheasier.com/the-safe-way-to-change-your-wordpress-database-table-prefix/2009/11/07' title='The Safe Way to Change your WordPress Database Table Prefix'>The Safe Way to Change your WordPress Database Table Prefix</a></li>
<li><a href='http://maketecheasier.com/schedule-regular-database-backup-to-dropbox/2012/02/01' title='How to Schedule Regular Database Backup to Dropbox'>How to Schedule Regular Database Backup to Dropbox</a></li>
<li><a href='http://maketecheasier.com/schedule-database-backup-using-cron-job/2011/07/25' title='How to Schedule Database Backup Using Cron Job'>How to Schedule Database Backup Using Cron Job</a></li>
<li><a href='http://maketecheasier.com/automate-wordpress-backup-with-idrive/2010/08/08' title='How to Automate Your WordPress Backup With iDrive'>How to Automate Your WordPress Backup With iDrive</a></li>
</ul>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/clone-your-live-wordpress-blog-to-a-local-server/2010/06/04&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/clone-your-live-wordpress-blog-to-a-local-server/2010/06/04" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/clone-your-live-wordpress-blog-to-a-local-server/2010/06/04" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/clone-your-live-wordpress-blog-to-a-local-server/2010/06/04" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/clone-your-live-wordpress-blog-to-a-local-server/2010/06/04&amp;title=How+to+Clone+Your+Live+WordPress+Blog+to+a+Local+Server&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/clone-your-live-wordpress-blog-to-a-local-server/2010/06/04" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/clone-your-live-wordpress-blog-to-a-local-server/2010/06/04">How to Clone Your Live WordPress Blog to a Local Server</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/clone-your-live-wordpress-blog-to-a-local-server/2010/06/04/feed</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
		<item>
		<title>MakeTechEasier Is Now Hosted On KnownHost</title>
		<link>http://maketecheasier.com/hosted-on-knownhost/2010/02/08</link>
		<comments>http://maketecheasier.com/hosted-on-knownhost/2010/02/08#comments</comments>
		<pubDate>Mon, 08 Feb 2010 19:32:58 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[knownhost]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[web host]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=11782</guid>
		<description><![CDATA[I am proud to announce that MakeTechEasier is now hosted on Knownhost. About half a year ago, we decided to move out of our shared Hostgator account and migrate to ServInt. Not that Hostgator is no good, it just that MakeTechEasier has grown rapidly over time and we need to... <p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/hosted-on-knownhost/2010/02/08&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/hosted-on-knownhost/2010/02/08" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/hosted-on-knownhost/2010/02/08" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/hosted-on-knownhost/2010/02/08" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/hosted-on-knownhost/2010/02/08&amp;title=MakeTechEasier+Is+Now+Hosted+On+KnownHost&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/hosted-on-knownhost/2010/02/08" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/hosted-on-knownhost/2010/02/08">MakeTechEasier Is Now Hosted On KnownHost</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img src="http://imagecdn.maketecheasier.com/2010/02/knownhost-logo.png" alt="knownhost-logo" title="knownhost-logo" width="186" height="119" class="alignleft size-full wp-image-12015" />I am proud to announce that MakeTechEasier is now hosted on <a href="http://maketecheasier.com/a/knownhost/" target="_blank">Knownhost</a>.</p>
<p>About half a year ago, we decided to move out of our shared Hostgator account and migrate to ServInt. Not that Hostgator is no good, it just that MakeTechEasier has grown rapidly over time and we need to get a bigger server to host our site. In my opinion, <a href="http://maketecheasier.com/a/hotsgator" target="_blank">Hostgator</a> is one of the best shared web host company around and I would seriously recommend them for those who just started blogging.</p>
<p>On the other hand, we switched to ServInt because there were many good reviews about them. But somehow, things just doesn&#8217;t go well for us. The server is slow and sluggish. Can you imagine that it takes five mins just to save a post? And the staffs aren&#8217;t too helpful in solving my issues too. </p>
<p>This time round, we make a switch to <a href="http://maketecheasier.com/a/knownhost/" target="_blank">Knownhost</a> and it was the best decision we made this year.</p>
<h3>Our experience with KH</h3>
<p><strong>Fast and stable server</strong>: The server performance is speedy (<a href="http://maketecheasier.com/author/joshuaprice">Josh</a> can swear by that). There is no downtime.</p>
<p><strong>Super Fast Response Time</strong>: Most web hosts take at least 1 hour to answer your ticket and if the issue require higher technical expertise, your ticket will be forwarded to the respective department and you have to wait for another few hours to get your ticket answered. For KnownHost, the response time is almost instantly. Whenever I submit a ticket, I will surely get a response within 10 mins. And in most cases, my issues are settled within 30 mins.</p>
<p><strong>Amazing customer support</strong>: Kate, William and many other friendly staffs who are always trying their means to help you.</p>
<p><strong>Managed VPS is superb</strong>: Even know we have the knowledge and skill to adminster a server, it is always great to have someone who is taking care of all the stuffs for you 24/7. </p>
<p>With all said, here’s is a much faster and more stable MakeTechEasier.com, thanks to KnownHost. If you are in need of a new host, <a href="http://maketecheasier.com/a/knownhost/" target="_blank">Knownhost</a> is definitely the one.<br />
<span id="more-11782"></span><br />
<!--adsense#468x60--><br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://maketecheasier.com/install-and-configure-owncloud/2012/01/11' title='How to Install and Configure ownCloud'>How to Install and Configure ownCloud</a></li>
<li><a href='http://maketecheasier.com/4-tips-to-make-windows-7-boot-faster/2011/11/11' title='4 Tips to Make Windows 7 Boot Faster'>4 Tips to Make Windows 7 Boot Faster</a></li>
<li><a href='http://maketecheasier.com/getting-started-with-amazon-ec2/2011/10/20' title='Getting Started with Amazon EC2'>Getting Started with Amazon EC2</a></li>
<li><a href='http://maketecheasier.com/complete-guide-to-running-a-minecraft-server/2011/04/21' title='The Complete Guide to Set Up a Minecraft Server'>The Complete Guide to Set Up a Minecraft Server</a></li>
</ul>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/hosted-on-knownhost/2010/02/08&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/hosted-on-knownhost/2010/02/08" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/hosted-on-knownhost/2010/02/08" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/hosted-on-knownhost/2010/02/08" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/hosted-on-knownhost/2010/02/08&amp;title=MakeTechEasier+Is+Now+Hosted+On+KnownHost&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/hosted-on-knownhost/2010/02/08" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/hosted-on-knownhost/2010/02/08">MakeTechEasier Is Now Hosted On KnownHost</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/hosted-on-knownhost/2010/02/08/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Migrate Your Site to New Server Without Any Downtime</title>
		<link>http://maketecheasier.com/migrate-site-to-new-server-without-any-downtime/2010/01/27</link>
		<comments>http://maketecheasier.com/migrate-site-to-new-server-without-any-downtime/2010/01/27#comments</comments>
		<pubDate>Wed, 27 Jan 2010 23:35:34 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[downtime]]></category>
		<category><![CDATA[files migration]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=11426</guid>
		<description><![CDATA[If you own/manage a website, it is inevitable that you will have to change your web host one day. It could be due to the poor services of your current host, or that your site traffic exploded and you need to move on to a bigger host to accommodate the... <p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/migrate-site-to-new-server-without-any-downtime/2010/01/27&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/migrate-site-to-new-server-without-any-downtime/2010/01/27" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/migrate-site-to-new-server-without-any-downtime/2010/01/27" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/migrate-site-to-new-server-without-any-downtime/2010/01/27" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/migrate-site-to-new-server-without-any-downtime/2010/01/27&amp;title=How+to+Migrate+Your+Site+to+New+Server+Without+Any+Downtime&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/migrate-site-to-new-server-without-any-downtime/2010/01/27" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/migrate-site-to-new-server-without-any-downtime/2010/01/27">How to Migrate Your Site to New Server Without Any Downtime</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img src="http://imagecdn.maketecheasier.com/2010/01/migrate-site-clock.jpg" alt="migrate-site-clock" title="migrate-site-clock" width="200" height="93" class="alignleft size-full wp-image-11438" />If you own/manage a website, it is inevitable that you will have to change your web host one day. It could be due to the poor services of your current host, or that your site traffic exploded and you need to move on to a bigger host to accommodate the traffic. Whatever the case, most people will agree that it is never a joyous event to switch server. Your site will be down/unstable/inaccessible during the migration period and it could potentially lead to loss of sales. In this article, we are going to show you how you can migrate your site to a new server effortlessly and without any (or minimal) downtime. </p>
<p>There are two main type of web hosting: <strong>Shared hosting</strong> and <strong>VPS/Dedicated hosting</strong>. Shared hosting means that the site is hosted in a shared environment and share the same IP address as hundreds (or even thousands) other sites. In shared hosting, the administrative control given to the user is usually very limited, so there is practically no way to manipulate the DNS feature. On the other hand, VPS/dedicated hosting gives the users absolute control over their servers and they can play around with the DNS feature to reduce the downtime. Let&#8217;s take a look below at how we can reduce the downtime for these two hosting environments.<br />
<span id="more-11426"></span><br />
<strong>Note</strong>: <em>This tutorial assumes that you are using cPanel/WHM for your site hosting.<br />
</em></p>
<h3>Migrating site in a shared hosting environment</h3>
<p>1. Back up all the files in the old server. You can easily do this with any FTP programs. If you are running a dynamic site (like WordPress), remember to backup your database as well (via the PhpMyAdmin->Export)</p>
<p>2. Set up the new server. Copy all the files from the old server to the new server. Pay extra attention to keep the file structure intact. For dynamic website, set up a new database (with the exact same name and password) and import the whole database in. Again, make sure that the database structure is intact.</p>
<p><strong>For static website</strong></p>
<p>3. Go to your domain registrar and change the nameserver to the new server. That&#8217;s it. The DNS will take 24-48 hours to propagate. During this period of time, your site will be unstable, oscillating between the new and old server, but since it is a static website, so your visitors won&#8217;t see any differences. Avoid making any changes during this period of time.</p>
<p><strong>For dynamic website</strong></p>
<p>4. You will need to configure your site to point to the database at the new server (some web hosts don&#8217;t allow remote access to their database, so check with your web host before you begin). Open your cPanel in the new server. Scroll down until you see the icon <em>Remote MySQL</em>. Click on it.</p>
<p><img src="http://imagecdn.maketecheasier.com/2010/01/migrate-site-remote-sql.png" alt="migrate-site-remote-sql" title="migrate-site-remote-sql" width="303" height="114" class="alignnone size-full wp-image-11429" /></p>
<p>Enter your domain name in the field and click &#8220;<em>Add Host</em>&#8220;.</p>
<p><img src="http://imagecdn.maketecheasier.com/2010/01/migrate-site-add-host.png" alt="migrate-site-add-host" title="migrate-site-add-host" width="482" height="149" class="alignnone size-full wp-image-11430" /></p>
<p>Log out of cPanel. In your old server, open your database configuration file (for WordPress, it is the <em>wp-config.php</em> file). At the field where it asks you for database hostname detail, change it to the IP address of the new server. In WordPress:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #009933; font-style: italic;">/** MySQL hostname: Change 123.456.789.000 to your new server IP address */</span>
&nbsp;
<span style="color: #990000;">define</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'DB_HOST'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'123.456.789.000'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

<p>Save and upload to the old server.</p>
<p>5. Go to your domain registrar and change the nameserver to the new server. That&#8217;s it. While the DNS is propagating, your visitors will see content from the old server. However, as the database is pointed to the new server, all changes make on the site will be updated in the new server. Once the migration is done (24-48 hours time), your new server will be up and running with all the changes make during the migration.</p>
<h3>Migrating site in a VPS/Dedicated hosting environment</h3>
<p>Before we start, it is assumed that all users have root access to their servers and both the old and new servers are running cPanel/WHM.</p>
<p>1. Log in to the WHM in the old server. On the left panel, scroll down till you see the &#8220;<em>Edit DNS Zone</em>&#8221; link. Click on it. </p>
<p><img src="http://imagecdn.maketecheasier.com/2010/01/migrate-site-edit-dns-zone.png" alt="migrate-site-edit-dns-zone" title="migrate-site-edit-dns-zone" width="203" height="176" class="alignnone size-full wp-image-11431" /></p>
<p>2. Select the domain that you are migrating.</p>
<p>3. Look out for this field where it shows the domain name and the IP address. </p>
<p><img src="http://imagecdn.maketecheasier.com/2010/01/migrate-site-dns1.png" alt="migrate-site-dns1" title="migrate-site-dns1" width="578" height="28" class="alignnone size-full wp-image-11432" /></p>
<p>Change the 86400 (or 14400) to 300. Save the changes. </p>
<p><img src="http://imagecdn.maketecheasier.com/2010/01/migrate-site-dns2.png" alt="migrate-site-dns2" title="migrate-site-dns2" width="577" height="28" class="alignnone size-full wp-image-11433" /></p>
<p>What you have just done is set the TTL (Time To Live) value to 5 minutes so the DNS client will only cache the information in that record for 5 minutes (the common setting are 24 hours and 4 hours). Now you have to wait for 4-24 hours for this TTL value to propagate, depending on the original value.</p>
<p>4. Meanwhile, you can backup your old server and migrate all your files and databases to the new server. Test the new server to make sure that everything is working fine.</p>
<p>5. When you are ready to migrate the site, log into your old server WHM again. Go to the DNS zone page. This time, change the IP address to the new server&#8217;s IP. Save the changes. </p>
<p><img src="http://imagecdn.maketecheasier.com/2010/01/migrate-site-dns3.png" alt="migrate-site-dns3" title="migrate-site-dns3" width="593" height="30" class="alignnone size-full wp-image-11434" /></p>
<p>What you have just done is to set this as a relay and point it to the new server.</p>
<p>6. Go to your domain registrar and change the nameserver to the new server. That&#8217;s it. In as little as 5 minutes, your new server will be up and running. As in all cases, the DNS will take 24-48 hours to propagate, so meanwhile, keep your old server intact (do not delete any files or terminate the service) until the DNS propagation has finished. </p>
<p>Let us know in the comments if this is useful to you.</p>
<p>Image credit: <a href="http://www.flickr.com/photos/ejpphoto/" target="_blank">EJP Photo</a></p>
<p><!--adsense#468x60--><br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://maketecheasier.com/5-useful-online-tools-to-test-websites/2012/01/27' title='5 Useful Online Tools To Test Websites'>5 Useful Online Tools To Test Websites</a></li>
<li><a href='http://maketecheasier.com/install-and-configure-owncloud/2012/01/11' title='How to Install and Configure ownCloud'>How to Install and Configure ownCloud</a></li>
<li><a href='http://maketecheasier.com/set-up-donation-site-for-non-profit-fundraiser/2011/11/26' title='How to Setup A Free Donation Site For Your Non-Profit Fundraiser'>How to Setup A Free Donation Site For Your Non-Profit Fundraiser</a></li>
<li><a href='http://maketecheasier.com/4-tips-to-make-windows-7-boot-faster/2011/11/11' title='4 Tips to Make Windows 7 Boot Faster'>4 Tips to Make Windows 7 Boot Faster</a></li>
</ul>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/migrate-site-to-new-server-without-any-downtime/2010/01/27&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/migrate-site-to-new-server-without-any-downtime/2010/01/27" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/migrate-site-to-new-server-without-any-downtime/2010/01/27" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/migrate-site-to-new-server-without-any-downtime/2010/01/27" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/migrate-site-to-new-server-without-any-downtime/2010/01/27&amp;title=How+to+Migrate+Your+Site+to+New+Server+Without+Any+Downtime&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/migrate-site-to-new-server-without-any-downtime/2010/01/27" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/migrate-site-to-new-server-without-any-downtime/2010/01/27">How to Migrate Your Site to New Server Without Any Downtime</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/migrate-site-to-new-server-without-any-downtime/2010/01/27/feed</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>How to Use Nautilus As a FTP Client</title>
		<link>http://maketecheasier.com/use-nautilus-as-a-ftp-client/2010/01/20</link>
		<comments>http://maketecheasier.com/use-nautilus-as-a-ftp-client/2010/01/20#comments</comments>
		<pubDate>Wed, 20 Jan 2010 13:00:38 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[file transfer]]></category>
		<category><![CDATA[FTP]]></category>
		<category><![CDATA[nautilus]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=11149</guid>
		<description><![CDATA[This is a guest post by Abhilash Kumar If you have a website of your own, you would be fairly used to using various FTP clients to transfer files to and from your hosting space. I personally use Filezilla for this activity. What I do not like about most FTP... <p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/use-nautilus-as-a-ftp-client/2010/01/20&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/use-nautilus-as-a-ftp-client/2010/01/20" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/use-nautilus-as-a-ftp-client/2010/01/20" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/use-nautilus-as-a-ftp-client/2010/01/20" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/use-nautilus-as-a-ftp-client/2010/01/20&amp;title=How+to+Use+Nautilus+As+a+FTP+Client&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/use-nautilus-as-a-ftp-client/2010/01/20" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/use-nautilus-as-a-ftp-client/2010/01/20">How to Use Nautilus As a FTP Client</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><em>This is a guest post by Abhilash Kumar</em></p>
<p><img src="http://imagecdn.maketecheasier.com/2010/01/nautilus-ftp.png" alt="nautilus-ftp" title="nautilus-ftp" width="200" height="179" class="alignleft size-full wp-image-11158" />If you have a website of your own, you would be fairly used to using various FTP clients to transfer files to and from your hosting space. I personally use Filezilla for this activity. What I do not like about most FTP clients is the interface and the number of sections that are there in front of a user. While the designers are trying to show all that is happening in the background when you transfer a file to a remote server, this transperancy is not always required.</p>
<p>At times like these, I like to switch over to an interface that is familiar and uncluttered. <strong>Nautilus</strong>, the file manager for the Gnome desktop can also be used as an FTP client without having to install any additional software to your system. Nautilus provides an easy way to connect and exchange files via FTP and makes the process as simple as a copy paste that you may be doing day in and day out.<br />
<span id="more-11149"></span><br />
Getting started with Nauitlus is easy. The File menu provides the option to “<em>Connect to Server</em>”. The connection dialog provides the options to establish various types of connections like Public FTP, FTP with Login, SSH, Windows Share and a few others. For a normal hosted acocunt you would probably have a FTP login which you would have provided to your FTP client.</p>
<p><img class="alignnone size-full wp-image-11150" title="nautilus- connectmenu" src="http://imagecdn.maketecheasier.com/2010/01/nautilus-connectmenu.png" alt="nautilus- connect-menu" width="312" height="281" /></p>
<p>Choosing the option of FTP (with login) allows you to specify your Server, Port, Start Folder and User Name to connect to the server. There are no cryptic fileds and you can also add this connection information as a bookmark in Nautilus so that you dont have to enter this information the next time. The bookmark will appear under the Bookmarks menu in Nautilus.</p>
<p><img class="alignnone size-full wp-image-11151" title="nautilus-serverinfo" src="http://imagecdn.maketecheasier.com/2010/01/nautilus-serverinfo.png" alt="nautilus-server-info" width="358" height="338" /></p>
<p>The connection is established as soon as you click on <em>Connect</em> after entering your password. You can also specify the validity of your session by choosing to let the system remember your password.</p>
<p><img class="alignnone size-full wp-image-11152" title="nautilus-login" src="http://imagecdn.maketecheasier.com/2010/01/nautilus-login.png" alt="nautilus-login" width="440" height="241" /></p>
<p>Your default directory is shown in the normal Nautilus file browsing window. All the actions like Copy, Cut, Paste can be carried out the same way as you have been doing them on your machine locally. The benefit of using Nautilus as your FTP client is that you can use the Tabbed Browsing feature of Nautilus even while working on your remote server. This allows you to browse multiple sections of your server and carry out file operations in each section simultaneously. Which is a functionality that I miss in normal FTP clients like Filezilla.</p>
<p><img class="alignnone size-full wp-image-11153" title="nautilus-loggedin" src="http://imagecdn.maketecheasier.com/2010/01/nautilus-loggedin.png" alt="nautilus-loggedin" width="500" height="369" /></p>
<p>The performance provided by Nautilus is as good as any FTP client in terms of speed of browsing the remote server. The added benefits of tabbed browsing and a clean and familiar interface are a bonus that you will enjoy.</p>
<p><!--adsense#468x60--><br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://maketecheasier.com/create-change-and-manage-symlinks-linux-101/2012/04/18' title='How to Create And Manage Symlinks [Linux 101]'>How to Create And Manage Symlinks [Linux 101]</a></li>
<li><a href='http://maketecheasier.com/auto-mount-box-net-to-linux-desktop/2012/03/27' title='How to Auto-Mount Box.net to Linux Desktop'>How to Auto-Mount Box.net to Linux Desktop</a></li>
<li><a href='http://maketecheasier.com/make-dropbox-icons-work-in-ubuntu-oneiric/2012/02/28' title='How to Make Dropbox Icons Work in Ubuntu Oneiric [Quick Tips]'>How to Make Dropbox Icons Work in Ubuntu Oneiric [Quick Tips]</a></li>
<li><a href='http://maketecheasier.com/move-navigation-buttons-to-left-in-nautilus-linux/2012/02/18' title='Move The Navigation Buttons Back To The Left In Nautilus 3+ [Linux]'>Move The Navigation Buttons Back To The Left In Nautilus 3+ [Linux]</a></li>
</ul>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/use-nautilus-as-a-ftp-client/2010/01/20&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/use-nautilus-as-a-ftp-client/2010/01/20" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/use-nautilus-as-a-ftp-client/2010/01/20" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/use-nautilus-as-a-ftp-client/2010/01/20" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/use-nautilus-as-a-ftp-client/2010/01/20&amp;title=How+to+Use+Nautilus+As+a+FTP+Client&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/use-nautilus-as-a-ftp-client/2010/01/20" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/use-nautilus-as-a-ftp-client/2010/01/20">How to Use Nautilus As a FTP Client</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/use-nautilus-as-a-ftp-client/2010/01/20/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Setup a PHP/MySQL Environment on Windows The Easy Way</title>
		<link>http://maketecheasier.com/setup-a-phpmysql-environment-on-windows-the-easy-way/2009/12/31</link>
		<comments>http://maketecheasier.com/setup-a-phpmysql-environment-on-windows-the-easy-way/2009/12/31#comments</comments>
		<pubDate>Thu, 31 Dec 2009 23:35:34 +0000</pubDate>
		<dc:creator>Sharninder</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[WAMP]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=8729</guid>
		<description><![CDATA[PHP is probably the single most popular scripting language on the Internet. Thousands of high profile websites including the likes of Facebook, Yahoo and WordPress.com are built using PHP. When used with MySQL, the PHP/MySQL combo is also an extremely popular stack for designing database enabled websites. One of the... <p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/setup-a-phpmysql-environment-on-windows-the-easy-way/2009/12/31&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/setup-a-phpmysql-environment-on-windows-the-easy-way/2009/12/31" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/setup-a-phpmysql-environment-on-windows-the-easy-way/2009/12/31" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/setup-a-phpmysql-environment-on-windows-the-easy-way/2009/12/31" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/setup-a-phpmysql-environment-on-windows-the-easy-way/2009/12/31&amp;title=Setup+a+PHP%2FMySQL+Environment+on+Windows+The+Easy+Way&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/setup-a-phpmysql-environment-on-windows-the-easy-way/2009/12/31" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/setup-a-phpmysql-environment-on-windows-the-easy-way/2009/12/31">Setup a PHP/MySQL Environment on Windows The Easy Way</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-8728" src="http://imagecdn.maketecheasier.com/2009/12/wamp-logo.png" alt="WAMP Logo" width="166" height="126" />PHP is probably the single most popular scripting language on the Internet. Thousands of high profile websites including the likes of Facebook, Yahoo and WordPress.com are built using PHP. When used with MySQL, the PHP/MySQL combo is also an extremely popular stack for designing database enabled websites.</p>
<p>One of the best things about the PHP/MySQL stack is that they almost seem to have been made for each other, ie. if the configuration is correct. A lot of people, though, end up moving on to other things when they can&#8217;t configure the stack correctly.</p>
<p>We’ve written about <a title="Set up a LAMP stack" href="http://maketecheasier.com/setting-up-a-lamp-server-in-ubuntu-hardy-heron/2008/08/06">setting up a LAMP</a> (Linux, Apache, MySQL, PHP) environment earlier on an Ubuntu machine. We’ve also talked about using OS X to <a title="install and test WordPress" href="http://maketecheasier.com/install-and-test-wordpress-on-your-local-computer-mac/2009/11/10">install and test WordPress</a> by setting up a MAMP (Mac OS X, Apache, MySQL, PHP) server.</p>
<p>So, have we been ignoring Windows over here?<br />
<span id="more-8729"></span><br />
No, and today we’ll tell you how you can setup a <a href="http://www.wampserver.com" target="_blank">WAMP server</a> (Windows, Apache, MySQL, PHP) on your Windows based machine without too much fuss.</p>
<p>Download and execute the integrated installer which installs the WAMP server just as you&#8217;d install any regular Windows application.</p>
<p><img class="aligncenter size-full wp-image-8878" src="http://imagecdn.maketecheasier.com/2009/12/wamp-install.jpg" alt="WAMP Install" width="450" height="235" /></p>
<p>The only question that the installer asks is the address of the SMTP server that you want to use and the default email address for outgoing emails. This information is used by PHP if you use the built-in email functions. If you&#8217;re not going to make use of this, you can just ignore the SMTP settings and chose the default ones and continue.</p>
<p><img class="aligncenter size-full wp-image-8879" src="http://imagecdn.maketecheasier.com/2009/12/wamp-smtp.jpg" alt="WAMP SMTP Configuration" width="450" height="276" /></p>
<p>You can now run the WAMP server from the helpful shortcut that the installer places on the Desktop.</p>
<p>The only thing that you&#8217;ll see when WAMP is running is a small icon in the taskbar. Click the icon and a menu pops up.</p>
<p><img class="aligncenter size-full wp-image-8881" src="http://imagecdn.maketecheasier.com/2009/12/wamp-menu.jpg" alt="WAMP Menu" width="278" height="266" /></p>
<p>When you start WAMP for the first time, the server is in offline mode and you can select the <strong>Put Online</strong> option from this menu to get the server &#8220;Online&#8221;.</p>
<p>You now have a fully functional PHP/MySQL stack on your machine. Fire up your web browser and type in <strong>http://localhost</strong> in the address bar and you&#8217;ll be presented with the default homepage that&#8217;s served using the Apache web server.</p>
<p>WAMP also comes with <a title="PHPMyAdmin" href="http://www.phpmyadmin.net/home_page/index.php" target="_blank">phpMyAdmin</a> already configured to manage your MySQL instance. Just point the web browser to <strong>http://localhost/phpmyadmin/</strong> and phpMyAdmin will take away all your database management nightmares.</p>
<p>If you&#8217;re a PHP developer, you can just put all your scripts in the <em>c:\wamp\www</em> folder and then you can use the browser to access them.</p>
<p><!--adsense#468x60--><br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://maketecheasier.com/4-tips-to-make-windows-7-boot-faster/2011/11/11' title='4 Tips to Make Windows 7 Boot Faster'>4 Tips to Make Windows 7 Boot Faster</a></li>
<li><a href='http://maketecheasier.com/windows-8-to-shove-aero-away/2012/05/25' title='Windows 8 to Shove Aero Away'>Windows 8 to Shove Aero Away</a></li>
<li><a href='http://maketecheasier.com/free-giveaway-blu-ray-decrypter/2012/05/24' title='Free Giveaway: Blu-ray Decrypter'>Free Giveaway: Blu-ray Decrypter</a></li>
<li><a href='http://maketecheasier.com/ask-windows-expert-week16/2012/05/23' title='Ask MTE: Missing Windows Media Center, Thumbnails Missing In Explorer, Remove Games Icon And Many More (Week 16)'>Ask MTE: Missing Windows Media Center, Thumbnails Missing In Explorer, Remove Games Icon And Many More (Week 16)</a></li>
</ul>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/setup-a-phpmysql-environment-on-windows-the-easy-way/2009/12/31&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/setup-a-phpmysql-environment-on-windows-the-easy-way/2009/12/31" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/setup-a-phpmysql-environment-on-windows-the-easy-way/2009/12/31" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/setup-a-phpmysql-environment-on-windows-the-easy-way/2009/12/31" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/setup-a-phpmysql-environment-on-windows-the-easy-way/2009/12/31&amp;title=Setup+a+PHP%2FMySQL+Environment+on+Windows+The+Easy+Way&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/setup-a-phpmysql-environment-on-windows-the-easy-way/2009/12/31" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/setup-a-phpmysql-environment-on-windows-the-easy-way/2009/12/31">Setup a PHP/MySQL Environment on Windows The Easy Way</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/setup-a-phpmysql-environment-on-windows-the-easy-way/2009/12/31/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>TonidoPlug: Your Personal Cloud Server in a Plug</title>
		<link>http://maketecheasier.com/tonidoplug-your-personal-cloud-server-in-a-plug/2009/11/02</link>
		<comments>http://maketecheasier.com/tonidoplug-your-personal-cloud-server-in-a-plug/2009/11/02#comments</comments>
		<pubDate>Mon, 02 Nov 2009 23:47:39 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[PC Hardware]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[tonido]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=8105</guid>
		<description><![CDATA[Putting all your stuffs and confidential data on the cloud may seems like a good idea as it allows you to access to them anytime, anywhere. However, it can become a totally bad decision when the security of the cloud server is compromised or the third party providers wind up... <p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/tonidoplug-your-personal-cloud-server-in-a-plug/2009/11/02&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/tonidoplug-your-personal-cloud-server-in-a-plug/2009/11/02" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/tonidoplug-your-personal-cloud-server-in-a-plug/2009/11/02" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/tonidoplug-your-personal-cloud-server-in-a-plug/2009/11/02" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/tonidoplug-your-personal-cloud-server-in-a-plug/2009/11/02&amp;title=TonidoPlug%3A+Your+Personal+Cloud+Server+in+a+Plug&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/tonidoplug-your-personal-cloud-server-in-a-plug/2009/11/02" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/tonidoplug-your-personal-cloud-server-in-a-plug/2009/11/02">TonidoPlug: Your Personal Cloud Server in a Plug</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-8115" title="tonidoplug" src="http://imagecdn.maketecheasier.com/2009/11/tonidoplug.jpg" alt="tonidoplug" width="200" height="255" />Putting all your stuffs and confidential data on the cloud may seems like a good idea as it allows you to access to them anytime, anywhere. However, it can become a totally bad decision when the security of the cloud server is compromised or the third party providers wind up their services and all your data gone down with them. When such things happen, you might wonder why you have not heard of <a href="http://tonido.com" target="_blank">Tonido</a> earlier.</p>
<p>Tonido is a free software that turns your desktop into a personal server and allows you to access and share your files, media, calendar and apps from everywhere. Be it Windows, Mac or Linux, you simply install the software and have your own personal cloud server up and running in no time. Forget all the complicated stuffs you have heard about creating your own server. There are no technical skills required to set up and run Tonido. The best thing is &#8211; all the data resides in your own computer and there is no need to worry about security or even data loss (unless your own computer crashes).<br />
<span id="more-8105"></span><br />
<img class="alignnone size-full wp-image-8109" title="tonido-main-screen" src="http://imagecdn.maketecheasier.com/2009/11/tonido-main-screen.jpg" alt="tonido-main-screen" width="577" height="439" /></p>
<h3>Introducing TonidoPlug</h3>
<p>On the other hand, if all your important data resides on your external backup drive and you wish to have your own cloud server running at all times without having to turn on your computer  everytime, then <a href="http://www.tonidoplug.com/" target="_blank">TonidoPlug</a> is the one for you.</p>
<p>TonidoPlug is the hardware version of Tonido. It is a tiny, low power, low cost home server and NAS device powered by Tonido software. It comes with its own RAM and CPU (and preinstalled with Ubuntu). All you need to do is to plug it into the power socket and there you are, a server ready at your beckoning. It integrates nicely with all the features found in the Tonido software and allows you to access your files, music, pictures from anywhere.</p>
<p><img class="alignnone size-full wp-image-8113" title="tonidoplug-hardware" src="http://imagecdn.maketecheasier.com/2009/11/tonidoplug-hardware.jpg" alt="tonidoplug-hardware" width="271" height="276" /></p>
<h3>Setting up TonidoPlug</h3>
<p>Once you have connected up the respective cables (there are only 3 cables that you need to connect: the power cable, LAN cable and the USB cable), power it up. On any computer that are linked to the home network, go to the URL: <em>http://tonidoplug.com/ip</em>. This will detect your Tonido Plug. In some cases where it doesn&#8217;t detect, you can enter the MAC address (at the back of the plug) to get it identified by the network.</p>
<p><img class="alignnone size-full wp-image-8110" title="tonidoplug-setup" src="http://imagecdn.maketecheasier.com/2009/11/tonidoplug-setup.jpg" alt="tonidoplug-setup" width="577" height="277" /></p>
<p>Once the plug is detected, you will have to create a new profile for the Tonido. Those who already have an existing profile can use <a href="http://www.tonido.com/support/TonidoPlug_FAQ_By_Consumers#How_to_transfer_older_Tonido_profile_to_TonidoPlug.3F" target="_blank">this method</a> to import them into the Plug.</p>
<p>In the dashboard, you will find the exact same interface as the Tonido. The software available in TonidoPlug is as follow:</p>
<p><img class="alignnone size-full wp-image-8111" title="tonidoplug-application" src="http://imagecdn.maketecheasier.com/2009/11/tonidoplug-application.jpg" alt="tonidoplug-application" width="233" height="241" /></p>
<p>Many of these apps should be familiar to already Tonido users, (Jukebox, Photos, Search, Thots, Workspace). The newer apps are WebsharePro, Torrent, Explorer and Plug Admin.</p>
<p>Here’s a quick summary of these applications.</p>
<ol>
<li><strong>WebsharePro</strong>: All the power of Tonido Webshare, plus the ability to upload, setting upload quotas for users, zip downloads, viewing currently downloading lists, change thumbnail and photo slide show image size</li>
<li><strong>Torrent</strong>: Download Torrent files to your plug and control torrents via your web browser from anywhere</li>
<li><strong>Explorer</strong>: Web based File manager and browser that allows common file operations like rename, delete, copy files and folders and even uploads</li>
<li><strong>Plug Admin:</strong> Manage your TonidoPlug hardware, recover Tonido Profile passwords, Manage attached USB drives, Share USB drives over the network for access, Monitor CPU loads etc</li>
</ol>
<p>If you are not in your own home networks, you can also connect to your TonidoPlug via the public URL: <em>http://yourprofilename.tonido.com:10001</em>.</p>
<p>In addition, TonidoPlug is also a DLNA device, which means you are able to connect to your PS3, Xbox, or even XBMC software and stream music over the cloud.</p>
<p>The Tonido software is free to download and use, but the TonidoPlug comes at a  price of $99.</p>
<p>Considering that most Web servers with the same hardware spec as the TonidoPlug can easily cost you up to $40-50 per month, at a mere price of $99, TonidoPlug is really a great bargain; not to mention the unlimited amount of storage device you can attach to it and the security issue that you never have to worry about. This is really a no-brainer deal.</p>
<p><em>Note 1: Thanks to Venkat for sending in a test unit for review and providing a prompt support for all my doubts.<br />
Note 2: MakeTechEasier is not affiliated in any way to CodeLathe, the company behind TonidoPlug, nor do we benefit from any sale of TonidoPlug generated from this article. </em></p>
<p><!--adsense#468x60--><br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://maketecheasier.com/install-and-configure-owncloud/2012/01/11' title='How to Install and Configure ownCloud'>How to Install and Configure ownCloud</a></li>
<li><a href='http://maketecheasier.com/getting-started-with-amazon-ec2/2011/10/20' title='Getting Started with Amazon EC2'>Getting Started with Amazon EC2</a></li>
<li><a href='http://maketecheasier.com/easily-troubleshoot-your-graphics-card-with-gpu-z/2009/03/20' title='Easily Troubleshoot Your Graphics Card With GPU-Z'>Easily Troubleshoot Your Graphics Card With GPU-Z</a></li>
<li><a href='http://maketecheasier.com/diagnose-your-pc-with-cpu-z/2009/03/17' title='Diagnose Your PC With CPU-Z '>Diagnose Your PC With CPU-Z </a></li>
</ul>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/tonidoplug-your-personal-cloud-server-in-a-plug/2009/11/02&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/tonidoplug-your-personal-cloud-server-in-a-plug/2009/11/02" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/tonidoplug-your-personal-cloud-server-in-a-plug/2009/11/02" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/tonidoplug-your-personal-cloud-server-in-a-plug/2009/11/02" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/tonidoplug-your-personal-cloud-server-in-a-plug/2009/11/02&amp;title=TonidoPlug%3A+Your+Personal+Cloud+Server+in+a+Plug&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/tonidoplug-your-personal-cloud-server-in-a-plug/2009/11/02" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/tonidoplug-your-personal-cloud-server-in-a-plug/2009/11/02">TonidoPlug: Your Personal Cloud Server in a Plug</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/tonidoplug-your-personal-cloud-server-in-a-plug/2009/11/02/feed</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic (Feed is rejected)
Page Caching using disk: enhanced
Content Delivery Network via Amazon Web Services: CloudFront: cdn.maketecheasier.com

Served from: maketecheasier.com @ 2012-05-25 21:17:43 -->
