July 01, 2009

Git on Windows

I'm just starting to learn about this so this is pretty sparse. I got started on this when I completely munged my svn repo trying to upgrade my Drupal. I am going to see if git really does taste better and is less filling.

Install Cygwin

Install git from cygwin

Install the git gui msysgit from:

http://code.google.com/p/msysgit/

Get the svn repository:

git svn clone http://pet-jas-ibmm58.americas.demant.com:8080/svn/gfr2_copy_r306/ git_frontrow_gfr2
(the above command is all on one line)

git svn clone is equivalent to

git svn init
git svn fetch

 

For a standard svn repository with trunk, branches and tags you can use the –s stdlayout option of git clone.

Cygwin changes the execute bit: old mode 100755 new mode 100644. Git thinks everything has changes. To fix this:

Cd to the repository directory and run:

git repo-config core.fileMode false

Get rid of file mode changes:

git reset --hard

  

January 13, 2009

Filtering Out My Company's IP Block from Google Analytics

I noticed that my Google Analytics goals were being skewed by all my internal users testing the conversion process. I needed to filter out the entire range of IPs used by my company

I started by finding finding my own external IP:

http://www.ipaddresslocation.org/

and then I found the block of IP's used by my company:

http://ipinfo.info/html/ip_checker.php/

Now I could filter out that traffic from my Analytics report with a custom filter:

How do I exclude my internal traffic from reports? - Google Analytics Help Center


December 17, 2008

Exit services.msc before deleting and reinstalling a service on Windows

See this blog post:

The specified service has been marked for deletion » Lukas Beeler’s IT Blog » Blog Archive

December 01, 2008

Making Firefox Load Faster

Some folks claim a 4-6 second speed-up of load time with this advanced method. It uses the sourceforge hosted UPX to compress the Firefox executables and DLLs

Making Firefox Load Faster.

Faster Firefox

Some suggestions to speed up Firefox

Top Tweaks to Speeding Up Firefox

September 08, 2008

We Went To Mt Shasta For Vacation

Climbing Mt Shasta, Mount Shasta Climbers Guide





Mt Shasta

July 31, 2008

We Went To Mt Shasta For Vacation

Climbing Mt Shasta, Mount Shasta Climbers Guide





Mt Shasta

May 14, 2008

Batch File Renamer

Link: Batch File Renamer - 2.51.

Batch File Renamer is a really handy windows based errr batch file renamer.

Underground Freight Networks

Link: Underground Freight Networks.

Slashdot

May 06, 2008

links for 2008-05-07