Skip to content

Instantly share code, notes, and snippets.

Avatar

Adam Brady SomeoneWeird

View GitHub Profile
@SomeoneWeird
SomeoneWeird / handshake-airdrop.md
Last active May 7, 2021 01:20 — forked from KoryNunn/handshake-airdrop.md
Handshake airdrop for github users.
View handshake-airdrop.md

Had 15 github followers in 2019? You can get about $4kAUD of crypto for minimal effort.

Explain this scam

That's legitimately a good default position to hold, however, in this case, the free money is a function of time, and not only charity.

In February 2020, in order to promote Handshake (HNS) to developers, an airdrop was offered to any Github user with more than 15 followers. The Airdrop would give you 4246HNS, at the time, worth around at $0.08USD per coin, for a total of $339.68USD, pretty generous!

Today, 4246HNS is worth around $4000 dollarydoos, and there are plenty of github users who haven't claimed theirs.

View printer.dts
/dts-v1/;
/ {
#address-cells = <0x01>;
#size-cells = <0x01>;
compatible = "mediatek,linkit\0mediatek,mt7628an-soc";
model = "MediaTek LinkIt Smart 7688";
cpus {
View gist:8774c3334ec6ba96e5fb0eefca4caa03
➜ switch-oss git:(master) ✗ git commit -m '4.0.0'
[master d50d9747] 4.0.0
Date: Thu Oct 19 12:37:13 2017 +1100
1937 files changed, 75226 insertions(+), 48361 deletions(-)
rewrite WebKitLibraries/cairo/ChangeLog (89%)
create mode 100755 WebKitLibraries/cairo/ChangeLog.pre-1.14
create mode 100755 WebKitLibraries/cairo/build/aclocal.gtk-doc.m4
delete mode 100755 WebKitLibraries/cairo/build/gtk-doc.m4
create mode 100755 WebKitLibraries/cairo/doc/public/html/cairo-Tags-and-Links.html
rewrite WebKitLibraries/cairo/doc/public/html/index-1.10.html (79%)
@SomeoneWeird
SomeoneWeird / disable-ipv6.sh
Created July 20, 2017 01:31 — forked from kwilczynski/disable-ipv6.sh
Amazon Linux OS tweaks
View disable-ipv6.sh
#!/bin/bash
set -u
set -e
set -o pipefail
export PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
cat <<'EOF' > /etc/modprobe.d/blacklist-ipv6.conf
View modify.js
node modify.js && yarn install && node modify.js restore && npm install
View gist:ae197884b18a4ca514e8322231b9c735
Policy:
Statement:
- Action:
- iam:ChangePassword
- iam:GetAccountPasswordPolicy
- iam:CreateVirtualMFADevice
- iam:EnableMFADevice
- iam:ResyncMFADevice
- iam:DeactivateMFADevice
- iam:DeleteVirtualMFADevice
View zzz.js
var signaturePadParentClass = document.getElementById('signature-pad');
var signaturePadParentData = signaturePadParentClass.dataset.parent;
var signaturePadChildData = signaturePadParentClass.dataset.child;
var signaturePadConstructor = [];
signaturePadConstructor.push(signaturePadParentData, signaturePadChildData)
var signaturePadConstructor = new signaturePadConstructor({
backgroundColor: 'rgba(255, 255, 255, 0)',
penColor: 'rgb(0, 0, 0)'
});
View gist:65e8948d995228389d9b
wpa_passphase <ssid> <password> > x
wpa_supplicant -B -D wext -i <if> -c /etc/wpa_supplicant.conf
dhclient <if>
route add default gw <ip>
View es5.js
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
var DELETEKEY = require("../lib/deleteKey");
function anyValidator(args, childValidators, data) {
View gist:5dd6ea648acec3b408b9
[nginxAccessInput]
type = "LogstreamerInput"
log_directory = "/var/log/nginx"
file_match = 'access\.log\.?(?P<Seq>\d*)'
priority = [ "^Seq" ]
[nginxErrorInput]
type = "LogstreamerInput"
log_directory = "/var/log/nginx"
file_match = 'error\.log\.?(?P<Seq>\d*)'