Skip to content

Instantly share code, notes, and snippets.

View KenyOS's full-sized avatar
💕
~

ケーニ ( Keny ) KenyOS

💕
~
View GitHub Profile
@KenyOS
KenyOS / setenv.sh
Last active October 11, 2023 13:32 — forked from patmandenver/setenv.sh
Tomcat8 setenv.sh
export JAVA_OPTS="-Duser.timezone=GMT-3"
@KenyOS
KenyOS / arch install
Created May 5, 2023 12:12 — forked from kz0/arch install
Arch Linux VMware ESXi
# install arch linux with lvm and efi boot
# set keymap
loadkeys pt-latin9
# create partitions
cfdisk /dev/sda
# 512M type efi partition
# 19.5G type lvm partition
@KenyOS
KenyOS / printable-voucher-gen.html
Created January 19, 2022 14:35 — forked from sklemer1/printable-voucher-gen.html
Generate printable vouchers from pfSense generated captive portal codes
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Printable pfSense Voucher Generator</title>
<style type="text/css">
@page {
size: A4 landscape;
}
body {
@KenyOS
KenyOS / lightsail-docker.sh
Created April 5, 2021 14:17 — forked from Jeiwan/lightsail-docker.sh
Auto-Install Docker and Docker Compose on AWS Lightsail
sudo apt-get update
sudo apt-get install -y apt-transport-https ca-certificates
sudo apt-key adv --keyserver hkp://ha.pool.sks-keyservers.net:80 --recv-keys 58118E89F3A912897C070ADBF76221572C52609D
echo "deb https://apt.dockerproject.org/repo ubuntu-xenial main" | sudo tee /etc/apt/sources.list.d/docker.list
sudo apt-get update
sudo apt-get install -y linux-image-extra-$(uname -r) linux-image-extra-virtual
sudo apt-get install -y docker-engine
sudo curl -L "https://github.com/docker/compose/releases/download/1.9.0/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
sudo chmod +x /usr/local/bin/docker-compose
sudo groupadd docker
@KenyOS
KenyOS / about:config.md
Created August 11, 2017 02:30 — forked from haasn/about:config.md
Firefox bullshit removal via about:config

Firefox bullshit removal

Due to the incessant swarm of complete and utter nonsense that has been forcing its way into Firefox over time, I've decided to start collecting my personal list of “must-have” about:config tweaks required to turn Firefox into a functional brower.

NOTE: Unfortunately this is somewhat out of date. The comments link to some resources that may be more up-to-date. Patches welcome.

WebSockets

These can be used for nefarious purposes and to bypass access restrictions.