Hyper-V Replication Error 0x00002EE7, Event 32022

##Weird one here… Hyper-V Replica issue: Hyper-V could not replicate changes for virtual machine ‘MikroRMM’: The server name or address could not be resolved (0x00002EE7). (Virtual Machine ID 722E9124-A917-4AD4-AC0D-0AEAA0C95686) … did some poking around, got here for a workaround: http://blogs.technet.com/b/virtualization/archive/2013/04/08/hyper-v-replica-name-resolution-of-internationalized-server-domain-names.aspx But while waiting for GPEdit to launch ( Separate Issue 🙂 ) I just threw[…]

Subl on remote Ubuntu

##Initial Install: $wget http://c758482.r82.cf2.rackcdn.com/sublime-text_build-3065_amd64.deb #dpkg -i sublime-text_build-3065_amd64.deb ##Runtime Error: $subl Unable to load gtk_window_set_skip_pager_hint from libgtk-x11-2.0.so #apt-get update #apt-get install apt-file #apt-file update #apt-file search libgtk-x11-2.0.so … #apt-get install libgtk2.0-0 $subl ##Celebrate!!