Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
pibox_readme.txt | 2014-05-12 | 2.5 kB | |
Totals: 1 Item | 2.5 kB | 0 |
These files just need flashing to the appropiately sized SD card and then booting in your Pi, no install needed. I made these as backups for myself, if anyone else finds them helpful, good ! You will need to use the dd command if the SD card is the same size as the image, if larger you can flash the SD card with "Startup Disk Creator" or similar. You should be able to login with root/root and in most pi/raspberry for username/password and then change the passwords for security as well as creating any new users if you plan on using them. **Raspbmc - Mashup** Basic NOOBS install with the XBMC add-on Mashup installed. **Raspbian Maynard** Basic install with Maynard Desktop installed Followed this guide to install Maynard : http://raspberrypi.collabora.co.uk/maynard.html Boot to command line, login then run : $ maynard **Raspbian PiPlug** Basic Raspbian install, hostname set to piplug Check out this page for more info : http://genuitec.github.io/piplug/ Must be booted into desktop environment for it to work ! **Raspbian Coder** Checkout this page for more info : http://googlecreativelab.github.io/coder/ Visit http://coder.local/ from your client-side pc to access it. **Raspbian - Minimal Install** Set up as per these instructions : https://www.linuxsystems.it/raspbian-wheezy-armhf-raspberry-pi-minimal-image/ Expanded root filesystem to fit rest of card (2 GB). Login with these details : Username = root Password = raspberry Lynx command line web browser installed, to visit a site use like so from terminal : $ lynx www.google.com For more information/alternatives checkout my blog post : http://hreikin.wordpress.com/2014/04/27/linuxraspberry-pi-use-terminal-as-a-web-browser/ **Raspbian Pi Kiosk** Set up as per these instructions : http://blogs.wcode.org/2013/09/howto-boot-your-raspberry-pi-into-a-fullscreen-browser-kiosk/ To change resolution edit the /boot/config.txt file at the bottom with the desired resolution. Change default passwords if you plan on using this, no flash or anything special just boots to Chromium browser, to make any modifications press CTRL+ALT+F3 to switch to another tty and then login with username/password and edit/configure/install as needed. **Raspbian Pi Server** USB HDD set to mount at /misc/storage Once new user created use this command : sudo smbpasswd -a YOURUSERIDHERE to set your samba pasword, then just login with username@192.168.0.4 replacing the ip with your pi's, from your client-side pc. **Raspbmc** Basic NOOBS install