sudo apt-get update sudo apt-get upgrade
1. right click on the top panel
2. select "Add / Remove Panel items"
3. click "Add"
4. scroll down the list and select "Temperature Monitor"
5. click "Add"
6. use the "Up" button to position the monitor above the "Digital Clock"
1. right click on displayed time (upper right corner of screen)
2. select "Digital Clock Settings"
3. change "Clock Format" to "%I:%M%P"
PS1='Tom> ' alias clr='clear' alias untar='tar -xvf' alias untargz='tar -xvzf'
Edit ~/.vimrc file; add for Python programmingsudo apt-get install vim
linuxhint.com/vim-python-development/syntax enable set tabstop=4 set shiftwidth=4 set expandtab " set number - turn off line numbers filetype indent on set autoindent
Note: Both dos2unix and unix2dos are now installedsudo apt install dos2unix
sudo apt install firefox-esr
www.raspberrypi.org/documentation/remote-access/web-server/apache.mdsudo apt-get install apache2 sudo apt-get install libapache2-mod-php -y cd /var/www/html/ sudo vim phpinfo.php <?php echo phpinfo(); ?> cd URL: localhost:phpinfo.php
ip addr show wlan0 | grep inet | awk '{ print $2; }' | sed 's/\/.*$//'
www.raspberrypi.org/documentation/configuration/security.mdsudo apt-get install ufw sudo ufw enable sudo ufw allow ssh sudo ufw allow 80 sudo ufw allow 443 <-- necessary? sudo systemctl restart ssh <-- necessary? sudo ufw status
stevessmarthomeguide.com/install-mosquitto-raspberry-pi/sudo apt-get install mosquitto sudo apt-get install mosquitto-clients pip3 install paho-mqtt sudo systemctl stop mosquitto.service sudo systemctl start mosquitto.service sudo systemctl restart mosquitto.service
nodered.org/docs/getting-started/raspberrypisudo node-red-start URL: localhost:1880
sudo apt install mariadb-server sudo apt-get install mariadb-client
sudo apt-get install sqlite