Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vaclovas2020/gosh
- Owner: vaclovas2020
- License: bsd-3-clause
- Created: 2022-08-29T16:54:07.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-08-30T16:34:22.000Z (over 2 years ago)
- Last Synced: 2024-11-11T21:02:17.658Z (2 months ago)
- Topics: go, golang, gosh, linux, shell
- Language: Go
- Homepage:
- Size: 15.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```