Dave Parrish - bash http://webpagedeveloper.me/taxonomy/term/52/0 en Another duplicity backup script template http://webpagedeveloper.me/blog/another-duplicity-backup-script-template <!-- google_ad_section_start --><p>After much deliberation, I've decided on a backup strategy. &nbsp;I will backup any given computer on a computer in my local network, or a USB hard drive. &nbsp;In addition to that I will give a hard drive to one of my friends for safe keeping and backup to that hard drive from time to time, when I visit him. &nbsp;It isn't an ideal backup solution for several reasons.</p><!-- google_ad_section_end --><p><a href="http://webpagedeveloper.me/blog/another-duplicity-backup-script-template" target="_blank">read more</a></p> http://webpagedeveloper.me/blog/another-duplicity-backup-script-template#comments backup bash duplicity gist git hub Sat, 15 Sep 2012 02:09:14 +0000 David 50 at http://webpagedeveloper.me How to run multiple Chrome profiles for website testing http://webpagedeveloper.me/blog/how-run-multiple-chrome-profiles-website-testing <!-- google_ad_section_start --><p>For many web developers is may be helpful to run multiple instances of Chrome to test multiple user types at the same time without having to constantly login and logout. Here are examples of how to do this by launching Chrome from the command line.</p><p><strong>Ubuntu</strong></p> <pre>chromium-browser <span data-scayt_word="--user-data-dir" data-scaytid="1">--user-data-dir</span>=/home/$USER/.config/chromium-profile-test </pre> <p><strong>Mac OS X - Lion</strong></p><!-- google_ad_section_end --><p><a href="http://webpagedeveloper.me/blog/how-run-multiple-chrome-profiles-website-testing" target="_blank">read more</a></p> http://webpagedeveloper.me/blog/how-run-multiple-chrome-profiles-website-testing#comments bash chrome chromium linux macos profile testing ubuntu Mon, 05 Dec 2011 17:25:09 +0000 David 47 at http://webpagedeveloper.me