Friday, 3 February 2017

Some useful tools to install on raspberry pi


Chrome Web Browser
sudo apt-get install chromium-browser


Terminator - multi partition terminal
sudo apt-get install terminator

Wireshark
sudo apt-get install wireshark


VLC Player
sudo apt-get install vlc

Iptux - IP Messenger
sudo apt-get install iptux


LAMP

sudo apt-get install apache2 -y
sudo apt-get install php5 libapache2-mod-php5 -y
sudo apt-get install mysql-server php5-mysql -y 
sudo service apache2 restart

1 comment: