Neofetch е малък скрипт написан на bash който показва основна информация за *nix подобна операционна система.
Ubuntu 17.10 desktop
sudo apt-get install neofetch |
sudo apt-get install neofetch
Ubuntu 16.04 server
sudo add-apt-repository ppa:dawidd0811/neofetch
sudo apt update
sudo apt install neofetch |
sudo add-apt-repository ppa:dawidd0811/neofetch
sudo apt update
sudo apt install neofetch
CentOS 7 core
curl -o /etc/yum.repos.d/konimex-neofetch-epel-7.repo https://copr.fedorainfracloud.org/coprs/konimex/neofetch/repo/epel-7/konimex-neofetch-epel-7.repo
yum install neofetch |
curl -o /etc/yum.repos.d/konimex-neofetch-epel-7.repo https://copr.fedorainfracloud.org/coprs/konimex/neofetch/repo/epel-7/konimex-neofetch-epel-7.repo
yum install neofetch
Kali Linux
sudo apt-get install neofetch |
sudo apt-get install neofetch