#KAMOZIN #RASPBERRY #PI
7 subscribers
59 photos
6 videos
6 files
26 links
Download Telegram
#TERMINAL 256 #Colors

root ~ $ apt-get install ncurses-term

edit .bashrc - add this line the end:

export TERM=xterm-256color

Reload your .bashrc by typing

root ~ $ tput colors
#cmatrix - #terminal #screensaver:

pi ~ $ cmatrix -a 
#Linux #System #Information via #Terminal:

pi ~ $ sudo apt-get install neofetch

pi ~ $ sudo apt-get install screenfetch
#whois - #Terminal #info #about #domain or #ip:

pi ~ $ sudo apt-get install whois

pi ~ $ whois ya.ru
#thefuck - #Terminal #help:

pi ~ $ sudo apt-get install thefuck

pi ~ $ thefuck screen

edit .bashrc - add this line the end:

eval $(thefuck --alias)