1.浏览器上网,发现不支持中文显示
$sudo apt-get install ttf-wqy-microhei
2.其他命令备份
2.1 vga/hdmi切换
$wget http://dl.cubieboard.org/software/tools/armhf/cb-display-tool
$chmod 777 cb-display-tool
$cb-display-tool -o 8 -m 11 //switch to VGA type
$cb-display-tool -o 4 -m 4 //switch to HDMI type
在更改后必须重启 X server?主要来源:http://docs.cubieboard.org/tutorials/common/begining_on_lubuntu
3.静态ip配置
3.1 ip:
sudo vi /etc/network/interfaces
auto eth0
iface eth0 inet static
address 192.168.0.33
gateway 192.168.0.1
netmask 255.255.255.0
network 192.168.0.0
broadcast 192.168.0.255
参考:http://www.linuxidc.com/Linux/2012-07/65266.htm
3.2 DNS$sudo vi /etc/resolv.conf
追加
nameserver 8.8.8.8
nameserver 8.8.4.4
3.3 需要重启网络服务
以下任选其一
$sudo /etc/init.d/networking restart
$sudo services networking restart
4.修改时间
sudo tzconfig,如果命令不存在请使用 dpkg-reconfigure tzdata
然后按照提示选择 Asia对应的序号,选完后会显示一堆新的提示—输入城市名,如Shanghai或Chongqing,最后再用 sudo date -s “” 来修改本地时间。
按照提示进行选择时区,然后:
sudo cp /usr/share/zoneinfo/Asia/ShangHai /etc/localtime
上面的命令是防止系统重启后时区改变。
参考:http://www.cnblogs.com/php5/archive/2011/02/15/1955432.html
5.显示配置
http://cubie.cc/forum.php?mod=viewthread&tid=1575&highlight=%E5%88%86%E8%BE%A8%E7%8E%87
6.外置SATA硬盘的挂载
http://www.cnblogs.com/avril/archive/2010/03/23/1692783.html
7.nginx+php
http://blog.youkuaiyun.com/hursing/article/details/21527159
8.安装phpmyadmin
http://www.tuicool.com/articles/EzMRBfQ
9.架设VPN
(失败)http://www.cnblogs.com/wengzhiwen/archive/2011/01/14/pptpd_nat.html
(成功)http://isfate.com/607.html
10.LVS配置(ipvsadm)
http://www.360doc.com/content/13/0817/17/3038654_307850762.shtml
http://dearhappyfish.blog.163.com/blog/static/190109415201362161330814/