Armbian Thread: https://forum.armbian.com/topic/8082-armbian-for-tv-box-rk3328/?page=12
2019-02-15:
Found some firmware images at:
brew cask install xquartz | |
brew install amiaopensource/amiaos/decklinksdk | |
brew tap homebrew-ffmpeg/ffmpeg | |
brew install homebrew-ffmpeg/ffmpeg/ffmpeg $(brew options homebrew-ffmpeg/ffmpeg/ffmpeg --compact) |
bts1-334dec597811b6c.static.premium-sdsl.netbone.de | |
nc bts1-334dec597811b6c.static.premium-sdsl.netbone.de 10001 | |
^AI20100 | |
I20100 | |
12.04.19 00:53 | |
Bavaria Tankstelle OHG | |
Treffpunkt Feine-Geister |
#! /bin/sh | |
/bin/mount -a | |
echo " | |
############################## | |
# # | |
# GWELL IPC SYSTEM # | |
# # | |
############################## |
Armbian Thread: https://forum.armbian.com/topic/8082-armbian-for-tv-box-rk3328/?page=12
2019-02-15:
Found some firmware images at:
Building in Docker Cloud's infrastructure... | |
Cloning into '.'... | |
Warning: Permanently added the RSA host key for IP address '192.30.253.113' to the list of known hosts. | |
Reset branch 'master' | |
Your branch is up-to-date with 'origin/master'. | |
Executing post_checkout hook... | |
🔵 post_checkout | |
Docker version 17.06.2-ee-6, build e75fdb8 | |
✅ Install qemu + binfmt support | |
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ |
#!/bin/sh | |
set -e | |
sudo apt-get install -y git gawk qpdf adb flex bison checkinstall libgmp3-dev tcpdump raspberrypi-kernel-headers | |
git clone https://github.com/seemoo-lab/nexmon.git | |
cd nextmon | |
cd buildtools/isl-0.10 |
#!/bin/sh | |
mkdir -p /tmp/rtl8812au | |
cd /tmp/rtl8812au | |
apt-get install -y \ | |
git \ | |
dkms \ | |
raspberrypi-kernel-headers \ | |
raspberrypi-kernel |
#!/bin/sh | |
# see https://streamlink.github.io/cli.html | |
# install streamlink and vlc on macos | |
brew install streamlink | |
brew cask install vlc | |
# Method 1 |
#!/bin/bash | |
for i in vuls/go-cve-dictionary vuls/goval-dictionary vuls/gost vuls/vuls; do | |
docker pull $i | |
docker run --rm $i -v | |
done | |
mkdir -p vuls | |
pushd vuls |