sfx2000
Part of the Furniture
Starting a thread here - as I don't see another place for this to land...
Loose notes below - RaspPI's are awesome!
=======
Gather the following;
Once having the HW
Download the following tools:
With the SD Card - use the SD-Card Formatter, full overwrite/erase, and format size adjustment - this is a Windows util, must run as Adminstrator
(some cards aren't right from factory, and don't let Windows/Mac disk utils format the card, not so good)
Go to http://ubuntu-mate.org/raspberry-pi/
download image and write to card with Win32DiskImager - as Admin
it's an xz file, so 7-Zip can deal with this - once done, plug the card in, hook up keyboard mouse monitor (hdmi) ethernet and power up the Pi by plugging in the uUSB power source
Note - Pi/Pi2 need about 1.8A current at 5VDC, iPad charger is great for this - that 1.8A current assumes Keyboard/Mouse/Monitor hooked up direct - do not underestimate the power needed
(RPi doesn't have a power regulation PMIC on board, it assumes that the power supply can deliver a constant voltage vs. current demand)
=========
Initial Setup
With the GUI active - go thru the initial setup - set a primary userid/password - this user is the admin of the box - set the name as well
note - might not want to encrypt home folder, just saying...
go to starbucks - a long way away, and enjoy - this will take more than a while for MATE to get going...
embiggen the FS - see link - can either do this thru the MATE splash, or via CLI - do it via the splash is easy
Reboot
Note - MATE RaspPi will prompt you to install the rpi-update package - Might consider not doing that - bleeding edge kernel/firmware and there be dragons with driver issues and stuff
So now at a basic Ubuntu MATE desktop....
Now is a good time to configure network in network mgr - ipv4 - either DHCP, or make this now, outside of DHCP scope, and ipv6 to link-local - save some pain later on
reboot after that... check ifconfig to ensure it took...
=====
Update stuff - apt-get update/upgrade or SW update via the GUI
All up to date and fresh and easy, eh?
Note - make a note of the X11 stuff - sudo graphical enable/disable - once we go headless, don't need the graphical...
==
Setup root account passwd - you'll need this later
sudo passwd root - think of something easy to remember, but hard for others to guess.
Note - Might consider installing pwgen, and using that for password generation.
sudo apt-get install pwgen
pwgen 12
(spits out lots of good passwords)
==========
Clean up stuff you don't need - short list for now...
sudo apt-get purge wolfram-engine
sudo apt-get purge libreoffice*
sudo apt-get purge minecraft*
sudo apt-get purge sonic-pi
sudo apt-get autoremove - watch as space magically frees up
reboot again
=====
EDIT - SECTION REMOVED and REPOSTED
Loose notes below - RaspPI's are awesome!
=======
Gather the following;
- Raspberry Pi 2/3 board (or kit)
- I recommend the Hammond Raspberry Pi 2 case, but there are many...
- SanDisk Ultra 32GB MicroSD card
- SanDisk 128GB USB Thumbdrive
- DLink USB2 Powered Hub - or similar
- CyberPower Home/Office Surge Protector (4 110VAC outlets, 2USB outlets@2.1 amps)
- CAT5 patch cable
- USB to microUSB cable - to power the Pi
- USB Keyboard/Mouse
- HDMI connection to TV/Monitor
Once having the HW
Download the following tools:
- SD Card Formatter 4.0
- MobaXterm - one can use Putty or this, this is much better...
- 7-Zip
- Win32DiskImager
With the SD Card - use the SD-Card Formatter, full overwrite/erase, and format size adjustment - this is a Windows util, must run as Adminstrator
(some cards aren't right from factory, and don't let Windows/Mac disk utils format the card, not so good)
Go to http://ubuntu-mate.org/raspberry-pi/
why MATE - uses traditional apt for package management - not the cool new hotness "snap" - trying to keep this simple
(16.04 is an LTS release for ubuntu, so best to do this one now... and be happy for a couple of years)
(16.04 is an LTS release for ubuntu, so best to do this one now... and be happy for a couple of years)
download image and write to card with Win32DiskImager - as Admin
it's an xz file, so 7-Zip can deal with this - once done, plug the card in, hook up keyboard mouse monitor (hdmi) ethernet and power up the Pi by plugging in the uUSB power source
Note - Pi/Pi2 need about 1.8A current at 5VDC, iPad charger is great for this - that 1.8A current assumes Keyboard/Mouse/Monitor hooked up direct - do not underestimate the power needed
(RPi doesn't have a power regulation PMIC on board, it assumes that the power supply can deliver a constant voltage vs. current demand)
=========
Initial Setup
With the GUI active - go thru the initial setup - set a primary userid/password - this user is the admin of the box - set the name as well
note - might not want to encrypt home folder, just saying...
go to starbucks - a long way away, and enjoy - this will take more than a while for MATE to get going...
embiggen the FS - see link - can either do this thru the MATE splash, or via CLI - do it via the splash is easy
Reboot
Note - MATE RaspPi will prompt you to install the rpi-update package - Might consider not doing that - bleeding edge kernel/firmware and there be dragons with driver issues and stuff
So now at a basic Ubuntu MATE desktop....
Now is a good time to configure network in network mgr - ipv4 - either DHCP, or make this now, outside of DHCP scope, and ipv6 to link-local - save some pain later on
reboot after that... check ifconfig to ensure it took...
=====
Update stuff - apt-get update/upgrade or SW update via the GUI
All up to date and fresh and easy, eh?
Note - make a note of the X11 stuff - sudo graphical enable/disable - once we go headless, don't need the graphical...
==
Setup root account passwd - you'll need this later
sudo passwd root - think of something easy to remember, but hard for others to guess.
Note - Might consider installing pwgen, and using that for password generation.
sudo apt-get install pwgen
pwgen 12
(spits out lots of good passwords)
==========
Clean up stuff you don't need - short list for now...
sudo apt-get purge wolfram-engine
sudo apt-get purge libreoffice*
sudo apt-get purge minecraft*
sudo apt-get purge sonic-pi
sudo apt-get autoremove - watch as space magically frees up
reboot again
=====
EDIT - SECTION REMOVED and REPOSTED
Last edited: