These instructions were performed on a RaspberryPI 2 with a proper heatsink.
sudo raspi-config- Choose
1. Expand Filesystem - Choose
3. Enable Boot to Desktop/Scratchand chooseDesktop Log in as user 'pi' at the graphical desktop - Choose
7. Overclockand chooseMedium - Choose
8. Advanced Options - Choose
A1 OverscanandEnableit - Choose
A2 Hostnameand set a hostname - Choose
SSHand enable it
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install vimifconfigThe IP Address is (number) is located after inet addr for eth0
vi ~/.vimrcSet these configuration lines inside this file
set nocp
set backspace=2
vi ~/.bashprofileAdd this line:
export DISPLAY=:0
Then reboot
sudo rebooticeweasel- A Mozilla Firefox port without branding made for the Pi
sudo apt-get install iceweasel uncluttericeweaselInstall these addons and restart:
Setup tabs to go through, and modify preferences to open those tabs each time.
ln -s /etc/xdg/lxsession/LXDE-pi/autostart ~/autostart
sudo -E vi ~/autostartMake the file look as follows:
@lxpanel --profile LXDE-pi
@pcmanfm --desktop --profile LXDE-pi
#@xscreensaver -no-splash
# Turn off screen power saving
@xset s off
@xset -dpms
@xset s noblank
# Start Iceweasel by default
@iceweasel http://www.website1.com http://www.website2.com
@unclutter -grab -visible