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
- Bonsai tree
1
sudo apt install cbonsai -y
- CowSay and CowThink
1
sudo apt install cowsay -y
- Lolcat
1
sudo apt install lolcat -y
- Fortune (Jokes)
1
sudo apt install fortune -y
- 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
- Hollywood hacking terminal
1
sudo apt install hollywood -y