树莓派打造个人家庭服务器

树莓派要是关机正常很可能会损坏系统导致无法开机。
为此将安装树莓派所以及日后常用的配置教程集中到一起以便查阅。

step1:刻录树莓派

最基础步骤:
1.系统镜像,我使用的是raspbian;

https://www.linuxdashen.com/%E9%A6%96%E6%AC%A1%E5%AE%89%E8%A3%85raspbian%E7%B3%BB%E7%BB%9F%E5%90%8E%E9%9C%80%E8%A6%81%E5%81%9A%E7%9A%84%E4%BA%8B

http://blog.sina.com.cn/s/blog_bce68edc0101cuv9.html * 设置root *

2.刻录软件,windows可以使用win32,linux直接用DD指令;

http://xiaozhuang.blog.51cto.com/4396589/850657 /*dd command usage */

3.分配动态IP;

http://blog.csdn.net/keepsmi1e/article/details/9370049 pratical
http://blog.jobbole.com/54595/ details
arp -a windows

4.安装中文库;

http://www.shumeipaiba.com/wanpai/jiaocheng/5.html

5.设置国内软件源;

http://www.shumeipaiba.com/wanpai/jiaocheng/16.html

6.设置U盘自动挂载;

http://shumeipai.nxez.com/2015/06/23/raspberry-pi-usb-storage-device-automatically-mounts.html

step2_1:配置下载机

材料:aria2(多线程下载神器),yaaw(aria2 web界面),阿帕奇;

http://www.jianshu.com/p/4cf37177fc62
http://shumeipai.nxez.com/2014/07/01/raspberry-pi-do-download-machine-aria2.html

step2_2:配置FTP服务器

http://www.eeboard.com/bbs/thread-27382-1-1.html
http://www.educity.cn/linux/1145045.html

step2_3:配置web服务器

http://www.eeboard.com/bbs/thread-27383-1-1.html

你可能感兴趣的:(树莓派打造个人家庭服务器)