<?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>The GARA Systems Blog &#187; Networks and Servers</title>
	<atom:link href="http://www.gara.com/blog/category/networks-and-servers/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gara.com/blog</link>
	<description>The Online Technology Resource for Small Business</description>
	<lastBuildDate>Wed, 10 Mar 2010 14:47:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>5 Tips for Protecting Your Data</title>
		<link>http://www.gara.com/blog/2010/02/22/5-tips-for-protecting-your-data/</link>
		<comments>http://www.gara.com/blog/2010/02/22/5-tips-for-protecting-your-data/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 12:00:11 +0000</pubDate>
		<dc:creator>Gary Keorkunian</dc:creator>
				<category><![CDATA[Networks and Servers]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.garasystems.com/blog/?p=282</guid>
		<description><![CDATA[These 5 useful tips will help ensure your data is protected, secure and there when you need it. 1. Automate Your Backups Most everyone knows that you need to backup up your data. Unfortunately, most don&#8217;t make a regular habit of it. The best way to ensure you have up to date backups is to [...]]]></description>
			<content:encoded><![CDATA[<p>These 5 useful tips will help ensure your data is protected, secure  and there when you need it.<span id="more-282"></span></p>
<h4>1.  Automate Your Backups</h4>
<p>Most everyone knows that you need to backup up your data.  Unfortunately, most don&#8217;t make a regular habit of it.  The best way to  ensure you have up to date backups is to automate the process.  An  excellent way to do this is to use a tool like <strong><a href="http://www.gara.com/free-software/software?SoftwareID=181">SyncBack</a></strong>.  It provides an excellent GUI for creating &#8220;tasks&#8221; to backup data to  external hard drives, network shares, encrypted volumes (see below) or  other backup devices.  Its integration with the Windows Task Scheduler  makes it very easy to automate your backup tasks.</p>
<p>This is the solution I recommend for most users as it requires no  batch programming and it is completely free.  If you are backing up a  business network I suggest using <strong><a href="http://www.2brightsparks.com/syncback/sbse.html" target="_blank">SyncBackSE</a></strong>,  a premium version (~$30) that includes several more features including  file versioning and the ability to backup locked files.</p>
<h4>2.  Get Your Backup Off Site</h4>
<p>OK, now that you are making those backups on a regular basis you need  to protect against tragedies like fires and floods.  The best way to do  that is to take backups off site.  One way to do this is to use  portable backup solutions like data cartridge or tape drives, external  hard disks or a laptop.  Each of these can be effective solutions  providing you actually take them off site.</p>
<p>I recommend <strong><a href="http://www.gara.com/marketplace/carbonite-online-backup">Carbonite</a></strong> for online backup.  It&#8217;s inexpensive, simple to setup and use and supports file servers.</p>
<p>A more complex alternative, if you have a FTP account &#8211; with enough capacity and bandwidth for  your needs &#8211; you can use it as the target of your SyncBack tasks.</p>
<h4>3.  Encrypt Your Data</h4>
<p>Another threat to your data is unauthorized access.  Your network is  password protected, but what about the backups.  With all these off site  backups floating around the likelihood of it falling into the wrong  hands increases.  How many stories have we heard about information  workers loosing a laptop full of social security numbers, credit card  numbers and other personal information?  An excellent way to protect the  data in your care is to encrypt it.</p>
<p>The tool I like best for this purpose is <strong><a href="http://www.gara.com/free-software/software?SoftwareID=32">TrueCrypt</a></strong>.  It&#8217;s a free, open source tool that lets you create and maintain  encrypted volumes on hard drives and removable data cartridges.  By  backing up to these encrypted volumes you can be sure that your data is  protected from unauthorized use.</p>
<p>If you are using an online backup service then configure it to backup  the TrueCrypt volume only.  This way you know that while your data is  securely sitting on a third party server there is no risk of snooping or  other data theft.</p>
<h4>4. Use a Version Control System</h4>
<p>If you work in an environment where several people make changes to a  large library files then you may benefit by using a version control  system. Traditionally used by programmers and software engineers,  version control system can be valuable tools for others that need to  maintain control over how and who can change files.</p>
<p>With a version control  system authorized users are required to &#8220;check-out&#8221; documents from a  repository before they can make changes to them.   This helps prevent  multiple users from editing the same file at the same time.  When files  are &#8220;committed&#8221; back to the repository the changes are stored as well.   This gives you the ability to compare versions and rollback edits.  So  when some one accidentally deletes pages 5 to 21 of the employee  handbook you can recover it from an earlier version of the document.</p>
<p>You can implement a basic version control system on your PC or  network using a free tool like <strong><a href="http://www.gara.com/free-software/software?SoftwareID=178">TortoiseSVN</a></strong>.   You can also use a web based service provider like CVSDude<strong> </strong>to  host your repository giving you the added benefit of anywhere access and  off site backup.</p>
<h4>5. Backup Your Power Too</h4>
<p>Have you ever lost an hour or more worth of editing when the power  went out?  One solution to this problem is to SAVE OFTEN!  But did you  know that your changes aren&#8217;t always written to disk immediately when  you save?   It could be several minutes before their securely on the  disk.  The better solution is to use an UPS &#8211; that is an Uninterrupted  Power Supply &#8211; or battery backup.  When the power goes out a UPS will  continue to keep your PC on long enough for you to save and shutdown the  PC normally.</p>
<p>If you are running a business network a UPS is a must for file  servers and database servers.  Remember to use a UPS on network  equipment as well.  Even if your servers and workstations are on a UPS  you won&#8217;t be able to properly close network resources if the switch  loses power.  That can lead to data loss too.</p>
<p>In addition to a continuing flow of juice a good UPS unit will also  provide protection against power surges that can damage your computer  and network equipment.  Even small, unnoticeable fluctuations in voltage  can cause electronic wear to sensitive equipment.  If you are not going  to use UPS, at the very least use a surge suppressor.</p>
<div class='bookmarkify'><a name='bookmarkify'></a><div class='title' title='Use these links to share this page with others'>Bookmark and Share</div><div class='linkbuttons'><a href='http://del.icio.us/post?url=http://www.gara.com/blog/2010/02/22/5-tips-for-protecting-your-data/&amp;title=5 Tips for Protecting Your Data' title='Save to del.icio.us' onclick='target="_blank";' rel='nofollow'><img src='http://www.gara.com/blog/wp-content/plugins/bookmarkify/delicious.png' style='width:16px; height:16px;' alt='[del.icio.us] ' /></a> <a href='http://digg.com/submit?phase=2&amp;url=http://www.gara.com/blog/2010/02/22/5-tips-for-protecting-your-data/&amp;title=5 Tips for Protecting Your Data' title='Digg It!' onclick='target="_blank";' rel='nofollow'><img src='http://www.gara.com/blog/wp-content/plugins/bookmarkify/digg.png' style='width:16px; height:16px;' alt='[Digg] ' /></a> <a href='http://www.facebook.com/share.php?u=http://www.gara.com/blog/2010/02/22/5-tips-for-protecting-your-data/' title='Save to Facebook' onclick='target="_blank";' rel='nofollow'><img src='http://www.gara.com/blog/wp-content/plugins/bookmarkify/facebook.png' style='width:16px; height:16px;' alt='[Facebook] ' /></a> <a href='http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.gara.com/blog/2010/02/22/5-tips-for-protecting-your-data/&amp;title=5 Tips for Protecting Your Data' title='Save to Google Bookmarks' onclick='target="_blank";' rel='nofollow'><img src='http://www.gara.com/blog/wp-content/plugins/bookmarkify/google.png' style='width:16px; height:16px;' alt='[Google] ' /></a> <a href='http://www.myspace.com/Modules/PostTo/Pages/?c=http://www.gara.com/blog/2010/02/22/5-tips-for-protecting-your-data/&amp;t=5 Tips for Protecting Your Data' title='Save to MySpace' onclick='target="_blank";' rel='nofollow'><img src='http://www.gara.com/blog/wp-content/plugins/bookmarkify/myspace.png' style='width:16px; height:16px;' alt='[MySpace] ' /></a> <a href='http://www.stumbleupon.com/submit?url=http://www.gara.com/blog/2010/02/22/5-tips-for-protecting-your-data/&amp;title=5 Tips for Protecting Your Data' title='Stumble It!' onclick='target="_blank";' rel='nofollow'><img src='http://www.gara.com/blog/wp-content/plugins/bookmarkify/stumbleupon.png' style='width:16px; height:16px;' alt='[StumbleUpon] ' /></a> <a href='http://twitter.com/home/?status=5 Tips for Protecting Your Data+http://www.gara.com/blog/2010/02/22/5-tips-for-protecting-your-data/' title='Save to Twitter' onclick='target="_blank";' rel='nofollow'><img src='http://www.gara.com/blog/wp-content/plugins/bookmarkify/twitter.png' style='width:16px; height:16px;' alt='[Twitter] ' /></a> <a href='https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://www.gara.com/blog/2010/02/22/5-tips-for-protecting-your-data/&amp;title=5 Tips for Protecting Your Data' title='Save to Windows Live' onclick='target="_blank";' rel='nofollow'><img src='http://www.gara.com/blog/wp-content/plugins/bookmarkify/windowslive.png' style='width:16px; height:16px;' alt='[Windows Live] ' /></a> <a href='http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://www.gara.com/blog/2010/02/22/5-tips-for-protecting-your-data/&amp;t=5 Tips for Protecting Your Data' title='Save to Yahoo! Bookmarks' onclick='target="_blank";' rel='nofollow'><img src='http://www.gara.com/blog/wp-content/plugins/bookmarkify/yahoo.png' style='width:16px; height:16px;' alt='[Yahoo!] ' /></a> <a href='http://www.feedburner.com/fb/a/emailFlare?itemTitle=5 Tips for Protecting Your Data&amp;uri=http://www.gara.com/blog/2010/02/22/5-tips-for-protecting-your-data/&amp;loc=en_US' title='Email this to a friend' onclick='target="_blank";' rel='nofollow'><img src='http://www.gara.com/blog/wp-content/plugins/bookmarkify/email.png' style='width:16px; height:16px;' alt='[Email] ' /></a>  <a title='See more bookmark and sharing options...' href='http://www.gara.com/blog/2010/02/22/5-tips-for-protecting-your-data/#bookmarkify' rel='nofollow'><small>More&nbsp;&raquo;</small></a></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.gara.com/blog/2010/02/22/5-tips-for-protecting-your-data/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building a LAMP Stack</title>
		<link>http://www.gara.com/blog/2010/02/15/building-a-lamp-stack/</link>
		<comments>http://www.gara.com/blog/2010/02/15/building-a-lamp-stack/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 16:45:34 +0000</pubDate>
		<dc:creator>Gary Keorkunian</dc:creator>
				<category><![CDATA[Networks and Servers]]></category>
		<category><![CDATA[Web Hosting]]></category>

		<guid isPermaLink="false">http://www.garasystems.com/blog/?p=300</guid>
		<description><![CDATA[LAMP is an acronym for today&#8217;s new standard in Internet and business application servers. The LAMP stack as it&#8217;s called is a package of free software programs that become the foundation of an organization&#8217;s application services. Using free, open source software is an excellent strategy for any kind of organization to pursue when creating application [...]]]></description>
			<content:encoded><![CDATA[<p>LAMP is an acronym for today&#8217;s new standard in Internet and business  application servers. The LAMP stack as it&#8217;s called is a package of free  software programs that become the foundation of an organization&#8217;s  application services. Using free, open source software is an excellent  strategy for any kind of organization to pursue when creating  application services.<span id="more-300"></span></p>
<p>This is how we build a LAMP stack. Start off with some commodity  hardware that meets your applications specs for memory, hard drive  space, processing power, etc. Without the built in OS license you should  be able to save several hundred of dollars on the hardware.</p>
<p><strong>Tip: </strong><a title="Barebone Systems at TigerDirect.com" href="http://click.linksynergy.com/fs-bin/click?id=z*YVfnqPurs&amp;subid=&amp;offerid=102327.1&amp;type=10&amp;tmpid=2405&amp;RD_PARM1=http%3A%2F%2Fwww.tigerdirect.com%2Fapplications%2Fcategory%2Fcategory_tlc.asp%3FCatId%3D31%2526name%3DBarebone-Kits" target="_blank">Click here</a> for great deals on barebone systems from  TigerDirect.com</p>
<p>The &#8216;L&#8217; in LAMP is for Linux &#8230; GNU/Linux that is. GNU/Linux is a  term used to describe a variety of &#8220;Linux Distributions&#8221; that are freely  available. I like the <a title="Fedora at the Free Software Catalog" href="http://www.gara.com/free-software/software.php?SoftwareID=107">Fedora</a> distribution, although the other <a title="Operating Systems at the Free Software Catalog" href="http://www.gara.com/free-software/catalog?CategoryID=12">free  operating systems</a> listed here are all good choices as well.</p>
<p>The &#8216;A&#8217; is for <a title="Apache at the Free Software Catalog" href="http://www.gara.com/free-software/software.php?SoftwareID=1">Apache</a>.  Apache is the most widely used web server on the Internet. It can be  extended with any number of modules. Use it as an application server  that delivers your web site to the public, intranet applications to your  employees and web applications to your customers.</p>
<p>For the &#8216;M&#8217; load up the latest, stable version of <a title="MySQL at the Free Software Catalog" href="http://www.gara.com/free-software/software.php?SoftwareID=11">MySQL  Community Server</a> to support all of your database driven  applications. This is the most popular free database solution. Don&#8217;t  forget the <a title="MySQL Gui Tools at the Free Software Catalog" href="http://www.gara.com/free-software/software.php?SoftwareID=83">GUI  Tools</a>.</p>
<p>The &#8216;P&#8217; can stand for a number of programming language platforms that  are freely available. These allow developers to create custom  applications on your LAMP stack. The main three &#8216;P&#8217;s are <a title="PHP at the Free Software Catalog" href="http://www.gara.com/free-software/software.php?SoftwareID=50">PHP</a>,  <a title="Perl at the Free Software Catalog" href="http://www.gara.com/free-software/software.php?SoftwareID=49">Perl</a> and <a title="Python at the Free Software Catalog" href="http://www.gara.com/free-software/software.php?SoftwareID=51">Python</a>.  For the later two I prefer the <a title="ActivePerl at the Free Software Catalog" href="http://www.gara.com/free-software/software.php?SoftwareID=74">ActivePerl</a> and <a title="ActivePython at the Free Software Catalog" href="http://www.gara.com/free-software/software.php?SoftwareID=73">ActivePython</a> distributions.</p>
<p>The LAMP stack is used for a huge portion of the Internet application  market. The web site you are viewing right now is being delivered via a  LAMP stack as are many popular content management systems like  WordPress. It is a growing part of the business application market as  well, displacing Windows and SQL Server based solutions at a growing  pace.</p>
<p>In addition to the products outlined here check out more free <a title="Server Applications at the Free Software Catalog" href="http://www.gara.com/free-software/catalog?CategoryID=5">server  applications</a> at the <a title="The Free Software Catalog at GARA.com" href="http://www.gara.com/free-software/">Free Software Catalog</a> here on GARA.com.</p>
<p>Need help putting one together? <a title="Contact Gary at GARA.com" href="http://www.gara.com/contact/">Contact me</a> with your  questions.</p>
<div class='bookmarkify'><a name='bookmarkify'></a><div class='title' title='Use these links to share this page with others'>Bookmark and Share</div><div class='linkbuttons'><a href='http://del.icio.us/post?url=http://www.gara.com/blog/2010/02/15/building-a-lamp-stack/&amp;title=Building a LAMP Stack' title='Save to del.icio.us' onclick='target="_blank";' rel='nofollow'><img src='http://www.gara.com/blog/wp-content/plugins/bookmarkify/delicious.png' style='width:16px; height:16px;' alt='[del.icio.us] ' /></a> <a href='http://digg.com/submit?phase=2&amp;url=http://www.gara.com/blog/2010/02/15/building-a-lamp-stack/&amp;title=Building a LAMP Stack' title='Digg It!' onclick='target="_blank";' rel='nofollow'><img src='http://www.gara.com/blog/wp-content/plugins/bookmarkify/digg.png' style='width:16px; height:16px;' alt='[Digg] ' /></a> <a href='http://www.facebook.com/share.php?u=http://www.gara.com/blog/2010/02/15/building-a-lamp-stack/' title='Save to Facebook' onclick='target="_blank";' rel='nofollow'><img src='http://www.gara.com/blog/wp-content/plugins/bookmarkify/facebook.png' style='width:16px; height:16px;' alt='[Facebook] ' /></a> <a href='http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.gara.com/blog/2010/02/15/building-a-lamp-stack/&amp;title=Building a LAMP Stack' title='Save to Google Bookmarks' onclick='target="_blank";' rel='nofollow'><img src='http://www.gara.com/blog/wp-content/plugins/bookmarkify/google.png' style='width:16px; height:16px;' alt='[Google] ' /></a> <a href='http://www.myspace.com/Modules/PostTo/Pages/?c=http://www.gara.com/blog/2010/02/15/building-a-lamp-stack/&amp;t=Building a LAMP Stack' title='Save to MySpace' onclick='target="_blank";' rel='nofollow'><img src='http://www.gara.com/blog/wp-content/plugins/bookmarkify/myspace.png' style='width:16px; height:16px;' alt='[MySpace] ' /></a> <a href='http://www.stumbleupon.com/submit?url=http://www.gara.com/blog/2010/02/15/building-a-lamp-stack/&amp;title=Building a LAMP Stack' title='Stumble It!' onclick='target="_blank";' rel='nofollow'><img src='http://www.gara.com/blog/wp-content/plugins/bookmarkify/stumbleupon.png' style='width:16px; height:16px;' alt='[StumbleUpon] ' /></a> <a href='http://twitter.com/home/?status=Building a LAMP Stack+http://www.gara.com/blog/2010/02/15/building-a-lamp-stack/' title='Save to Twitter' onclick='target="_blank";' rel='nofollow'><img src='http://www.gara.com/blog/wp-content/plugins/bookmarkify/twitter.png' style='width:16px; height:16px;' alt='[Twitter] ' /></a> <a href='https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://www.gara.com/blog/2010/02/15/building-a-lamp-stack/&amp;title=Building a LAMP Stack' title='Save to Windows Live' onclick='target="_blank";' rel='nofollow'><img src='http://www.gara.com/blog/wp-content/plugins/bookmarkify/windowslive.png' style='width:16px; height:16px;' alt='[Windows Live] ' /></a> <a href='http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://www.gara.com/blog/2010/02/15/building-a-lamp-stack/&amp;t=Building a LAMP Stack' title='Save to Yahoo! Bookmarks' onclick='target="_blank";' rel='nofollow'><img src='http://www.gara.com/blog/wp-content/plugins/bookmarkify/yahoo.png' style='width:16px; height:16px;' alt='[Yahoo!] ' /></a> <a href='http://www.feedburner.com/fb/a/emailFlare?itemTitle=Building a LAMP Stack&amp;uri=http://www.gara.com/blog/2010/02/15/building-a-lamp-stack/&amp;loc=en_US' title='Email this to a friend' onclick='target="_blank";' rel='nofollow'><img src='http://www.gara.com/blog/wp-content/plugins/bookmarkify/email.png' style='width:16px; height:16px;' alt='[Email] ' /></a>  <a title='See more bookmark and sharing options...' href='http://www.gara.com/blog/2010/02/15/building-a-lamp-stack/#bookmarkify' rel='nofollow'><small>More&nbsp;&raquo;</small></a></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.gara.com/blog/2010/02/15/building-a-lamp-stack/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
