sudo apt-get update sudo apt-get upgrade sudo reboot == Update Firmwares sudo apt-get install ca-certificates sudo apt-get install git-core sudo wget https://raw.github.com/Hexxeh/rpi-update/master/rpi-update -O /usr/bin/rpi-update && sudo chmod +x /usr/bin/rpi-update sudo rpi-update sudo shutdown -r now sudo apt-get clean == Change IP sudo nano /etc/network/interfaces Change iface eth0 inet dhcp to iface eth0 inet static address…
Month: March 2016
Tweaks for clean boot and optimization
Tweaks for Rspberry PI <SAVE SPACE> df -h (See where we are at before we begin) sudo apt-get remove –purge wolfram-engine scratch minecraft-pi sonic-pi dillo gpicview penguinspuzzle oracle-java8-jdk openjdk-7-jre oracle-java7-jdk openjdk-8-jre libreoffice* sudo apt-get autoremove sudo apt-get clean sudo apt-get purge df -h (How much space did we save?) </SAVE SPACE> <CLEAN BOOT> Remove the…
Apache, ProFTP, PHP, and WordPress – Raspberry Pi Zero
Great Links: http://davidmaitland.me/2015/12/raspberry-pi-zero-headless-setup/ Have to use Jessie build. Use windows key to go to the Terminal Session. Jessie boots to Xwindows. sudo raspi-config expand FS. Enable SSH. Boot to command prompt. reboot. sudo raspi-config Change Localization to: en_US-UTF8 Changed PI password. exit. Reboot login as PI change root password: sudo passwd root reboot. Test logins….
Video Issues with 27″ monitor
Raspberry PI video issues with 27″ monitor. edit /boot/config.txt 2560 x 1440 60 1920 x 1080 60 HDMI_group=2 HDMI_mode=82 reboot