返回列表 發帖

【Raspberry Pi】—— 功略

本帖最後由 ckleea 於 2012-11-27 12:11 編輯

關於此 Raspberry Pi 一些基本資料,可在這裡找到
http://www.raspberrypi.org/faqs


Raspberry Pi Hardware

800px-RpiFront.png
2012-11-26 14:51


Raspberry Pi Layout

409px-Raspi-Model-AB-Mono-2-699x1024.png
2012-11-26 14:51


Comparison

screenshot.26-11-2012 14.40.42.png
2012-11-26 14:51


功略 -

1. 購買篇

2. 準備 SD Card 篇

3. 第一次使用

4. 更新 Asterisk + FreePBX

5. 加入Linux 其他功能

6. 加入VOIP 功能

7. 其他

本帖最後由 ckleea 於 2012-11-26 13:47 編輯

1. 購買篇

應該是買 Model B 512MB

    SBC, RASPBERRY PI, MODEL B, 512MB
    Silicon Manufacturer: Broadcom
    Core Architecture: ARM
    Core Sub-Architecture: ARM11
    Silicon Core Number: BCM2835
    Silicon Family Name: BCM2xxx
    Kit Contents: Evaluation Board
    Features: Credit card size video computer, HDMI, Ethernet & 2 USB ports, Linux's Fedora software, 512MB RAM
    Clock Frequency Max: 700MHz

從下面的 link 購買
Raspberry Pi
http://hk.element14.com/raspberr ... -b-512mb/dp/2191863

Enclosure
http://hk.element14.com/multicom ... ;in_merch=true&

SD - 自備。我用一張 SanDisk Class 4 8GB: HK$55

Micro-USB 供電 - 自備

HMDI 線 - 自備

TOP

本帖最後由 ckleea 於 2012-11-26 14:54 編輯

2. 準備 SD Card 篇

我的系統是這個
http://www.raspberry-asterisk.org/download/raspbx-04-11-2012.zip

系統密碼
Configuration details set during install:
Mysql root password: raspberry

SSH login:
user: root
password: raspberry

Default FreePBX login:
user: admin
password: admin

其他Linux 系統可在這裡找
http://elinux.org/RPi_Distributions

怎樣準備你的SD,我跟下面的 link
http://elinux.org/RPi_Easy_SD_Card_Setup

TOP

本帖最後由 ckleea 於 2012-11-26 15:07 編輯

3. 第一次使用

如果你接上hmdi 線,你可以從你的TV or Monitor 看到 boot 機的程況。

進入系統後,我做下面的動作

raspi-config
1. 更改SD Card,將它全部使用
2. 設定 Locale + time zone

screenshot.26-11-2012 14.55.24.png
2012-11-26 15:05


screenshot.26-11-2012 14.57.24.png
2012-11-26 15:07


你可跟隨下面的link 做設定
http://www.raspberry-asterisk.org/?page_id=10

我基本上使用 remote SSH 進行設定,所以會使用 putty and WinSCP。記著先前的username and password

系統更新
apt-get update

Asterisk + FreePBX  更新
apt-get install asterisk11 freepbx

TOP

本帖最後由 ckleea 於 2012-11-27 12:13 編輯

4. 更新 Asterisk + FreePBX

a. 系統更新
@Linux command line: apt-get update

如有需要,可以 apt-get upgrade

b. Asterisk + FreePBX  更新
@Linux command line: apt-get install asterisk11 freepbx

如果想更新 FreePBX modules,請在 FreePBX GUI 網頁內更新。

TOP

本帖最後由 ckleea 於 2013-1-1 08:45 編輯

5. 加入Linux 其他功能

Firefox
apt-get install iceweasel

VNC
apt-get install tightvncserver

Webmin
http://www.raspberrypi.org/phpBB3/viewtopic.php?f=36&t=6096

screenshot.27-11-2012 21.15.57.png
2012-11-27 21:26


Raspcontrol
Very useful programme for Raspberry Pi Control over web
http://raspcontrol.com/
Howto
http://frustrateditengineer.word ... -your-raspberry-pi/
To use raspcontrol
mv raspcontrol directory to the apache default directory or in our case with freepbx
in CLI> mv raspcontrol /var/www/html
restart apache2 as service apache2 stop; service apache2 start

access the raspcontrol as http://raspberrypi/raspcontrol


Ddclient
set up Dynamic DNS host and ddclient in raspberry pi
http://www.recantha.co.uk/blog/?p=18

TOP

本帖最後由 ckleea 於 2012-11-26 14:13 編輯

6. 加入VOIP 功能

Yate and Google Voice
http://bubhutsa.blogspot.hk/2012 ... eway-with-yate.html

Freeswitch and FusionPBX
http://wiki.fusionpbx.com/index.php?title=Raspberry_Pi_Script

TOP

本帖最後由 ckleea 於 2012-12-31 06:46 編輯

7. 其他功能

Raspberry Pi 可以使用嘅硬件
http://elinux.org/RPi_VerifiedPeripherals

Raspberry Pi as a Wireless hotspot
http://elinux.org/RPI-Wireless-Hotspot

Dynamic DNS and Openvpn server
http://www.raspberrypi.org/phpBB3/viewtopic.php?f=36&t=21566

Raspberry Pi VPN server (PPTPD)
http://wellsb.com/post/29412820494/raspberry-pi-vpn-server

Berryboot - Boot menu/ OS installer
http://www.raspberrypi.org/phpBB3/viewtopic.php?f=63&t=12776

Raspberry PI as a Mail, LDAP and Samba PDC
http://ducky-pond.com/

TOP

本帖最後由 ckleea 於 2012-11-27 12:14 編輯

All in one VOIP Package

Introducing Incredible PBX 3.5 for the Raspberry Pi

http://nerdvittles.com/?p=3026

整合管理VOIP更輕鬆

TOP

本帖最後由 ckleea 於 2012-11-27 21:27 編輯

Installing OpenVPN Tutorial

http://www.raspberrypi.org/phpBB3/viewtopic.php?f=36&t=20916

TOP

本帖最後由 ckleea 於 2013-1-3 08:46 編輯

A how to on building your own.
www.klaverstyn.com.au/david/wiki ... sk_for_Raspberry_Pi

A how to on writing a pre-compiled image
http://www.klaverstyn.com.au/dav ... _Raspberry_Pi_Image

A list of existing images for the Raspberry Pi
http://www.klaverstyn.com.au/david/asterisk/rpi/

TOP

C-HING,大家一起研究啦!!我都愛死RASPBERRY PI

TOP

而家我在考慮第二台RASPBERRY做THIN CLIENT,做一台FAT SERVER比家人用,之后用WINDOWS SERVER HYPER-V 做不同的WINDOWS IMAGE上去,最后用連上WINDOW IMAGE

TOP

其实我好需要一篇点样安装系统的中文安装教程

TOP

其实我好需要一篇点样安装系统的中文安装教程
lttliang 發表於 2012-11-26 16:27


http://www.cnbeta.com/articles/204970.htm

TOP

返回列表