With SQL Server coming on Linux, some people will want to learn a bit of Linux. Or perhaps they need to get re-acquainted with the OS, which is my situation. I grew up on DOS, but moved to Unix in university. I’ve dabbled in Linux over the years, but with no real use for it over Windows, I abandoned it a decade ago.
Now, I’m trying to re-learn some things as I play with SQL Server on Linux.
Recently I saw a quick video from Scott Hanselman on the Bash subsystem in Windows. I actually first saw this live at the Build 2016 announcement, but when it was added in Beta to Windows 10, I didn’t add it. I’ve been meaning to, but hadn’t.
Until today.
The video shows, but there are two things to do, well, really 3.
First, enable developer mode. In the W10 Control Panel, type “developer” and you’ll find under Update and Security, a “For Developers” option. I’d enabled “developer mode” before, so that was done for me, but check that box (shown below).
Next, hit the Windows key and type “Windows features”. You’ll get this:
Click that, and in the dialog, scroll down. You’ll find the Windows Subsystem for Bash. Check it.
Then Windows will tell you to reboot, so do that. After you reboot, type “bash”.
The command “bash” will open the shell. Once you do that, you have bash running.
There are options here, though I’m sad this doesn’t integrate into my ConEmu terminal. Maybe soon. The first thing I did was raise the font, because, well, I’m old.
I’ll have to play around, and get familiar with bash again. I won’t use it a lot, but it could be handy when working with SSoL and needing to SSH or otherwise connect to that vm without firing up rdp or my VMWare console.
I don’t remember lots of commands, but I did manage to get to my C: drive.
Filed under: Blog Tagged: Linux, syndicated