Skip to content

Instantly share code, notes, and snippets.

@asasuou
asasuou / readme.md
Created May 6, 2022 10:54 — forked from drraccoony/readme.md
SteamOS3 on GPD Win 2 (via recovery image)
@asasuou
asasuou / d4_passwords.txt
Created March 12, 2022 17:50 — forked from Nezarn/d4_passwords.txt
Initial D Arcade Stage 4 - Password unlocks
PW list by Nezarn
~~~~~~~~~~~~~~~~~
Go to test menu and select PASSWORD CONFIRMATION, then you need to "type" in the letters with test menu button,
and go to next letter with service button, after you put in the password, press confirm, you should get a msg
what you unlocked and if the password was correct or not.
Passwords:
~~~~~~~~~~
QRKYIMVP
4X8WFOKI
@asasuou
asasuou / extract android kernel.md
Created January 17, 2021 06:13 — forked from azureru/extract android kernel.md
How to Extract Android Kernel And Modify The Boot Ramdisk (Android 4.4) on Allwinner based Processor

Extracting Existing Kernel + Ramfs

Enter the machine using adb shell

Run cat /proc/partitions

  #  Path                     Purpose        Size
  0 /dev/block/mmcblk0                       7761920
  1 /dev/block/mmcblk0p1      data           6085631
@asasuou
asasuou / gist:9f467c3dfa3c3232142d4f598ea64180
Created January 17, 2021 05:14 — forked from jhorstmann/gist:1579903
How to modify android-x86 asus_laptop image to add rtl8192se wireless lan driver

The "intellibook" netbook contains a rtl8192se pci network chip that is not currently included in the android-x86 builds. I could not get a complete self-build image to work so I decided to add the neccessary drivers to the existing release from 20120101. This has the added benefit that the installation contains the google apps, which are not included in the source download. The image can be downloaded from http://www.android-x86.org/releases/build-20120101 (android-x86-4.0-asus_laptop-20120101.iso).

Extract the iso image and the contained squashfs image and mount the contained filesystem image as a loopback device.

$ bsdtar -C android-image -xf android-x86-4.0-asus_laptop-20120101.iso
$ cd android-image
$ unsquashfs system.sfs
$ sudo mkdir /mnt/iso
$ sudo mount ./squashfs-root/system.img /mnt/iso  -o loop
@asasuou
asasuou / LighttpdReverseProxyURLRewriting
Created January 5, 2021 17:18 — forked from ebouchut/LighttpdReverseProxyURLRewriting
Lighttpd reverse-proxy to that matches an URL _and_ does URL rewriting #web #server #lighttpd
#server.modules += ( "mod_rewrite")
# Workaround to have a working reverse-proxy that matches an URL does URL rewriting in Ligghtpd.
#
# Ligtthpd 1.4.28 cannot perform both matching and URL rewriting at the same time.
# Therefore we need to define 2 proxies, one does the matching and bounce the request
# to the other one, in charge of rewriting the URL before proxying the request to the target server.
#
# More about this here:
# http://redmine.lighttpd.net/issues/164#note-9
@asasuou
asasuou / first_run.ini
Created November 26, 2020 03:47 — forked from HighMacGuy/first_run.ini
OpenVPN Access Server Letsencrypt
# OpenVPN Let's Encrypt first run config file
#https://loige.co/using-lets-encrypt-and-certbot-to-automate-the-creation-of-certificates-for-openvpn/
cert-name=
authenticator = standalone
standalone-supported-challenges = tls-sni-01
non-interactive = True
rsa-key-size = 4096
email = "[email protected]"
domains = "vpn.server.com"
@asasuou
asasuou / kmskeys10.txt
Created September 12, 2017 11:00 — forked from CHEF-KOCH/kmskeys10.txt
Windows 10 KMS Keys
Windows.10.and.Office.2016.gVLK
#####################################################################
# Install/Uninstall keys #
#####################################################################
1.) Uninstall the current product by entering the “uninstall product key” extension:
slmgr.vbs /upk
2.) Install the key that you obtained above for “Windows Srv 2012R2 DataCtr/Std KMS for Windows 10”
frontend=0.0.0.0,443
backend=127.0.0.1,8081
workers=2
private-key-file=/etc/squid3/server.key
certificate-file=/etc/squid3/server.crt
http2-proxy=yes
add-x-forwarded-for=no
no-via=yes
no-ocsp=yes
@asasuou
asasuou / ocserv
Created February 13, 2016 23:56 — forked from kevinzhow/ocserv
ocserv 启动脚本
#!/bin/sh
### BEGIN INIT INFO
# Provides: ocserv
# Required-Start: $remote_fs $syslog
# Required-Stop: $remote_fs $syslog
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
### END INIT INFO
# Copyright Rene Mayrhofer, Gibraltar, 1999
# This script is distibuted under the GPL