Home Linux Tools
Post
Cancel

Linux Tools

Tool for Linux (.deb family)

Some Tools:

- Net-tools

1
sudo apt install net-tools -y

- Nala

1
sudo apt update && sudo apt install nala -y

older distribution

1
sudo apt update && sudo apt install nala-legacy -y

from repo

1
echo "deb-src https://deb.volian.org/volian/ scar main" | sudo tee -a /etc/apt/sources.list.d/volian-archive-scar-unstable.list

- List File

1
curl -L https://github.com/gokcehan/lf/releases/download/r13/lf-linux-amd64.tar.gz | sudo tar xzC /usr/bin/

- GNOME Sushi ( macOS ‘Quick Look‘ alternative)

1
sudo apt install gnome-sushi -y

- System Benchmark

1
sudo apt install sysbench -y

- SpeedTest

1
2
curl -s https://packagecloud.io/install/repositories/ookla/speedtest-cli/script.deb.sh | sudo bash
sudo apt-get install speedtest -y

- Neofetch

1
sudo apt install neofetch -y

- oh-my-zsh

1
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

Fun Apps:

- cmatrix

1
sudo apt install cmatrix -y

cmatrix

- Bonsai tree

1
sudo apt install cbonsai -y

cbonsai

- CowSay and CowThink

1
sudo apt install cowsay -y

cowsay

- Lolcat

1
sudo apt install lolcat -y

lolcat

- Fortune (Jokes)

1
sudo apt install fortune -y

fortune

- Asciiquarium

1
2
3
4
5
6
7
sudo apt install libcurses-perl build-essential -y
cd /tmp
wget http://search.cpan.org/CPAN/authors/id/K/KB/KBAUCOM/Term-Animation-2.6.tar.gz
tar -zxvf Term-Animation-2.6.tar.gz
cd Term-Animation-2.6/
perl Makefile.PL && make && make test
sudo make install

asciiquarium

- Hollywood hacking terminal

1
sudo apt install hollywood -y

hollywood

This post is licensed under CC BY 4.0 by the author.
Contents