opkg update
opkg install kmod-usb-serial kmod-usb-serial-wwan kmod-usb-serial-option usb-modeswitch smstools3 curl iconv
vi /usr/local/bin/pushsms
#!/bin/sh
[Unit] | |
Description=Parity Daemon | |
After=network.target | |
[Service] | |
User=parity | |
Group=parity | |
ExecStart=/usr/bin/parity \ | |
--fat-db on --db-compaction auto --base-path /srv/blockchain/parity/ --mode active \ |
[Unit] | |
Description=Bitcoin's distributed currency daemon | |
After=network.target | |
[Service] | |
User=bitcoin | |
Group=bitcoin | |
Type=forking | |
PIDFile=/srv/blockchain/bitcoin/bitcoind.pid |
#!/bin/bash -e | |
# | |
# debian-stretch-zfs-root.sh V1.00 | |
# | |
# Install Debian GNU/Linux 9 Stretch to a native ZFS root filesystem | |
# | |
# (C) 2017 Hajo Noerenberg | |
# | |
# | |
# http://www.noerenberg.de/ |
#!/usr/bin/env bash | |
# Adapted from https://github.com/zfsonlinux/zfs/wiki/Ubuntu-18.04-Root-on-ZFS | |
# Should be executed from a live CD environment | |
set -e | |
## CONFIG VARS | |
set -x | |
# Disk drive ids (symlinks in /dev/disk/by-id) | |
bootdisk='usb-SanDisk_Cruzer_AAAAAAAAAAAAAAAAAAAA-0:0' | |
rdisk1='ata-SanDisk_SDSSDHII120G_AAAAAAAAAAAA' |
opkg update
opkg install kmod-usb-serial kmod-usb-serial-wwan kmod-usb-serial-option usb-modeswitch smstools3 curl iconv
vi /usr/local/bin/pushsms
#!/bin/sh
#!/usr/bin/python | |
# -*- coding: utf-8 -*- | |
#Script for reverting ZFS changes by destroying uberblocks | |
#Author: Martin Vool | |
#E-mail: [email protected] | |
#Version: 0.1 | |
#Date: 16 November 2009 | |