This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Set-ExplorerOptions -showHidenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions | |
Enable-RemoteDesktop | |
cinst vlc | |
cinst Firefox | |
cinst flashplayerplugin | |
cinst sysinternals | |
cinst sublimetext3 | |
cinst resharper |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public static class XmlMerge | |
{ | |
public static bool MergeElements(XElement left, XElement right) | |
{ | |
var hasChanges = MergeAttributes(left, left.Attributes(), right.Attributes()); | |
if (!left.HasElements && !right.HasElements) | |
{ | |
if (left.Value == right.Value) | |
{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ec2-54-224-226-5.compute-1.amazonaws.com ec2-52-90-209-54.compute-1.amazonaws.com |