bash

Another duplicity backup script template

After much deliberation, I've decided on a backup strategy.  I will backup any given computer on a computer in my local network, or a USB hard drive.  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.  It isn't an ideal backup solution for several reasons.

How to run multiple Chrome profiles for website testing

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.

Ubuntu

chromium-browser --user-data-dir=/home/$USER/.config/chromium-profile-test

Mac OS X - Lion

Syndicate content