From the course: Python: Pen Testing AWS

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Setting up the Windows Subsystem for Linux

Setting up the Windows Subsystem for Linux - Python Tutorial

From the course: Python: Pen Testing AWS

Start my 1-month free trial

Setting up the Windows Subsystem for Linux

- [Malcolm] We can access an AWS account through the command line or using Gooey tools in either Windows or Linux. For this course, I'll demonstrate both environments. The current release of Windows 10 allows for Linux subsystems to be used directly on Windows, known as the Windows Subsystem for Linux or WSL, avoiding the need for third-party software emulators. The Windows Linux Subsystem doesn't provide for a graphical interface, but for our purposes, we're fine with running at the command line. Windows offers a number of Linux options, including the popular Ubuntu Linux, as well as SUSE and Debian. It even has the Kali system for penetration testing. I'll plan on using Ubuntu. The first thing we need to do is to configure the Windows Subsystem for Linux by selecting Settings, Apps, Programs and Features, and turn Windows features on or off. And if we scroll down, we can see that I've got Windows Subsystem for Linux…

Contents