Skip to content

Instantly share code, notes, and snippets.

@tclegg
tclegg / gist:1b044534375523d6c93a11d61e57c091
Last active March 4, 2024 17:41
Nginx Reverse Proxy for Organizr
add to the bottom of the server block in /config/nginx/site-confs/default
include /config/nginx/proxy/*;
comment out the PHP location block and the index.php in the location / { try ... }
I don't have the http redirect figured out yet. It would probably work if I was using a real domain name, intead of an IP to access, but I'll add that in the future.
create a .conf file for each proxied container.
organizr.conf
sonarr.conf
etc...
@r-darwish
r-darwish / theme.yml
Created December 27, 2018 08:25
Alacritty One Dark Theme
colors:
# Default colors
primary:
background: '0x1e2127'
foreground: '0xabb2bf'
# Bright and dim foreground colors
#
# The dimmed foreground color is calculated automatically if it is not present.
@hkneptune
hkneptune / oracle-db-19c-centos-8-in-virtualbox.md
Last active May 17, 2024 09:55
Install Oracle Database 19c on CentOS 8 in VirtualBox

Install Oracle Database 19c on CentOS 8 in VirtualBox

** Please use the root user to edit the files and execute the commands unless further notice. **

Prerequisite

  1. Install the latest VirtualBox Platform Package and the VirtualBox Extension Pack (Oracle_VM_VirtualBox_Extension_Pack-VERSION.vbox-extpack).
  2. Download the latest VirtualBox Guest Additions (VBoxGuestAdditions_VERSION.iso).
  3. Download the latest CentOS Stream 8.
  4. Create a new virtual machine and install the CentOS to the virtual machine. During the CentOS installation, select Workstation as Base Environment, select Container Management, Development Tools and Graphical Administration Tools as Additional software for Selected Environment. Use http://mirror.centos.org/centos/8/BaseOS/x86_64/os/ as the installation source.
@cellularmitosis
cellularmitosis / README.md
Last active June 18, 2024 19:00
QEMU PowerPC G4 OS X Tiger (10.4) setup
@korrosivesec
korrosivesec / lfi_windows.txt
Created February 7, 2021 13:57
[LFI - Windows Cheatsheet]
Wordlist == /usr/share/seclists/Fuzzing/LFI/LFI-gracefulsecurity-windows.txt
Traversal encoding:
===================
../
..\
..\/
%2e%2e%2f
%252e%252e%252f
%c0%ae%c0%ae%c0%af