<?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>variux</title>
	<atom:link href="http://blog.variux.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://blog.variux.com</link>
	<description>[v. var-E-ux] 1. dynamic user experience</description>
	<lastBuildDate>Thu, 23 Feb 2012 02:31:22 +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>Easy Automated Snapshot-Style Backups with Linux and Rsync</title>
		<link>http://blog.variux.com/?p=18</link>
		<comments>http://blog.variux.com/?p=18#comments</comments>
		<pubDate>Sun, 08 Mar 2009 04:45:49 +0000</pubDate>
		<dc:creator>David Edmonson</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.variux.com/?p=18</guid>
		<description><![CDATA[http://www.mikerubel.org/computers/rsync_snapshots/]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.mikerubel.org/computers/rsync_snapshots/" target="_blank">http://www.mikerubel.org/computers/rsync_snapshots/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.variux.com/?feed=rss2&#038;p=18</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Realtime data mirroring under Linux</title>
		<link>http://blog.variux.com/?p=17</link>
		<comments>http://blog.variux.com/?p=17#comments</comments>
		<pubDate>Fri, 06 Mar 2009 22:37:24 +0000</pubDate>
		<dc:creator>David Edmonson</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.variux.com/?p=17</guid>
		<description><![CDATA[An interesting and seemingly overly complicated way to get this going. http://www.linuxfocus.org/English/March2001/article199.shtml]]></description>
			<content:encoded><![CDATA[<p>An interesting and seemingly overly complicated way to get this going.</p>
<p><a href="http://www.linuxfocus.org/English/March2001/article199.shtml" target="_blank">http://www.linuxfocus.org/English/March2001/article199.shtml</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.variux.com/?feed=rss2&#038;p=17</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Byte Level Data Replication to Remote Server</title>
		<link>http://blog.variux.com/?p=16</link>
		<comments>http://blog.variux.com/?p=16#comments</comments>
		<pubDate>Fri, 06 Mar 2009 22:26:06 +0000</pubDate>
		<dc:creator>David Edmonson</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.variux.com/?p=16</guid>
		<description><![CDATA[The following was suggested from http://www.tacticalgamer.com/hardware-software-discussion/88770-byte-level-replication-under-linux.html &#8220;Re: Byte Level Replication under Linux Update: After quite a bit of research and product trials I came down to a few solutions. One of which was not actually replicating the data on our RHEL server but just doing normal byte level replication inside the Windows hosts that we [...]]]></description>
			<content:encoded><![CDATA[<p>The following was suggested from <a href="http://www.tacticalgamer.com/hardware-software-discussion/88770-byte-level-replication-under-linux.html" target="_blank">http://www.tacticalgamer.com/hardware-software-discussion/88770-byte-level-replication-under-linux.html</a></p>
<p>&#8220;<strong>Re: Byte Level Replication under Linux</strong></p>
<div class="smallfont"></div>
<hr style="color: #777e82; background-color: #777e82;" size="1" /><!-- / icon and title --> <!-- message --></p>
<div id="post_message_773465">Update:</p>
<p>After quite a bit of research and product trials I came down to a few solutions.</p>
<p>One of which was not actually replicating the data on our RHEL server but just doing normal byte level replication inside the Windows hosts that we run under VMware on the RHEL box. That proved to be costly as software like DoubleTake isn&#8217;t cheap. We would also need a pair of licenses for every Windows host we wanted to replicate.</p>
<p>I looked into another product called NetVault Replicator from BakTrack. This is truly a great product but it&#8217;s quite pricey. It would do everything I needed but to the tune of $10,000 per pair of HA servers.</p>
<p>In the end I ended up playing around with DRBD, Heartbeat and Open-iSCSI.</p>
<p>Here&#8217;s what I did:</p>
<p>I set up two machines under VM as a test. Installed Fedora 7 on each of them and updated to the latest kernels. I then downloaded DRBD and got that configured on each of the machines. I gave DRBD a physical disk to manage and copied a bunch of files onto the disk on the Primary server. That data was replicated at the block level over to the Secondary server. I then promoted the Secondary server to Primary with DRBD and mounted the volume and all my files were there. Excellent.</p>
<p>Once DRBD was fully tested I downloaded and installed Heartbeat V2. After a couple hours of reading and configuration, I had Heartbeat managing DRBD and the mount/dismount of the volumes. If I failed the primary server, Heartbeat would automatically promote the backup server to primary and mount the drive accordingly. Excellent. I now had automated failover between the two servers.</p>
<p>I tested that for a bit to make sure it was working as planned and attempted various methods of &#8220;breaking&#8221; the replication to make sure it was stable and would recover from failure in a predictable manner.</p>
<p>When all my testing was done. I went ahead and installed iSCSI on the box and set up fileio block volumes on the DRBD managed drive. I mounted the /dev/drbd0 drive under /mnt/array/ and created block volumes at /mnt/array/iscsi-target0.img, /mnt/array/iscsi-target1.img, and /mnt/array/iscsi-target2. Once the iSCSI targets were created, I used the wonderful (heh, right) iSCSI Initiator 2.04 on my XP machine and mounted the targets. Once mounted, I was able to copy a bunch of files from a local drive to one of the iSCSI drives just as you would to a local drive.</p>
<p>My final failover testing consisted of taking the primary offline and verifying that Heartbeat properly mounted the /dev/drbd0 drive on the secondary and then fired up the iSCSI daemon to export the targets. All worked well. Bringing the primary back on-line automatically triggered a reverse replication from the secondary back to the primary before stopping iSCSI and unmounting the drives on the secondary and then mounting the drives and starting iSCSI on the newly recovered primary.</p>
<p>The only issue I have now is getting the Microsoft iSCSI Initiator to look at at the virtual IP address that Heartbeat tosses back and forth between the servers rather than the physical IP addresses of the two boxes. It appears to just be a Microsoft iSCSI implementation issue, but I need to do a bit more testing to confirm that.</p>
<p>If anyone is in a position where they need to build extremely low-cost high availability file servers, this is a great way to go. I&#8217;d gladly share my config files and any tweaks I had to perform to get this running.&#8221;</p></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.variux.com/?feed=rss2&#038;p=16</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Removing Viruses and Trojan&#8217;s</title>
		<link>http://blog.variux.com/?p=15</link>
		<comments>http://blog.variux.com/?p=15#comments</comments>
		<pubDate>Thu, 29 Jan 2009 04:25:20 +0000</pubDate>
		<dc:creator>David Edmonson</dc:creator>
				<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://blog.variux.com/?p=15</guid>
		<description><![CDATA[For the most part, these two programs will get your average spyware / trojans: MalwareBytes Anti-Malware http://www.malwarebytes.org/ Spybot Search &#38; Destroy http://www.safer-networking.org/en/home/index.html If it goes beyond that, call us!]]></description>
			<content:encoded><![CDATA[<p>For the most part, these two programs will get your average spyware / trojans:</p>
<p>MalwareBytes Anti-Malware</p>
<p><a href="http://www.malwarebytes.org/">http://www.malwarebytes.org/</a></p>
<p>Spybot Search &amp; Destroy</p>
<p><a href="http://www.safer-networking.org/en/home/index.html">http://www.safer-networking.org/en/home/index.html</a></p>
<p>If it goes beyond that, call us!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.variux.com/?feed=rss2&#038;p=15</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Benefits of our hosting</title>
		<link>http://blog.variux.com/?p=14</link>
		<comments>http://blog.variux.com/?p=14#comments</comments>
		<pubDate>Tue, 13 Jan 2009 04:18:25 +0000</pubDate>
		<dc:creator>David Edmonson</dc:creator>
				<category><![CDATA[Sales / Marketing]]></category>

		<guid isPermaLink="false">http://blog.variux.com/?p=14</guid>
		<description><![CDATA[The hosting world is entirely too competitive to be like the norm. So, what do we offer that makes us stand out from the crowd? We&#8217;ll buy your domain for you or teach you to buy your own We don&#8217;t hold anything hostage We can give you as much space and bandwidth as you really [...]]]></description>
			<content:encoded><![CDATA[<p>The hosting world is entirely too competitive to be like the norm. So, what do we offer that makes us stand out from the crowd?</p>
<ul>
<li>We&#8217;ll buy your domain for you or teach you to buy your own</li>
<li>We don&#8217;t hold anything hostage</li>
<li>We can give you as much space and bandwidth as you really need</li>
<li>You don&#8217;t have to know anything about space and bandwidth to host with us</li>
<li>We will help you validate your site so it works better on all the different web browsers</li>
<li>We can give you access to a private, encrypted browsing tunnel for secure email and browsing</li>
<li>We can offer you unlimited, encrypted, off-site data (pronounced dAy-ta if you ask me)  storage</li>
<li>We can offer good, clean, free advice on how to get your computer running better, what parts you do and don&#8217;t need to buy, and how to get your website in the best form it can be</li>
<li>We are flexible</li>
<li>If we can&#8217;t do it, we can find someone who can</li>
<li>We can be reached by text message, chat, phone or email</li>
<li>We are very good at speaking English and can even translate some computer jargon into something that makes sense to the normal human race</li>
<li>We like to have fun and will sit at Starbucks with you while you show us your vacation photos and tell us about your adventures (perhaps that would be more interesting to our customers if we were the GoDaddy girls)</li>
<li>We want you to do good and then refer someone else</li>
<li>&#8230;and finally we&#8217;ll compensate you well for your referrals</li>
</ul>
<p>So&#8230;what are you waiting for? Give us a call and setup your account. That&#8217;s what we are here for. 678-667-2185 or on our handy toll free number that John doesn&#8217;t even know we have: 800-983-4229</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.variux.com/?feed=rss2&#038;p=14</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to empty trash from SSH or terminal on Ubuntu Fiesty 8.04 and above</title>
		<link>http://blog.variux.com/?p=13</link>
		<comments>http://blog.variux.com/?p=13#comments</comments>
		<pubDate>Tue, 11 Nov 2008 20:33:38 +0000</pubDate>
		<dc:creator>David Edmonson</dc:creator>
				<category><![CDATA[Keyboard Commands]]></category>

		<guid isPermaLink="false">http://blog.variux.com/?p=13</guid>
		<description><![CDATA[Just a quick note for anyone using Ubuntu 8.04 Use this in terminal instead. sudo rm -rf ~/.local/share/Trash/files/* Add in the &#8220;v&#8221; if you want to see it in action sudo rm -rfv ~/.local/share/Trash/files/*]]></description>
			<content:encoded><![CDATA[<p>Just a quick note for anyone using Ubuntu 8.04 Use this in terminal instead.</p>
<p><strong>sudo rm -rf ~/.local/share/Trash/files/*</strong></p>
<p>Add in the &#8220;v&#8221; if you want to see it in action</p>
<p><strong>sudo rm -rfv ~/.local/share/Trash/files/*</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.variux.com/?feed=rss2&#038;p=13</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setup a Dreamweaver Site to work with cPanel and FTP</title>
		<link>http://blog.variux.com/?p=12</link>
		<comments>http://blog.variux.com/?p=12#comments</comments>
		<pubDate>Wed, 29 Oct 2008 20:21:01 +0000</pubDate>
		<dc:creator>David Edmonson</dc:creator>
				<category><![CDATA[Dreamweaver]]></category>

		<guid isPermaLink="false">http://blog.variux.com/?p=12</guid>
		<description><![CDATA[This method bypasses the Wizard and uses Advanced Settings As elementary as it may be, I would be remiss if I did not state the obvious prerequesites for this process. A domain name (which we at variux.com will provide) Correct DNS settings if you are hosting with a company other than where you bought your [...]]]></description>
			<content:encoded><![CDATA[<h2>This method bypasses the Wizard and uses Advanced Settings</h2>
<p>As elementary as it may be, I would be remiss if I did not state the obvious prerequesites for this process.</p>
<ul>
<li>A domain name (which we at <a href="https://www.variux.com/whmcs/cart.php">variux.com</a> will provide)</li>
<li>Correct DNS settings if you are hosting with a company other than where you bought your domain name</li>
<li>Unix hosting with cPanel (which we at <a href="https://www.variux.com/whmcs/cart.php">variux.com</a> will provide)</li>
<li>This process was done from a Windows XP machine, but the Mac and Vista process is going to be very similar</li>
<li>These instructions were written for Dreamweaver MX 2004 but also work flawlessly for CS3</li>
<li>If these instructions are too hard for you, then you should definitely host with us because we can help you!</li>
</ul>
<ol>
<li>Open Dreamweaver</li>
<li>From the top menu (File, Edit, View, Insert, etc&#8230;) click on &#8220;Site&#8221;</li>
<li>Select &#8220;Manage Site&#8221; &gt; Then Click &#8220;New&#8230;&#8221; &gt; Click Site</li>
<li>A new, smaller window will open &gt; in the top left corner there should be two tabs, &#8220;Basic&#8221; and &#8220;Advanced&#8221; &gt; Click on the &#8220;Advanced&#8221; tab.</li>
<li>Enter your domain name in Site Name. i.e. thehousebuyer123.com (No www)</li>
<li>Enter the &#8220;Local Root Folder.&#8221; i.e. My Documents\Websites\thehousebuyer123.com. If the directory is not already created, Dreamweaver will create<br />
it for you. You can browse to the folder&#8217;s location by hitting the little folder directly to the right of the form field.</li>
<li>Enter the site&#8217;s HTTP Address: http://www.thehousebuyer123.com <img style="float:right;" src="http://www.variux.com/images/dreamweavercpanel_clip_image002.jpg" alt="dreamweaver image" width="475" height="417" /></li>
<li>From the left-side menu in this window, select the &#8220;Remote Info&#8221; option</li>
<li>From the drop-down box, select &#8220;FTP&#8221;</li>
<p><img style="float:right;" src="http://www.variux.com/images/dreamweavercpanel_clip_image004.jpg" alt="dreamweaver image2" width="475" height="414" /></p>
<li>Enter the site&#8217;s URL as the FTP Host: thehousebuyer123.com (No www)</li>
<li>In the Host directory: &#8220;public_html&#8221; (this is default with cPanel, unless it is a subdomain of your hosting account)</li>
<li>Enter your UserName (typically the first 8 characters of your domain name unless your domain starts with a number) and Password from your text file.<br />
This info is provided by your hosting company.</li>
<li>Click the Test button. If there are errors be sure you typed all the info correctly and contact your hosting company for support.</li>
<li>If it works, click OK. If you are on DSL click the Passive Transfer box then click OK.</li>
<li>Click &#8220;OK&#8221; &gt; Click &#8220;Done&#8221;</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://blog.variux.com/?feed=rss2&#038;p=12</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Best Place to Buy Domain Names</title>
		<link>http://blog.variux.com/?p=11</link>
		<comments>http://blog.variux.com/?p=11#comments</comments>
		<pubDate>Tue, 23 Sep 2008 15:03:01 +0000</pubDate>
		<dc:creator>David Edmonson</dc:creator>
				<category><![CDATA[Sales / Marketing]]></category>
		<category><![CDATA[domain names]]></category>
		<category><![CDATA[domain registration]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://blog.variux.com/?p=11</guid>
		<description><![CDATA[We are constantly buying new domain names and often are asked by our customers where they should buy their domains. There is one answer for your next domain name registrar: name.com and godaddy.com You might think I&#8217;m retarded because that is 2 answers. But&#8230;it&#8217;s not! Buy your new domains at name.com and take advantage of [...]]]></description>
			<content:encoded><![CDATA[<p>We are constantly buying new domain names and often are asked by our customers where they should buy their domains. There is one answer for your next domain name registrar:</p>
<p>name.com and godaddy.com</p>
<p>You might think I&#8217;m retarded because that is 2 answers. But&#8230;it&#8217;s not!</p>
<p>Buy your new domains at name.com and take advantage of their free domain name privacy.</p>
<p>Then, once you have 5 or more that need renewing, transfer them to godaddy.com and they give you free privacy on the transfered accounts. Use the promo code: <strong>OYH3 </strong>to get the transfers for $6.95/yr on going. Of course you can always buy for more than a year at a time and make the price cheaper<strong>.</strong></p>
<p>Just make sure you take advantage of domain name privacy (whois privacy or private whois). This protects your identity as the domain owner. Most people put their home address and their email address on the whois information and it makes it real easy to find you and your family.</p>
<p>Here are var!ux we are trying to simplify the web. Web design, web hosting, and web applications can be very confusing if you don&#8217;t have someone on your side to help make it easy. If you have your hosting with us, you can call us any time to get answers to your questions. If you don&#8217;t have your websites hosted with us, what are you waiting for? Go to www.variux.com/support to get started!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.variux.com/?feed=rss2&#038;p=11</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How-to: Secure your Traffic using an SSH Tunnel with PuTTY</title>
		<link>http://blog.variux.com/?p=10</link>
		<comments>http://blog.variux.com/?p=10#comments</comments>
		<pubDate>Tue, 09 Sep 2008 04:26:35 +0000</pubDate>
		<dc:creator>David Edmonson</dc:creator>
				<category><![CDATA[Keyboard Commands]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.variux.com/?p=10</guid>
		<description><![CDATA[Here is the quick and simple way to encrypt and protect what you are sending and receiving over the network whether you are at home or at a wifi hotspot. This is a simple proxy over an SSH connection. You will need the following to do this (works for any platform): PuTTY for your platform [...]]]></description>
			<content:encoded><![CDATA[<p>Here is the quick and simple way to encrypt and protect what you are sending and receiving over the network whether you are at home or at a wifi hotspot. This is a simple proxy over an SSH connection. You will need the following to do this (works for any platform):</p>
<ul>
<li><a href="http://www.chiark.greenend.org.uk/%7Esgtatham/putty/download.html" target="_blank">PuTTY for your platform</a></li>
<li>A server that supports SSH (either <a href="http://lifehacker.com/software/home-server/geek-to-live--set-up-a-personal-home-ssh-server-205090.php" target="_blank">set up at home</a> or your <a title="variux | the website guys" href="http://www.variux.com" target="_blank">web host</a>)</li>
</ul>
<p>That’s it!  First set up PuTTY to connect to your SSH server but also set the following Tunnel settings:</p>
<p style="text-align: center;"><img title="PuTTY SSH Tunnel Configuration" src="http://www.jonlee.ca/wp-content/uploads/2007/04/putty-ssh-tunnel-config.gif" alt="PuTTY SSH Tunnel Configuration" /></p>
<ul>
<li>Source Port: 7070 (this number can be pretty much anything)</li>
<li>Destination: localhost</li>
<li>Select Dynamic and Auto</li>
</ul>
<p>Then click Add and it should show up as <strong>D7070</strong>.  Select Open and log-in.  Your traffic can now be forwarded once you configure your applications to use the proxy.</p>
<p>In Firefox (all major version), go to<strong> Tools-&gt;Options-&gt;Advanced-&gt;Network-&gt;Settings</strong> and set the following proxy configuration:</p>
<ul>
<li>Manual proxy config</li>
<li>SOCKS Host: localhost</li>
<li>Port: 7070</li>
</ul>
<p>Then hit OK and you’re done.  To make sure the proxy is working, you can go to <a href="http://www.whatismyip.org/">http://www.whatismyip.org/</a>.</p>
<p>An easy way to switch proxy settings in Firefox is to install the <a href="https://addons.mozilla.org/en-US/firefox/addon/quickproxy/" target="_blank">QuickProxy add-on</a> — change proxy settings with just a click.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.variux.com/?feed=rss2&#038;p=10</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>support</title>
		<link>http://blog.variux.com/?p=8</link>
		<comments>http://blog.variux.com/?p=8#comments</comments>
		<pubDate>Mon, 16 Jun 2008 17:25:04 +0000</pubDate>
		<dc:creator>David Edmonson</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.variux.com/?p=8</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><!-- Beginning of meebo me widget code.<br />
Want to talk with visitors on your page?<br />
Go to http://www.meebome.com/ and get your widget! --><br />
<embed src="http://widget.meebo.com/mm.swf?QQTSAcsJeD" type="application/x-shockwave-flash" wmode="transparent" width="190" height="275"></embed></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.variux.com/?feed=rss2&#038;p=8</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

