Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vaclovas2020/gosh

Linux based go shell
https://github.com/vaclovas2020/gosh

go golang gosh linux shell

Last synced: 12 days ago
JSON representation

Linux based go shell

Awesome Lists containing this project

README

        

# Gosh (go-powered bash)

Bash written in Go

![Gosh](screenshot.png "Gosh")

You can install QEMU on your Ubuntu machine using the APT package manager. Fire up the terminal and issue the following command to install QEMU on Ubuntu:
```sh
sudo apt install qemu-kvm -y
```

Start qemu with command:
```sh
qemu-system-x86_64 -kernel bzImage -initrd initramfs.cpio.gz -smp 4 -m 1024
```