This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: "3" | |
services: | |
wireguard: | |
image: weejewel/wg-easy:latest | |
container_name: wireguard | |
hostname: wireguard | |
restart: unless-stopped | |
volumes: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Pihole] | |
title=Pihole | |
description=Network-wide protection and ad blocking | |
ports=53/tcp|53/udp|80/tcp | |
[Pihole with DHCP] | |
title=Pihole | |
description=Network-wide protection and ad blocking | |
ports=53/tcp|53/udp|67/udp|80/tcp|547/udp |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
YW=`echo "\033[33m"` | |
BL=`echo "\033[36m"` | |
RD=`echo "\033[01;31m"` | |
CM='\xE2\x9C\x94\033' | |
GN=`echo "\033[1;92m"` | |
CL=`echo "\033[m"` | |
while true; do | |
read -p "This will Clean unused Kernel images. Proceed(y/n)?" yn | |
case $yn in |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13.248.193.101 | |
151.106.248.1 | |
75.2.69.178 | |
76.223.1.250 | |
99.83.157.116 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# COLORS | |
COL_NC='\e[0m' # No Color | |
COL_LIGHT_GREEN='\e[1;32m' | |
COL_LIGHT_RED='\e[1;31m' | |
COL_LIGHT_BLUE='\e[1;34m' | |
TICK="[${COL_LIGHT_GREEN} ^|^s${COL_NC}]" | |
CROSS="[${COL_LIGHT_RED} ^|^w${COL_NC}]" | |
INFO="[i]" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# COLORS | |
COL_NC='\e[0m' # No Color | |
COL_LIGHT_GREEN='\e[1;32m' | |
COL_LIGHT_RED='\e[1;31m' | |
COL_LIGHT_BLUE='\e[1;34m' | |
TICK="[${COL_LIGHT_GREEN} ^|^s${COL_NC}]" | |
CROSS="[${COL_LIGHT_RED} ^|^w${COL_NC}]" | |
INFO="[i]" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Valorant Asia Pacific Servers | |
# Note most of the servers are AWS Global Accelerator anycast IP addresses | |
# https://aws.amazon.com/global-accelerator/features/#Static_anycast_IP_addresses | |
# https://en.wikipedia.org/wiki/Anycast | |
# Last Update: 2023-01-09 | |
# ~CO7DFiRE | |
# All Asia Pacific Servers | |
13.248.193.101 | |
13.248.197.71 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
########### | |
# NETDATA # | |
########### | |
# Install | |
# curl |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Enable SSD TRIM on pfSense | |
### Get your device ID frmo fstab | |
[2.5.1][[email protected]]/root: cat /etc/fstab | |
/dev/gptid/82155eb7-884a-11eb-92c9-33fce6ee9433 / ufs rw,noatime 1 1 | |
/dev/gptid/8216f4a4-884a-11eb-92c9-33fce6ee9433 none swap sw 0 0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### This guide is for Zen 2 ONLY!!! | |
### USE AT YOUR OWN RISK!!! | |
### NEW WAY!!! | |
apt install pve-kernel-5.11 | |
apt install pve-headers-$(uname -r) | |
update-grub | |
update-initramfs -u | |
reboot |
NewerOlder