Skip to content

Instantly share code, notes, and snippets.

View identor's full-sized avatar
🌴
On vacation

Irvin Denzel Torcuato identor

🌴
On vacation
View GitHub Profile
@identor
identor / fanout-ingress.yml
Last active February 10, 2019 08:28
Kubernetes: Setting up fanout ingress GCP
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
name: fanout-ingress
annotations:
kubernetes.io/ingress.global-static-ip-name: "web-static-ip"
spec:
rules:
- http:
paths:
@identor
identor / alivealert.txt
Last active March 28, 2021 11:14
Unturned cheats
// Player id: alivealert
// SecOps Set
/give 76561198059847327/1169
/give 76561198059847327/1170
/give 76561198059847327/1171
/give 76561198059847327/1172
/give 76561198059847327/1389
/give 76561198059847327/334
@identor
identor / hello.js
Created August 7, 2020 09:26
Hello world! Console log
console.log('Hello world!');
if (window?.alert) { window.alert('Hellow world!'); }
@identor
identor / install-arch.md
Created February 8, 2021 06:41
Installing Arch 2021 UEFI KVM

Arch Installation 2021, UEFI boot KVM

This guide shows how to install arch linux with UEFI boot in KVM.

Requirements

Things you need before starting:

  1. Properly installed libvirtd, qemu w/ KVM
  2. In arch install, edk2-ovmf
  3. Install virt-manager