更新源
nano /etc/apt/source.list
deb http://mirrordirector.raspbian.org/raspbian/ jessie main contrib non-free r$
# Uncomment line below then ‘apt-get update‘ to enable ‘apt-get source‘
##deb-src http://archive.raspbian.org/raspbian/ jessie main contrib non-free rpi
deb http://mirrors.tuna.tsinghua.edu.cn/raspbian/raspbian/ jessie main contrib $
deb-src http://mirrors.tuna.tsinghua.edu.cn/raspbian/raspbian/ jessie main cont$
deb http://mirrordirector.raspbian.org/raspbian/ jessie main contrib non-free r$
deb http://mirror.devunt.kr/raspbian/raspbian/ jessie main contrib non-free rpi
deb ftp://ftp.kaist.ac.kr/raspbian/ jessie main contrib non-free rpi
deb http://mirrors.tuna.tsinghua.edu.cn/raspbian/raspbian/ wheezy main contrib $
deb http://mirror.nus.edu.sg/raspbian/raspbian/ jessie main contrib non-free rpi
deb http://mirrordirector.raspbian.org/raspbian/ jessie main contrib non-free r$
------------------------------------------
apt-get update
apt-get upgrade
apt-get dist-upgrade
apt-get purge epiphany-browser
apt-get autoremove epiphany-browser
xxxxx apt-get install epiphany-browser xxxxx
----------------------------------
输入法apt-get install fcitx fcitx-googlepinyin fcitx-module-cloudpinyin fcitx-sunpinyin
--------------------------------
http://tieba.baidu.com/p/4022707730
http://tieba.baidu.com/p/3587157171
-------------------------------
安装chromium和flash插件
sudo apt-get install chromium
到百度网盘找PepperFlash-12.0.0.77-armv7h.tar.gz
tar -xzf PepperFlash-12.0.0.77-armv7h.tar.gz
cd PepperFlash
chmod +x *
sudo cp * /usr/lib/chromium/plugins
sudo nano /etc/chromium/default
CHROMIUM_FLAGS="--ppapi-flash-path=/usr/lib/chromium/plugins/libpepflashplayer.so --ppapi-flash-version=12.0.0.77 -password-store=detect -user-data-dir"
-------------------------------------
安装firefox和flash插件
apt-get install iceweasel
apt-get install lightspark browser-plugin-lightspark
---------------------------
http://www.68idc.cn/help/server/linux/20151023582386.html
http://www.fwqtg.net/%E7%A7%91%E5%AD%A6%E4%B8%8A%E7%BD%91%E4%B9%8Bubuntu%E4%B8%8Bshadowsocks%E9%85%8D%E7%BD%AE%E8%AF%B4%E6%98%8E.html
http://linux.it.net.cn/Ubuntu/2015/0927/17430.html
------------------------------
安装shadowsocks
apt-get install python-pip
pip install shadowsocks
-------------------------------
[email protected]:/home/pi# nano /home/pi/Documents/shadowsocks.json
{
"server":"xxx",
"server_port":xxx,
"local_address": "127.0.0.1",
"local_port":1080,
"password":"xxx",
"timeout":600,
"method":"aes-256-cfb",
"fast_open": false,
"workers": 1
}