Last active
September 20, 2019 20:06
-
-
Save asjustas/bc9a5b13b491168a67c68d31f37ccce5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://intestinate.com/pilfs/beyond.html#kernelbuild | |
/etc/rc.d/init.d/rc.local | |
/opt/cgroupfs-mount/cgroupfs-mount | |
/usr/bin/dockerd | |
wget https://github.com/aria2/aria2/releases/download/release-1.34.0/aria2-1.34.0.tar.gz | |
tar -xvf aria2-1.34.0.tar.gz | |
cd aria2-1.34.0 | |
./configure --prefix=/usr --sysconfdir=/etc | |
make & make install | |
cp ./src/aria2c /usr/local/bin | |
aria2c -v | |
http://www.netfilter.org/projects/iptables/files/iptables-1.8.3.tar.bz2 | |
tar -xvf iptables-1.8.3.tar.bz2 | |
cd iptables-1.8.3 | |
https://github.com/AdrianBan/exfat-nofuse | |
UUID=5CAC-B9F2 /mnt/vault exfat defaults,auto,users,rw,nofail 0 0 | |
wget https://storage.googleapis.com/golang/go1.13.linux-armv6l.tar.gz | |
tar -C /usr/local -xzf go1.13.linux-armv6l.tar.gz | |
export PATH=$PATH:/usr/local/go/bin # put into ~/.profile | |
$ wget http://download.redis.io/releases/redis-5.0.5.tar.gz | |
$ tar xzf redis-5.0.5.tar.gz | |
$ cd redis-5.0.5 | |
$ make | |
make install | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment