orange_pi_armbian

/etc/apt/sources.list换源http://mirrors.ustc.edu.cn/ubuntu-ports/
编译安装ssr-libev:
https://github.com/Akkariiin/shadowsocksr-libev.git

git clone https://github.com/shadowsocksr-backup/shadowsocksr-libev
./configure && make && sudo make install

sudo apt-get update
sudo apt-get -y install openjdk-8-jdk


修改时间:sudo tzselect
sudo cp /usr/share/zoneinfo/Asia/Shanghai  /etc/localtime
安装pcap: sudo apt-get install libpcap-dev
安装chacha20:
sudo apt-get install build-essential
wget https://download.libsodium.org/libsodium/releases/LATEST.tar.gz
tar xf libsodium-1.0.10.tar.gz && cd libsodium-1.0.10
chmod +x configure
./configure && make -j4 && make install
ldconfig
芯片设置 h3consumption -p
显示温度 armbianmonitor -m

Article By :

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注