Raspberry: Difference between revisions
Jump to navigation
Jump to search
Line 30: | Line 30: | ||
</pre> | </pre> | ||
The gateway is important and in most cases will always point to your firewalls, switch or routers IP address. | The gateway is important and in most cases will always point to your firewalls, switch or routers IP address. | ||
And the others may be worth to be changed too | |||
<pre> | |||
/etc/hostname | |||
/etc/resolv.conf | |||
/etc/hosts | |||
</pre> |
Revision as of 18:28, 6 March 2013
Raspberry Pi
Miscellaneous
- Raspberry pi quick start guide
- http://elinux.org/RPi_Hub
- wifi setup
- Berryboot for multiple boots
- video player: omxplayer videofile.mp4
- mp3 player: mpg321 "my file.mp3"
- raspberry pi server
- re-run configuration
- MagPi: The Unofficial Raspberry Pi Magazine—Published around eight times a year, MapPi is a free and polished electronic magazine for Pi hobbyists.
- HTG guide to getting started with Raspberry Pi
- A month with raspbian How to change date/time.
- My youtube video demostrating GPIO function.
Get internet from sharing the internet from another machine
sudo nano /etc/network/interfaces iface eth0 inet static address 192.168.100.1 netmask 255.255.255.0 network 192.168.100.0 broadcast 192.168.100.255 gateway 192.168.100.254
The gateway is important and in most cases will always point to your firewalls, switch or routers IP address.
And the others may be worth to be changed too
/etc/hostname /etc/resolv.conf /etc/hosts