<?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>BSD Systems</title>
	<atom:link href="http://bsdsystems.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://bsdsystems.com</link>
	<description>Serving the Phoenix Metropolitan area in Arizona, including Glendale, Peoria, Scottsdale, Tempe, and Mesa as well as Cave Creek, Carefree, Desert Hills, Anthem and New River</description>
	<lastBuildDate>Sat, 28 Jan 2012 01:43:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Symantec tells customers to stop using pcAnywhere</title>
		<link>http://bsdsystems.com/security/symantec-tells-customers-to-stop-using-pcanywhere/</link>
		<comments>http://bsdsystems.com/security/symantec-tells-customers-to-stop-using-pcanywhere/#comments</comments>
		<pubDate>Sat, 28 Jan 2012 01:20:28 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
				<category><![CDATA[Phoenix]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://bsdsystems.com/?p=412</guid>
		<description><![CDATA[On Wednesday, Symantic began asking customers of pcAnywhere, their premeir PC remote control application, to stop using it until they have developeed and released patches for a number of vulnerabilities.&#160; From their release document: If the attackers place a network sniffer on a customer’s internal network and have access to the encryption details, the pcAnywhere [...]]]></description>
			<content:encoded><![CDATA[<p>On Wednesday, Symantic began asking customers of pcAnywhere, their premeir PC remote control application, to stop using it until they have developeed and released patches for a number of vulnerabilities.&nbsp; </p>
<p>From their release document: </p>
<ul>
<li>If the attackers place a network sniffer on a customer’s internal network and have access to the encryption details, the pcAnywhere traffic &#8211; including exchanged user login credentials &#8211; could be intercepted and decoded.</li>
<li>If the attackers get their hands on the cryptographic key they can launch remote control sessions and, thus, access to systems and sensitive data. <em>If the cryptographic key itself is using Active Directory credentials, they can also carry out other malicious activities on the network.</em> [emphasis added]</li>
</ul>
<p>Frankly, I&#8217;ve not been particularly fond of single-signon solutions, such as Active Directory, just because of these types of problems.</p>
<p><font size="-1">Link: HELP-NET SECURITY &#8211; <a href="http://www.net-security.org/secworld.php?id=12291" target="_blank">Symantec advises customers to stop using pcAnywhere</a></font></p>
]]></content:encoded>
			<wfw:commentRss>http://bsdsystems.com/security/symantec-tells-customers-to-stop-using-pcanywhere/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Backup Windows using Linux Rsync Utility</title>
		<link>http://bsdsystems.com/technology/backup-windows-using-linux-rsync-utility/</link>
		<comments>http://bsdsystems.com/technology/backup-windows-using-linux-rsync-utility/#comments</comments>
		<pubDate>Wed, 04 Jan 2012 18:10:43 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
				<category><![CDATA[Computer Support]]></category>
		<category><![CDATA[Phoenix]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tips & Tricks]]></category>

		<guid isPermaLink="false">http://www.bsdsystems.com/?p=385</guid>
		<description><![CDATA[I have made several attempts to send this information to someone via email, and each time, it was either rejected by their mail service, or eaten by my own spam filter!&#160; So after fighting with the mail servers for far to long &#8212; I still have no idea what, specifically, was setting off the spam [...]]]></description>
			<content:encoded><![CDATA[<p>I have made several attempts to send this information to someone via email, and each time, it was either rejected by their mail service, or eaten by my own spam filter!&nbsp; So after fighting with the mail servers for far to long &#8212; I still have no idea what, specifically, was setting off the spam alarms &#8212; I decided it would be best to side-step them completely and instead of writting up the long document describing what needed to be done, I&#8217;d just record it as a how-to video:</p>
<p><strong>Backup Windows with Linux rsync:</strong><br />
<object width="560" height="315"><param name="movie" value="http://www.youtube.com/v/3bdRnZmTecE?version=3&amp;hl=en_US&amp;rel=0&amp;hd=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/3bdRnZmTecE?version=3&amp;hl=en_US&amp;rel=0&amp;hd=1" type="application/x-shockwave-flash" width="560" height="315" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>In case you missed it, or wanted to cut/paste it, here is the file <a href="http://www.bsdsystems.com/wp-content/uploads/2012/01/backup.bat_.txt" target="_blank">backup.bat</a> referenced in the video.&nbsp; It does not contain the &#8220;&#8211;delete&#8221; parameter, so if you want to use it, you&#8217;ll need to add it yourself.&nbsp; You&#8217;ll also need to make sure both the source directory and target directory fit your needs.</p>
<p>One thing to keep in mind when dealing with both Windows and Linux is that they handle naming conventions for hard-drives differently.&nbsp; In Windows, a drive is usually refered to with a letter and colon combination, such as drive C: for the main drive, or D: for the CD/DVDROM or second hard-drive, etc.&nbsp; With Linux, all devices, including hard-drives, are managed as files and directories.  For Cygwin, you&#8217;ll find the Windows drive C: refereed to as /cygdrive/c/, and drive D: as /cygdrive/d/.</p>
<p>I should also point out that the directory and filename separator is also different between Windows and Linux.&nbsp; Windows uses a back-slash (&#8220;\&#8221;), so a program file in the windows directory would be at C:\WINDOWS\PROGRAM.EXE.&nbsp; But Linux uses the forward-slash (&#8220;/&#8221;), so that same file would then be refered to as /cygdrive/c/WINDOWS/PROGRAM.EXE.&nbsp; </p>
<p>One other thing to note is that Linux systems are case sensitive, whereas Windows is not.  So the file /cygdrive/c/WINDOWS/PROGRAM.EXE and /cygdrive/c/WINDOWS/program.exe could actually be two different files.</p>
]]></content:encoded>
			<wfw:commentRss>http://bsdsystems.com/technology/backup-windows-using-linux-rsync-utility/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter Weekly Updates for 2011-08-21</title>
		<link>http://bsdsystems.com/computer-support/phoenix-arizona/twitter-weekly-updates-for-2011-08-21/</link>
		<comments>http://bsdsystems.com/computer-support/phoenix-arizona/twitter-weekly-updates-for-2011-08-21/#comments</comments>
		<pubDate>Mon, 22 Aug 2011 01:03:00 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
				<category><![CDATA[Phoenix]]></category>
		<category><![CDATA[tweets]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.bsdsystems.com/computer-support/phoenix-arizona/twitter-weekly-updates-for-2011-08-21/</guid>
		<description><![CDATA[The Linux Operating System is 20 Years Old! http://t.co/8Faajna #]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>The Linux Operating System is 20 Years Old! <a href="http://t.co/8Faajna" rel="nofollow">http://t.co/8Faajna</a> <a href="http://twitter.com/bsdsystems/statuses/104044719771881473" class="aktt_tweet_time">#</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://bsdsystems.com/computer-support/phoenix-arizona/twitter-weekly-updates-for-2011-08-21/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Linux Operating System is 20 Years Old!</title>
		<link>http://bsdsystems.com/computer-support/phoenix-arizona/the-linux-operating-system-is-20-years-old/</link>
		<comments>http://bsdsystems.com/computer-support/phoenix-arizona/the-linux-operating-system-is-20-years-old/#comments</comments>
		<pubDate>Thu, 18 Aug 2011 04:19:33 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
				<category><![CDATA[Phoenix]]></category>

		<guid isPermaLink="false">http://www.bsdsystems.com/computer-support/phoenix-arizona/the-linux-operating-system-is-20-years-old/</guid>
		<description><![CDATA[The Linux Foundation, as part of it&#8217;s 20th anniversary celebrations, took a survey of Linux users at this years LinuxCon. The results of that survey are presented in their infographic, below, illustrating the changes Linux has undergone over the years.]]></description>
			<content:encoded><![CDATA[<div class='posterous_autopost'>The Linux Foundation, as part of it&#8217;s 20th anniversary celebrations, took <br />a survey of Linux users at this years LinuxCon. The results of that survey <br />are presented in their infographic, below, illustrating the changes Linux <br />has undergone over the years.
<p /> <img src="http://gigaom2.files.wordpress.com/2011/08/linux_thenandnow.jpg?w=604&#038;h=2315" /></div>
]]></content:encoded>
			<wfw:commentRss>http://bsdsystems.com/computer-support/phoenix-arizona/the-linux-operating-system-is-20-years-old/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CNET Top 5: Android music player apps</title>
		<link>http://bsdsystems.com/computer-support/phoenix-arizona/cnet-top-5-android-music-player-apps/</link>
		<comments>http://bsdsystems.com/computer-support/phoenix-arizona/cnet-top-5-android-music-player-apps/#comments</comments>
		<pubDate>Mon, 23 May 2011 21:34:24 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
				<category><![CDATA[Phoenix]]></category>
		<category><![CDATA[Featured Videos]]></category>

		<guid isPermaLink="false">http://www.bsdsystems.com/?p=365</guid>
		<description><![CDATA[&#160; You already said goodbye to iPhone; now it&#8217;s the iPod&#8217;s turn.]]></description>
			<content:encoded><![CDATA[<p><iframe width="560" height="349" src="http://www.youtube.com/embed/BdqlOb2VVQQ?rel=0&amp;hd=1" frameborder="0" allowfullscreen></iframe><br />
&nbsp;<br />
You already said goodbye to iPhone; now it&#8217;s the iPod&#8217;s turn.</p>
]]></content:encoded>
			<wfw:commentRss>http://bsdsystems.com/computer-support/phoenix-arizona/cnet-top-5-android-music-player-apps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to backup your Facebook account</title>
		<link>http://bsdsystems.com/computer-support/phoenix-arizona/how-to-backup-your-facebook-account/</link>
		<comments>http://bsdsystems.com/computer-support/phoenix-arizona/how-to-backup-your-facebook-account/#comments</comments>
		<pubDate>Sat, 30 Oct 2010 14:59:51 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
				<category><![CDATA[Anthem]]></category>
		<category><![CDATA[Carefree]]></category>
		<category><![CDATA[Cave Creek]]></category>
		<category><![CDATA[Desert Hills]]></category>
		<category><![CDATA[Glendale]]></category>
		<category><![CDATA[Mesa]]></category>
		<category><![CDATA[New River]]></category>
		<category><![CDATA[Peoria]]></category>
		<category><![CDATA[Phoenix]]></category>
		<category><![CDATA[Scottsdale]]></category>
		<category><![CDATA[Tempe]]></category>
		<category><![CDATA[Featured Videos]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Tips & Tricks]]></category>

		<guid isPermaLink="false">http://www.bsdsystems.com/?p=356</guid>
		<description><![CDATA[This was provided by my friends Sue and Steve Soucy: Step-by-step instructions on how to backup your Facebook account.&#160; The best part is, this is a function provided by Facebook for FREE!]]></description>
			<content:encoded><![CDATA[<p><object width="560" height="340"><param name="movie" value="http://www.youtube.com/v/Y1a3OUK3Zcg?fs=1&amp;hl=en_US&amp;rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/Y1a3OUK3Zcg?fs=1&amp;hl=en_US&amp;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object></p>
<p>This was provided by my friends <a href="http://sueandsteveshow.com/">Sue and Steve Soucy</a>: Step-by-step instructions on how to backup your Facebook account.&nbsp; The best part is, this is a function provided by Facebook for FREE!</p>
]]></content:encoded>
			<wfw:commentRss>http://bsdsystems.com/computer-support/phoenix-arizona/how-to-backup-your-facebook-account/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter Weekly Updates for 2010-10-24</title>
		<link>http://bsdsystems.com/computer-support/phoenix-arizona/twitter-weekly-updates-for-2010-10-24/</link>
		<comments>http://bsdsystems.com/computer-support/phoenix-arizona/twitter-weekly-updates-for-2010-10-24/#comments</comments>
		<pubDate>Mon, 25 Oct 2010 01:03:00 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
				<category><![CDATA[Phoenix]]></category>
		<category><![CDATA[tweets]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.bsdsystems.com/computer-support/phoenix-arizona/twitter-weekly-updates-for-2010-10-24/</guid>
		<description><![CDATA[Researchers one step closer to &#039;bootless&#039; computer http://ow.ly/2VB07 by injecting spinning electron in one-atom-thick layer of graphite, # Motorola tries to fend off countersuit from Apple http://ow.ly/2VB3l by filing for a declaratory judgment against the iPhone maker. # Google Testing Chrome OS Release Candidate http://ow.ly/2VBbi Official Release about a Month Away. #]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>Researchers one step closer to &#039;bootless&#039; computer <a href="http://ow.ly/2VB07" rel="nofollow">http://ow.ly/2VB07</a> by injecting spinning electron in one-atom-thick layer of graphite, <a href="http://twitter.com/bsdsystems/statuses/27802590207" class="aktt_tweet_time">#</a></li>
<li>Motorola tries to fend off countersuit from Apple <a href="http://ow.ly/2VB3l" rel="nofollow">http://ow.ly/2VB3l</a> by filing for a declaratory judgment against the iPhone maker. <a href="http://twitter.com/bsdsystems/statuses/27802834263" class="aktt_tweet_time">#</a></li>
<li>Google Testing Chrome OS Release Candidate <a href="http://ow.ly/2VBbi" rel="nofollow">http://ow.ly/2VBbi</a> Official Release about a Month Away. <a href="http://twitter.com/bsdsystems/statuses/27803250152" class="aktt_tweet_time">#</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://bsdsystems.com/computer-support/phoenix-arizona/twitter-weekly-updates-for-2010-10-24/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter Weekly Updates for 2010-10-17</title>
		<link>http://bsdsystems.com/computer-support/phoenix-arizona/twitter-weekly-updates-for-2010-10-17/</link>
		<comments>http://bsdsystems.com/computer-support/phoenix-arizona/twitter-weekly-updates-for-2010-10-17/#comments</comments>
		<pubDate>Mon, 18 Oct 2010 01:03:00 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
				<category><![CDATA[Phoenix]]></category>
		<category><![CDATA[tweets]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.bsdsystems.com/computer-support/phoenix-arizona/twitter-weekly-updates-for-2010-10-17/</guid>
		<description><![CDATA[Google’s Self-Driving Car Spotted On Highway Almost A Year Ago http://ow.ly/2RpSd (with videos, too). #]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>Google’s Self-Driving Car Spotted On Highway Almost A Year Ago <a href="http://ow.ly/2RpSd" rel="nofollow">http://ow.ly/2RpSd</a> (with videos, too). <a href="http://twitter.com/bsdsystems/statuses/26990167148" class="aktt_tweet_time">#</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://bsdsystems.com/computer-support/phoenix-arizona/twitter-weekly-updates-for-2010-10-17/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Home Made Formula One Simulator</title>
		<link>http://bsdsystems.com/computer-support/phoenix-arizona/home-made-formula-one-simulator/</link>
		<comments>http://bsdsystems.com/computer-support/phoenix-arizona/home-made-formula-one-simulator/#comments</comments>
		<pubDate>Sat, 16 Oct 2010 17:43:11 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
				<category><![CDATA[Phoenix]]></category>
		<category><![CDATA[Featured Videos]]></category>

		<guid isPermaLink="false">http://www.bsdsystems.com/?p=345</guid>
		<description><![CDATA[Very cool.&#160; A couple of guys decided to build a Formula One simulator.&#160; This is the result.&#160; Pretty awesome!]]></description>
			<content:encoded><![CDATA[<p><object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/k5qMPPJUipE?fs=1&amp;hl=en_US&amp;rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/k5qMPPJUipE?fs=1&amp;hl=en_US&amp;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object></p>
<p>Very cool.&nbsp; A couple of guys decided to build a Formula One simulator.&nbsp; This is the result.&nbsp; Pretty awesome!</p>
]]></content:encoded>
			<wfw:commentRss>http://bsdsystems.com/computer-support/phoenix-arizona/home-made-formula-one-simulator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Donate Computers in Phoenix, Arizona</title>
		<link>http://bsdsystems.com/computer-support/phoenix-arizona/how-to-donate-computers-in-phoenix-arizona/</link>
		<comments>http://bsdsystems.com/computer-support/phoenix-arizona/how-to-donate-computers-in-phoenix-arizona/#comments</comments>
		<pubDate>Wed, 06 Oct 2010 05:13:41 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
				<category><![CDATA[Phoenix]]></category>
		<category><![CDATA[Old Equipment]]></category>
		<category><![CDATA[Privacy]]></category>

		<guid isPermaLink="false">http://www.bsdsystems.com/?p=333</guid>
		<description><![CDATA[You are probably familiar with donating clothing and other household goods, but did you know you can also donate computers to charitable organizations, too?&#160; There are both national organizations and local Phoenix organizations that will happily accept computer and technology donations.&#160; But remember, computer donations must be made to an organization listed with the IRS [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.bsdsystems.com/wp-content/uploads/2010/10/old_xt_computer-e1286344353462.jpg" alt="" title="Old XT Computer" width="200" height="200" class="alignright size-full wp-image-338" align="right" valign="top" />You are probably familiar with donating clothing and other household goods, but did you know you can also donate computers to charitable organizations, too?&nbsp; There are both national organizations and local Phoenix organizations that will happily accept computer and technology donations.&nbsp; But remember, computer donations <em>must</em> be made to an organization listed with the IRS in order to be tax deductible.&nbsp; Also, for taxes, you can only claim the <em>fair market value</em> &#8212; <a href="http://www.irs.gov/publications/p561/ar02.html#d0e139">fair market value</a> is the price the computer would sell for on the open market.</p>
<p>First, identify the Phoenix non-profits that are eligible to receive tax deductible donations.&nbsp; You can search the <a href="http://www.irs.gov/app/pub-78/">IRS website</a> by organization name or just get a list of all the eligible organizations in Phoenix.</p>
<p>Determine the computer&#8217;s fair market value by using the <a href="http://www.usedprice.com/items/computer/index.html">Used Price</a> website.&nbsp; You can also use the current selling prices of similar items in the same condition from eBay, Craigslist, or even the classified section of the Arizona Republic.&nbsp; If you get different values, use the average price as the fair market value of the computer.</p>
<p>Send or take the computer&#8217;s to the charity &#8212; you may have to contact them first to ensure you&#8217;re taking them to the right location.&nbsp; If the systems or components don&#8217;t work, you should ask if the charity accepts non-working systems &#8212; if they don&#8217;t, contact another charity.</p>
<p>Some places to consider:<br />
<a href="http://www.computerswithcauses.org/computer-donation-arizona.htm">Computers With Causes: Arizona Computer Donation</a>,<br />
<a href="http://www.azstrut.org/donate.html">AZ Strut: Computer Recycling and Donations</a>,<br />
You&#8217;re local Goodwill store,<br />
or even your local Church</p>
<p>But one thing to remember before donating that old computer is to be sure to wipe all of personal data from it.&nbsp; You might be surprised at how many donated machines are found to still fully loaded with family pictures, word documents, or even tax information!</p>
]]></content:encoded>
			<wfw:commentRss>http://bsdsystems.com/computer-support/phoenix-arizona/how-to-donate-computers-in-phoenix-arizona/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

