gbase
small numeric base converter
Install
- All systems
-
curl cmd.cat/gbase.sh
- Debian
-
apt-get install gbase
- Ubuntu
-
apt-get install gbase
- Kali Linux
-
apt-get install gbase
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install gbase
- Raspbian
-
apt-get install gbase
- Dockerfile
- dockerfile.run/gbase
gbase
small numeric base converter
This simple program converts numbers between bases 2 (binary), 8 (octal), 10 (decimal) and 16 (hexadecimal). It can be used both from console or via a small GTK+-based X interface.