Setup rsync server over SSH on Windows Server 2012 easy way

Configuring sshd from Windows server There're few options available such as Cygwin, WSL, MSYS2(Git for Windows) and Win32-OpenSSH. Personally I 'thought': Cygwin: installing the Cygwin was relatively easy, but configuring the sshd wasn't. Not providing uninstaller was also minus. WSL: Looked promising, but it didn't support background daemon. Quote: https://blogs.windows.com/buildingapps/2017/08/08/windows-subsystem-linux-windows-server/ What this isn't — WSL … Continue reading Setup rsync server over SSH on Windows Server 2012 easy way

CrashDump analysis automation using SlackBot, python, cdb from Windows

I'm going to show how to automate dump analysis using a Slackbot but using telegram bot is also quite same. In order automate dump analysis, Visual Studio or WinDbg can be used in theory, however writing a script which behaves manipulate other application which has GUI interface, emulating keyboard and mouse inputs, and reading the … Continue reading CrashDump analysis automation using SlackBot, python, cdb from Windows