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
Valve/Steam Game Servers ASN & Prefixes | |
ASN: AS32590 | |
Singapore IP Prefixes | |
103.28.54.0/23 | |
45.121.184.0/23 | |
103.10.124.0/24 | |
Hong Kong IP Prefixes |
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 Single GPU PCI Passthrough + | |
############################################# | |
## System Spec | |
# Ryzen 3600 | |
# Asus B450-F | |
# Corsair 2x8GB 3200MHz CL16 |
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 |
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
########### | |
# 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
# 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
#!/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
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/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 |
OlderNewer