raspberrypi
raspberrypi downloads
Cheap VGA Solution for Raspberry Pi
Raspberry Pi 中文設置環境安裝示範(上) (國語)
Raspberry Pi 中文設置環境安裝示範(下) (國語)
Raspberry Pi 智能拼音輸入法安裝示範(國語)
Raspberry Pi 音頻與USB快閃磁碟安裝示範(國語)
RS components Raspberry Pi QIV 快速圖像查看器安裝示範(國語)
RS components Raspberry Pi 遠程訪問安裝示範(國語)
RS components Raspberry Pi BT下載服務器(上) (國語)
RS components Raspberry Pi BT下載服務器(下) (國語)
Raspberry Pi + XBMC = Raspbmc
25 部 Raspberry Pi 入門影片在 YouTube 免費讓你看到飽!
44 個 Raspberry Pi 的初學者 YouTube 影片,免費!
1. Raspberry Pi 第一次接觸
2.Raspberry Pi 網路設定
3.Raspberry Pi 應用之Windows檔案伺服器
4.Raspberry Pi 應用之DLNA影音伺服器
5.Raspberry Pi 硬體控制-- Python 語言篇
6.Raspberry Pi 硬體控制-- C 語言篇
树莓派(Raspberry Pi):完美的家用服务器
Welcome to Raspberry Pi for Beginners
Unboxing of my Raspberry Pi
Raspberry Pi 開箱文
Raspberry Pi - Preping the SD card
準備工具:
raspberrypi 下載、win32diskimager、SD Card
Raspberry Pi - Loading Debian "squeeze" desktop
第一次登入到 Raspberry,預設登入帳號:pi,密碼:raspberry
啟動桌面模式:$startx
Raspberry Pi - Enabling SSH on Debian
$ sudo bash
$ ssh-key
$ ls /root/.ssh/
$ service ssh start
$ service ssh status
使用putty 登入
Raspberry Pi - How to view your Raspberry pi system's information
$hostname
$ date
$ ifconfig
$ netstat -rn
$ more /etc/resolv.conf
$ df -h
$ top
Raspberry Pi - How to edit system files
$ sudo vi
$ sudo nano
Raspberry Pi - Changing the system hostname
$ sudo nano /etc/hostname
$ sudo /etc/init.d/hostname.sh start
$ sudo reboot
$ sudo find / -name hosts
$ sudo nano /etc/hosts
127.0.0.1 hostname
Raspberry Pi - How to change the MOTD - Message of the day
修改登入訊息
$ sudo nano /etc/ motd.tail
Raspberry Pi - Changing to Static IP
$ cd /etc/network
$ ls -l
$ sudo nano interfaces
iface eth0 inet static
address 10.50.0.10
netmask 255.255.255.0
network 10.50.0.0
broadcast 10.50.0.255
gateway 10.50.0.1
Cheap VGA Solution for Raspberry Pi
- Raspberry Pi 購買指南(1/10):由官方代理商處購入主機板
- Raspberry Pi 購買指南(2/10):由網路商城購入主機板
- Raspberry Pi 購買指南(3/10):購買零配件 -- 簡介
- Raspberry Pi 購買指南(4/10):購買零配件 -- 電源供應器
- Raspberry Pi 購買指南(5/10):購買零配件 -- 記憶卡(SD 卡)
- Raspberry Pi 購買指南(6/10):購買零配件 -- 影音端子
- Raspberry Pi 購買指南(7/10):購買零配件 -- 輸入設備
- Raspberry Pi 購買指南(8/10):購買零配件 -- 網路連接線
- Raspberry Pi 購買指南(9/10):購買零配件 -- 外殼
- Raspberry Pi 購買指南(10/10):將一切全都連結起來
Raspberry Pi 中文設置環境安裝示範(上) (國語)
Raspberry Pi 中文設置環境安裝示範(下) (國語)
Raspberry Pi 智能拼音輸入法安裝示範(國語)
Raspberry Pi 音頻與USB快閃磁碟安裝示範(國語)
RS components Raspberry Pi QIV 快速圖像查看器安裝示範(國語)
RS components Raspberry Pi 遠程訪問安裝示範(國語)
RS components Raspberry Pi BT下載服務器(上) (國語)
RS components Raspberry Pi BT下載服務器(下) (國語)
Raspberry Pi + XBMC = Raspbmc
25 部 Raspberry Pi 入門影片在 YouTube 免費讓你看到飽!
44 個 Raspberry Pi 的初學者 YouTube 影片,免費!
1. Raspberry Pi 第一次接觸
2.Raspberry Pi 網路設定
3.Raspberry Pi 應用之Windows檔案伺服器
4.Raspberry Pi 應用之DLNA影音伺服器
5.Raspberry Pi 硬體控制-- Python 語言篇
6.Raspberry Pi 硬體控制-- C 語言篇
树莓派(Raspberry Pi):完美的家用服务器
Welcome to Raspberry Pi for Beginners
Unboxing of my Raspberry Pi
Raspberry Pi 開箱文
Raspberry Pi - Preping the SD card
準備工具:
raspberrypi 下載、win32diskimager、SD Card
Raspberry Pi - Loading Debian "squeeze" desktop
第一次登入到 Raspberry,預設登入帳號:pi,密碼:raspberry
啟動桌面模式:$startx
Raspberry Pi - Enabling SSH on Debian
$ sudo bash
$ ssh-key
$ ls /root/.ssh/
$ service ssh start
$ service ssh status
使用putty 登入
Raspberry Pi - How to view your Raspberry pi system's information
$hostname
$ date
$ ifconfig
$ netstat -rn
$ more /etc/resolv.conf
$ df -h
$ top
Raspberry Pi - How to edit system files
$ sudo vi
$ sudo nano
Raspberry Pi - Changing the system hostname
$ sudo nano /etc/hostname
$ sudo /etc/init.d/hostname.sh start
$ sudo reboot
$ sudo find / -name hosts
$ sudo nano /etc/hosts
127.0.0.1 hostname
Raspberry Pi - How to change the MOTD - Message of the day
修改登入訊息
$ sudo nano /etc/ motd.tail
Raspberry Pi - Changing to Static IP
$ cd /etc/network
$ ls -l
$ sudo nano interfaces
iface eth0 inet static
address 10.50.0.10
netmask 255.255.255.0
network 10.50.0.0
broadcast 10.50.0.255
gateway 10.50.0.1
留言
張貼留言