TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Raspberry Pi – One Slice At A Time

7 点作者 swiil超过 12 年前

3 条评论

schappim超过 12 年前
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>
jhenkens超过 12 年前
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.
GiBi超过 12 年前
Thanks jhenkens, I'll correct the tutorial.