Skip to content

Instantly share code, notes, and snippets.

View KenyOS's full-sized avatar
💕
~

ケーニ ( Keny ) KenyOS

💕
~
View GitHub Profile

Keybase proof

I hereby claim:

  • I am kenyos on github.
  • I am kenyos (https://keybase.io/kenyos) on keybase.
  • I have a public key ASABoDm1uWuQBP5pw3fZOJozctddEHyqXNHjTL6qNFm99go

To claim this, I am signing this object:

@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.

@KenyOS
KenyOS / myprofile
Created August 19, 2017 19:40
bbcode profile for Sweet (Sorry! Stoled just for learn more about bbcode structure)
[color=#FFFFFF]_[/color]
[color=#FFFFFF]_[/color]
[color=#FFFFFF]_[/color]
[color=#FFFFFF]_[/color]
[center][img]http://i.imgur.com/LalLM6K.png[/img][/center][img align=left]http://i.imgur.com/MCzkyaT.png[/img][img align=right]http://i.imgur.com/MOruvXC.png[/img][right][size=90][b][color=#B3B3B3]_[/color][color=#FFFFFF]_[/color][color=#]□[/color][color=#FFFFFF]_[/color][color=#B3B3B3]x[/color][/b][/size][/right]
[center][size=250][color=#FF8FAD][u]S[/u][/color] [color=#B3B3B3]w e e t [/color][url=https://www.youtube.com/watch?v=Z0S3knWIdrY][color=#FF8FAD]♥[/color][/url][/size]
[quote][color=#8C8C8C][size=75] > Isn't strength the ability to renounce every lie in your heart? <[/size][/color][/quote][img]http://i.imgur.com/Sc1OkdX.gif[/img][img]http://i.imgur.com/Sc1OkdX.gif[/img][img]http://i.imgur.com/Sc1OkdX.gif[/img][img]http://i.imgur.com/Sc1OkdX.gif[/img]
[size=77][color=#8C8C8C]Sofía. 20. Taurus. ENFJ-T. Huge nerd.
I know that nobody actually reads this, but I still
do it mainly for the cute a e s t h e
https-strict: behind-the-scene false
matrix-off: * true
matrix-off: about-scheme true
matrix-off: behind-the-scene true
matrix-off: chrome-extension-scheme true
matrix-off: chrome-scheme true
Verifying my Blockstack ID is secured with the address 1NSVRe4KY9D6Ru5TiokSRXAdS3o3cCRHQr https://explorer.blockstack.org/address/1NSVRe4KY9D6Ru5TiokSRXAdS3o3cCRHQr
@KenyOS
KenyOS / pacman-update-mirror.hook
Created June 30, 2018 13:12
Hook for use Reflector on Arch Linux (File on /usr/share/libalpm/hooks)
[Trigger]
Type = File
Operation = Install
Operation = Upgrade
Operation = Remove
Target = usr/
[Action]
Description = Updating Arch Linux Mirrors....
When = PostTransaction
@KenyOS
KenyOS / tmux-reminder.txt
Created July 1, 2018 15:42
Tmux beginner - I need to remember these simple shortcuts
Ctrl+b - followerd by:
<prefix> c: Create a new window (appears in status bar)
<prefix> 0: Switch to window 0
<prefix> 1: Switch to window 1
<prefix> 2: Switch to window 2 (etc.)
<prefix> x: Kill current window
<prefix> d: Detach tmux (exit back to normal terminal)
exclude:
C:\ProgramData\Microsoft\Network\Downloader\*;C:\WINDOWS\system32\LogFiles\WMI\RtBackup\:.:;:\System Volume Information\FVE2.{e40ad34d-dae9-4bc7-95bd-b16218c10f72}.:;:\System Volume Information\FVE2.{c9ca54a3-6983-46b7-8684-a7e5e23499e3};:\System Volume Information\FVE2.{24e6f0ae-6a00-4f73-984b-75ce9942852d};:\System Volume Information\FVE2.{9ef82dfa-1239-4a30-83e6-3b3e9b8fed08};:\System Volume Information\FVE2.{aff97bac-a69b-45da-aba1-2cfbce434750}.:;:\System Volume Information\FVE2.{9ef82dfa-1239-4a30-83e6-3b3e9b8fed08}.:;:\System Volume Information\FVE.{e40ad34d-dae9-4bc7-95bd-b16218c10f72}.:;:\System Volume Information\FVE.{c9ca54a3-6983-46b7-8684-a7e5e23499e3};:\System Volume Information\FVE.{9ef82dfa-1239-4a30-83e6-3b3e9b8fed08};C:\Users\Admin-NFE\index.dat;C:\WINDOWS\Minidump\*;:\Pagefile.sys;:\System Volume Information\MountPointManagerRemoteDatabase;C:\WINDOWS\netlogon.chg;:\hiberfil.sys;:\System Volume Information\Heat\*.*;C:\Users\ADMIN-~1\AppData\Local\Temp\*;:\System Volume Information\*
@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 / 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 {