TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Raspberry Pi – One Slice At A Time

7 pointsby swiilover 12 years ago

3 comments

schappimover 12 years ago
Whist we're talking how-tos, here's a guide that turns your Raspberry Pi into a Ninja Block: <a href="http://ninjablocks.com/blogs/how-to/7195040-using-a-raspberry-pi-as-a-ninja-block" rel="nofollow">http://ninjablocks.com/blogs/how-to/7195040-using-a-raspberr...</a>
jhenkensover 12 years ago
sudo apt-get update doesn't actually update raspbian. It just downloads new package lists. A sudo apt-get upgrade is needed to update the packages. Additionally, you can use rpi-update <a href="https://github.com/Hexxeh/rpi-update" rel="nofollow">https://github.com/Hexxeh/rpi-update</a> to download the latest firmware and kernel.
GiBiover 12 years ago
Thanks jhenkens, I'll correct the tutorial.