New Windows 10 Preview For PCs With Bash, Cross-Device Cortana Released
An anonymous reader writes: Microsoft has released a new Windows 10 preview for PCs. The preview, dubbed build 14316, comes with a range of features including support for Bash, which Microsoft had announced at its developer conference Build last week. Users interested in it can enable the feature by turning on Developer Mode (detailed instructions here), searching for "Windows Features," choosing "Turn Windows features on or off," and enable Windows Subsystem for Linux (Beta). To get Bash installed, open Command Prompt and type in "bash" (without the quotes.) Other features included in the new build include low battery notification, find my phone (ring my phone), and the ability to share map directions across devices. Additionally, the company has also released a new universal Skype app.
Only took 15 years to get tcp/ip into windows.
Makes sense it took another 15 to get it a reasonable shell.
Let me get this straight: to enable Developer Mode, you need to go into settings (okay), update (wait, what?), security (why?), for developers (could be named a bit better IMHO).
No wonder I always feel lost when I use Microsoft products. They can't even make a proper navigation tree.
Shouldn't that be Linux Subsystem for Windows?
Just use Python. It'll let you accomplish the same tasks, likely in a fraction of the time, and with a much better result. Plus your script will likely be more portable, too, even to Windows!
Sure, as long as you have the same version of Python installed, your script might be portable. I can't remember when was the last time I had to check $BASH_VERSION.
Bash is a relic from a pre-Python world. It's time to move away from bash.
How about using the right tool for each job?
Use Bash for simple tasks that involve running programs, piping their output, checking their exit code, etc.
Use Perl for text manipulation, regular expressions, complex data structures, complex logic, one-liners, etc.
Use Python for your code to be readable by an 8 year old.
That was windows 98 era stupid. We have progressed since then.
It seems like you are trying to ssh to a server, should I share the password with everyone in your contacts?
Yes always / Yes right now / Cancel connection
However if you go into Settings -> Advanced -> Personalization -> Sharing -> Extra Settings -> SSH Options there is a check box that says "Disable SSH Passwords" that will add a "No" box to the other dialog box.
There is also a group policy that makes No the default and turns off the prompt.
RTFM n00b!
Windows PowerShell Integrated Scripting Environment (ISE):
---> C:\Windows\System32\WindowsPowerShell\v1.0\powershell_ise.exe
Or you can launch PowerShell via the console:
---> C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
I've said many times, Linux can't 'beat' MS, because MS can always do MS Linux.