Postagens

Mostrando postagens de 2019

Personalizando o motd do Debian com o neofetch

Imagem
O Neofetch é uma melhoria do Screenfetch, um monitor de recursos do Linux e melhor descrito em https://edpsblog.wordpress.com/ #Instalar: apt update apt install neofetch #para testar: neofetch #Para usar no motd (tela inicial, após logar no SSH): echo "neofetch" >> /etc/profile.d/mymotd.sh && chmod +x /etc/profile.d/mymotd.sh #Editando e personalizando as informações que ele exibe: cp ~/.config/neofetch/config.conf ~/.config/neofetch/config.conf.original vim ~/.config/neofetch/config.conf Veja mais em: https://github.com/dylanaraps/neofetch/wiki/Customizing-Info https://askubuntu.com/questions/853624/neofetch-custom-config-file-what-is-required-config-file-format https://linuxconfig.org/how-to-display-system-information-with-neofetch

VirtualBox 6.0 no Debian 10 (Buster)

Logado como root: apt update apt upgrade wget -q https://www.virtualbox.org/download/oracle_vbox_2016.asc -O- | sudo apt-key add - wget -q https://www.virtualbox.org/download/oracle_vbox.asc -O- | sudo apt-key add - add-apt-repository "deb http://download.virtualbox.org/virtualbox/debian buster contrib" apt update apt install virtualbox-6.0