Skip to content

Instantly share code, notes, and snippets.

@oscx
oscx / gist:9a86b8480d7b8633c720d5442fdd01e3
Created January 11, 2019 13:08
moto_g6_play-treble-arm-32bit-aonly_bootissue
~ # cat /sys/fs/pstore/*
ABOOT.GIT=MBM-NG-TBF.4F-0-g69a878f
PROV.GIT=MBM-NG-VBF.C7-0-g1fefee4-dirty
CMNLIB64.GIT=MBM-NG-VBF.C7-0-g5fefee4
CMNLIB.GIT=MBM-NG-VBF.C7-0-g5fefee4
KEYMASTER.GIT=MBM-NG-VBF.C7-0-g5fefee4
DEVCFG.GIT=MBL%NG-VBF.C7-0-g5fefee4-dirty
TZ.GIT=MBM-NG-VBF.C7-0)g5fefee4-dirty
RPM.GIT=02a0726-dirty
SBL1.GIT=MBM-NG-VBF,4F-0-g5f65866
@oscx
oscx / install_vpn.sh
Created October 20, 2018 12:13 — forked from lorepozo/install_vpn.sh
automatically install and configure a VPN server — IKEv2 over IPsec
#!/bin/bash
# install_vpn.sh
# automatically install and configure a VPN -- IKEv2 over IPsec
# using strongswan and iptables
# Author: Lucas E Morales <lucas@lucasem.com>
#
# tested on Ubuntu 16.04 and arch 2018-07
#
# huge thanks to Namo's tutorial:
# https://www.digitalocean.com/community/tutorials/how-to-set-up-an-ikev2-vpn-server-with-strongswan-on-ubuntu-16-04