makem
Member
Getting started with Raspbian on a Raspberry Pi and Windows 7 Part 2
 
Install a GUI Package Manager:
sudo apt-get install synaptic
 
Install Gnash as alternative to Flash:
 
http://www.gnashdev.org/
 
sudo apt-get install gnash
sudo apt-get install browser-plugin-gnash
 
Overclocking Raspbian:
http://elinux.org/RPi_Overclocking#Overclocking
 
sudo raspi-config
Option 7. Overclock – choose option
Use cpufrequtils (see below) to overclock and see the temperature and cpu clock rate. Consider adding a heatsink to the cpu.
 
Add CPU Monitoring:
 
http://qdosmsq.dunbar-it.co.uk/blog/2012/09/give-your-raspberry-pi-turbo-mode/
 
 
Add CPUFreq frontend and Temperature Monitor
Move them as required with up/down
				
			Install a GUI Package Manager:
sudo apt-get install synaptic
Install Gnash as alternative to Flash:
http://www.gnashdev.org/
sudo apt-get install gnash
sudo apt-get install browser-plugin-gnash
Overclocking Raspbian:
http://elinux.org/RPi_Overclocking#Overclocking
sudo raspi-config
Option 7. Overclock – choose option
Use cpufrequtils (see below) to overclock and see the temperature and cpu clock rate. Consider adding a heatsink to the cpu.
Add CPU Monitoring:
http://qdosmsq.dunbar-it.co.uk/blog/2012/09/give-your-raspberry-pi-turbo-mode/
Add CPUFreq frontend and Temperature Monitor
Move them as required with up/down
	
		
