Today my Raspberry Pi finally arrived! One of the projects I’m planning to use it for is out-of-band management for PCs.
This blog post will evolve as I’ll discover interesting things to do with my RPi.
About the hardware:
Arch Linux Essentials
Here are some of the steps that are most essential for me on the Arch Linux ARM image that I put on the SD card for my RPi:
- change root password:
passwd - Extend the root partition to the full size of the SD card
- updating:
pacman -Syyu
