Posts

Showing posts from December, 2010

Auctioneer/FAQ - Norganna's AddOns

Auctioneer/FAQ - Norganna's AddOns : "If you do want to start fresh, you can now do this from in-game. Simply type '/auc cleardata ALL' to clear all data from all servers and factions. Replace 'ALL' with 'server' or 'faction' to clear data only for the current server or faction, instead. - Sent using Google Toolbar"

Cuberick: Merge Bazaar Repositories With No Common Ancestor

Cuberick: Merge Bazaar Repositories With No Common Ancestor : "But what about merging branches with no common ancestor? Turns out this is pretty easy... In bazaar you can simply do the following: Change directory to the destination working copy. Execute the following command bzr merge /path/to/source-working-copy -r0..-1 Note the -r0..-1 part of the command. This tells bazaar to merge a range of revisions from the first revision to the most current. Now review and commit the changes. Notice that bazaar gives you an indication that all history is preserved by displaying a list of checkin comments. Nice. - Sent using Google Toolbar"

Renaming a network connection with netsh - Mike Wilbur's Blog - Site Home - MSDN Blogs

Renaming a network connection with netsh - Mike Wilbur's Blog - Site Home - MSDN Blogs : "netsh interface set interface name='Local Area Connection' newname='ExampleLan' - Sent using Google Toolbar"