Skip to content

Instantly share code, notes, and snippets.

@asjustas
Last active September 20, 2019 20:06
Show Gist options
  • Save asjustas/bc9a5b13b491168a67c68d31f37ccce5 to your computer and use it in GitHub Desktop.
Save asjustas/bc9a5b13b491168a67c68d31f37ccce5 to your computer and use it in GitHub Desktop.
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