Ubuntu on Windows
blog.dustinkirkland.com
Ubuntu on Windows
1–10 of 933 posts
Re: Ubuntu on Windows
#2Re: Ubuntu on Windows
#3Re: Ubuntu on Windows
#4I find it amazing that you can have such a functional Ubuntu environment by translating system calls. Microsoft does have the advantage of Linux being open-source I suppose, while the Wine project had to reverse engineer DLLs. Or have you supply them on your own.
Re: Ubuntu on Windows
#5> Can open the Windows Start menu
> And type "bash" [enter]
> Which opens a cmd.exe console
Right... Bash is a shell, but your interaction with it is controlled by a terminal program. Unless there are some real changes to cmd.exe t̶h̶e̶n̶ ̶i̶t̶'̶s̶ ̶n̶o̶t̶ ̶t̶h̶a̶t̶ ̶i̶m̶p̶r̶e̶s̶s̶i̶v̶e̶ . You can compile a native bash and other utils now yourself, it's not that hard.
EDIT: It's more like a Linuxulator from BSD, which is certainly cool.
Re: Ubuntu on Windows
#6> Windows 10 users > Can open the Windows Start menu > And type "bash" [enter] > Which opens a cmd.exe console Right... Bash is a shell, but your interaction with it is controlled by a terminal program. Unless there are some real changes to cmd.exe t̶h̶e̶n̶ ̶i̶t̶'̶s̶ ̶n̶o̶t̶ ̶t̶h̶a̶t̶ ̶i̶m̶p̶r̶e̶s̶s̶i̶v̶e̶ . You can compile a native bash and other utils now yourself, it's not that hard. EDIT: It's more like a Linuxul…
Re: Ubuntu on Windows
#7> Windows 10 users > Can open the Windows Start menu > And type "bash" [enter] > Which opens a cmd.exe console Right... Bash is a shell, but your interaction with it is controlled by a terminal program. Unless there are some real changes to cmd.exe t̶h̶e̶n̶ ̶i̶t̶'̶s̶ ̶n̶o̶t̶ ̶t̶h̶a̶t̶ ̶i̶m̶p̶r̶e̶s̶s̶i̶v̶e̶ . You can compile a native bash and other utils now yourself, it's not that hard. EDIT: It's more like a Linuxul…
Re: Ubuntu on Windows
#8 node -e 'console.log(require("os").type())'
What it's going to print?Re: Ubuntu on Windows
#91. embrace
2. Extend can be good if done openly and collaboratively, as opposed to closed and hidden.
3. Extinguish - Here be dragons.
I'm hopeful the New Kinder Gentler Microsoft stays on steps 1. and 2. (done collaboratively).
Re: Ubuntu on Windows
#10"Linux geeks can think of it sort of the inverse of "wine" -- Ubuntu binaries running natively in Windows. Microsoft calls it their "Windows Subsystem for Linux"." I find it amazing that you can have such a functional Ubuntu environment by translating system calls. Microsoft does have the advantage of Linux being open-source I suppose, while the Wine project had to reverse engineer DLLs. Or have you supply them on yo…