https://github.com/vaclovas2020/gosh
Linux based go shell
https://github.com/vaclovas2020/gosh
go golang gosh linux shell
Last synced: 4 months 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 (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-08-30T16:34:22.000Z (almost 3 years ago)
- Last Synced: 2025-01-10T10:34:55.108Z (5 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

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
```