IT & IoT Security | Cloud | It's all about the life itself

Nothing in life is as important as you think it is, while you are thinking about it.

Windows Subsystem for Linux

Hi all,

It is seriously cool feature to have bash on Windows 10. Lastly I harnessed that feature to generate ssh key for my Linux VM’s.

Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux

You can enable it by running the command above. After it has been enabled run wsl on command prompt, it will guide you to go further.