Let's install Debian 9.0 "Stretch" on QEMU MIPS64 under Ubuntu.
sudo apt install qemu-system-mips
wget http://ftp.debian.org/debian/dists/stretch/main/installer-mips64el/current/images/malta/netboot/vmlinux-4.9.0-8-5kc-malta
| go build -ldflags "-linkmode external -extldflags -static" |
| #!/bin/bash | |
| if [ "$4" == "" ]; then | |
| echo "usage: $0 <local_ip> <remote_ip> <new_local_ip> <new_remote_ip>" | |
| echo "creates an ipsec tunnel between two machines" | |
| exit 1 | |
| fi | |
| SRC="$1"; shift | |
| DST="$1"; shift |
| #!/usr/bin/env bash | |
| # Time-stamp: <2014-07-31 13:31:43 (ryanc)> | |
| # | |
| # Description: Mirror traffic between two interfaces using Linux's | |
| # traffic control subsystem (tc) | |
| trap cleanup EXIT | |
| CLEANUP=1 | |
| SRC_IFACE=$1 |
| /* eslint-disable no-var */ | |
| var path = require('path'); | |
| var autoprefixer = require('autoprefixer'); | |
| const MATCH_ALL_NON_RELATIVE_IMPORTS = /^\w.*$/i; | |
| module.exports = [{ | |
| output: { | |
| filename: '[name].js', | |
| library: 'atrium-react-plugin-beta', |
| /* eslint-disable no-var */ | |
| var path = require('path'); | |
| var autoprefixer = require('autoprefixer'); | |
| const MATCH_ALL_NON_RELATIVE_IMPORTS = /^\w.*$/i; | |
| module.exports = [{ | |
| output: { | |
| filename: '[name].js', | |
| library: 'atrium-react-plugin-beta', |
| obj-m += tcp_svr_sample.o | |
| all: | |
| make -C /lib/modules/$(shell uname -r)/build M=$(PWD) modules | |
| clean: | |
| make -C /lib/modules/$(shell uname -r)/build M=$(PWD) clea |