Skip to content

Instantly share code, notes, and snippets.

View unixfy's full-sized avatar
🍜
Eating

Alex Wang unixfy

🍜
Eating
View GitHub Profile
@unixfy
unixfy / ms-esi-edu-list.json
Created February 19, 2023 17:29
List of university domains that are eligible for Microsoft Enterprise Skills Initiative - generated 02/18/2023
[{
"domain": "umb.edu",
"AADEnabled": true,
"companyName": "UMass Boston",
"esi": true
}, {
"domain": "sunyit.edu",
"AADEnabled": true,
"companyName": "SUNY Poly",
"esi": true
@unixfy
unixfy / circleci-config-s3-and-cfront.yml
Created September 23, 2018 16:54
CircleCI Publish Repo to S3 & Cloudfront config
version: 2
jobs:
build:
docker:
- image: circleci/python:latest
steps:
- checkout
- store_artifacts:
path: /code/{{repo-name}}
args: -device isa-applesmc,osk="ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc" -smbios type=2 -cpu Penryn,kvm=on,vendor=GenuineIntel,+invtsc,vmware-cpuid-freq=on,+pcid,+ssse3,+sse4.2,+popcnt,+avx,+aes,+xsave,+xsaveopt,check
bios: ovmf
boot: cdn
bootdisk: sata0
cores: 4
cpu: Penryn
cpuunits: 16000
efidisk0: pve-data:vm-112-disk-2,size=128K
machine: pc-q35-2.11
memory: 5000
@unixfy
unixfy / keybase.md
Created April 4, 2018 14:43
Keybase proof.

Keybase proof

I hereby claim:

  • I am unixfy on github.
  • I am unixfy (https://keybase.io/unixfy) on keybase.
  • I have a public key whose fingerprint is 292C BDB4 D837 8443 8254 5235 6ECC 5387 A861 33BE

To claim this, I am signing this object:

@unixfy
unixfy / solusvm-ubuntu-ipv6-isoinstall.md
Last active October 1, 2017 15:39
SolusVM's IPv6 not working on Ubuntu? Try this

Why won't IPv6 work on Ubuntu? (when doing an ISO install - KVM templates should work properly)

  1. Run Reconfigure Networking in SolusVM

  2. Combine the inet6 and inet blocks, i.e.

from

# Generated by SolusVM
@unixfy
unixfy / x2c0-gradient-bg.css
Created April 7, 2017 19:05
Nice gradient background for x2c0.net
background: linear-gradient(45deg, #f44336, #e91e63, #9c27b0, #673ab7, #3f51b5, #2196f3, #03a9f4, #00bcd4, #009688, #4caf50, #8bc34a, #afb42b, #ff8f00, #ef6c00, #ff5722, #795548, #795548, #9e9e9e, #607d8b);
background-size: 3800% 3800%;
-webkit-animation: x2c0-gradient-bg 60s ease infinite;
-moz-animation: x2c0-gradient-bg 60s ease infinite;
-o-animation: x2c0-gradient-bg 60s ease infinite;
animation: x2c0-gradient-bg 60s ease infinite;
@-webkit-keyframes x2c0-gradient-bg {
0%{background-position:0% 51%}
<?php
$address = $_GET['address'];
$ammount_to_send = $_GET['ammount'];
$api = $_GET['api'];
//If you want to add a note the faucet owner and you can see
$note = $_GET['note'];
//What you will want to do is to do a random number+letters generator at ?api in the URL