Tag:migrated-from-wordpress
All the articles with the tag "migrated-from-wordpress".
PowerShell _ Git = posh-git
Installing and configuring posh-git for PowerShell tab completion with Git, including a fix for slow prompt performance.
PsGet - NuGet for PowerShell
Introduction to PsGet, a package manager for PowerShell modules installable with a one-liner.
Batch files substitutions
Reference for batch file FOR variable substitution modifiers like %~f, %~d, %~p to extract path components.
Use laptop as a Wi-Fi router
Guide to turning a Windows laptop into a Wi-Fi hotspot using netsh hosted network commands, with a Windows 8 driver fix.
PowerShell and Visual Studio tools
PowerShell script to import Visual Studio command prompt environment variables (vcvarsall.bat) into a PowerShell session.
Git _ Devart CodeCompare integration
Configuration for using Devart CodeCompare as the diff and merge tool for Git via .gitconfig entries.
Repeat Debugger.Launch() in PowerShell
Shows how to set a named breakpoint in PowerShell profile using Set-PSBreakPoint so scripts can trigger the debugger inline.
Firebug Lite 1.4 fails in IE7
Describes a critical bug in Firebug Lite 1.4 on IE7 and provides a bookmarklet to use the stable 1.3 version instead.
How to add script to PowerShell 'startup'_
Explains how to use a PowerShell profile script to automatically run commands on every PowerShell session start.
IE6 testing
Options for testing in IE6 on modern Windows, including VirtualBox with Windows XP, IETester, DebugBar, and BrowserStack.