Dave Parrish - linux http://webpagedeveloper.me/taxonomy/term/43/0 en 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 Quick tips on configuring a static IP wireless bridge http://webpagedeveloper.me/blog/quick-tips-configuring-static-ip-wireless-bridge <!-- google_ad_section_start --><p>If you're like me then you don't like to run wires all over the house to connect your home network. &nbsp;It is often easier to simply use wireless throughout most of the home. &nbsp;That is, until you want to connect devices that don't have wireless capabilities. &nbsp;In my case, I have a desktop computer which does not have a wireless card. &nbsp;Instead of buying a wireless card for the desktop, I decided to configure an old access point to work as a wireless bridge instead.</p><!-- google_ad_section_end --><p><a href="http://webpagedeveloper.me/blog/quick-tips-configuring-static-ip-wireless-bridge" target="_blank">read more</a></p> http://webpagedeveloper.me/blog/quick-tips-configuring-static-ip-wireless-bridge#comments linux networking wireless Thu, 17 Mar 2011 18:29:04 +0000 David 42 at http://webpagedeveloper.me