Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
user:william:running_shell_on_other_oss [2018/04/10 18:54] 207.35.215.50 |
user:william:running_shell_on_other_oss [2018/04/11 00:06] (current) william |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ===== Running Shell on Other OSs ===== | ||
| + | |||
| There are times when you need Unix shell, usually for one-off script or quick test. Here are ways I found to run shell on Chromebook, Android phone, and Windows. | There are times when you need Unix shell, usually for one-off script or quick test. Here are ways I found to run shell on Chromebook, Android phone, and Windows. | ||
| Line 14: | Line 16: | ||
| - **BusyBox** -- There is a BusyBox binary compiled for 32-bit and 64-bit Windows. | - **BusyBox** -- There is a BusyBox binary compiled for 32-bit and 64-bit Windows. | ||
| * [[https://frippery.org/busybox/|BusyBox for Windows]] | * [[https://frippery.org/busybox/|BusyBox for Windows]] | ||
| - | - **Cygwin** -- Collection of Unix utilities running natively on Windows, and Bash shell is one of the utilities. | + | - **Cygwin** -- Collection of Unix utilities running natively on Windows. |
| * [[https://www.cygwin.com/|Cygwin]] | * [[https://www.cygwin.com/|Cygwin]] | ||
| - **Windows Subsystem for Linux** (used to be called **Bash on Ubuntu on Windows**) -- Go to //Control Panel > Programs > Turn Windows features on or off//, and enable the //Windows Subsystem for Linux// option. After reboot, download and install Ubuntu from Windows Store. | - **Windows Subsystem for Linux** (used to be called **Bash on Ubuntu on Windows**) -- Go to //Control Panel > Programs > Turn Windows features on or off//, and enable the //Windows Subsystem for Linux// option. After reboot, download and install Ubuntu from Windows Store. | ||
| Line 20: | Line 22: | ||
| - **VirtualBox** (or **VMware** or **Hyper-V**) -- Full VM where you can install any Linux distro. | - **VirtualBox** (or **VMware** or **Hyper-V**) -- Full VM where you can install any Linux distro. | ||
| * [[https://www.virtualbox.org/|Oracle VM VirtualBox]] | * [[https://www.virtualbox.org/|Oracle VM VirtualBox]] | ||
| - | - **Git Bash** -- Install **Git for Windows** application, and it includes Bash shell. | + | - **Git Bash** -- It's part of **Git for Windows** application. |
| * [[https://gitforwindows.org/|Git for Windows]] | * [[https://gitforwindows.org/|Git for Windows]] | ||
| + | |||