Created
February 18, 2023 22:49
-
-
Save iahim/72ce84b161d9515c39117d3249f1b566 to your computer and use it in GitHub Desktop.
ubuntu useful commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# terminal sharing with others | |
apt install tmate | |
# better curl | |
apt install httpie | |
# better top | |
apt install bpytop | |
# alternate tree | |
apt install tre-command | |
# console with background image and split view | |
apt install konsole | |
# better df -h | |
apt install duf | |
duf | |
duf -json | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment