user:thomas utente che ha creato il gist
user:thomas
title:mygist titolo del gist
title:mygist
filename:myfile.txt nome di file nel gist
filename:myfile.txt
extension:yml estensione del file nel gist
extension:yml
language:go linguaggio del file nel gist
language:go
topic:homelab Gist con l'argomento dato
topic:homelab
Entra
Unito 1 year ago
set nocompatible call plug#begin() Plug 'vim-scripts/Mustang2' Plug 'vim-airline/vim-airline' Plug 'vim-airline/vim-airline-themes' Plug 'tpope/vim-sensible'
Absolutely! Implementing full-page caching with Nginx is one of the most powerful ways to dramatically boost WordPress performance, especially for high-traffic sites like yours (1k sustained users).
This guide assumes you're using:
comprehensive battery information
powercfg /batteryreport
windows health checkup
dism /online /cleanup-image /checkhealth
header: fixed
.fixed-header { position: fixed; top: 20px; }
header: sticky
taking control of virtual machine ID allocation in proxmox
lower = 201 # lower vid limit upper = 250 # upper vid limit
pvesh set /cluster/options --next-id lower=201,upper=250
determine the system installation time
stat --format "%w" /
allow users to access the kernel ring buffer and view the messages using dmesg
sysctl kernel.dmesg_restrict=0
device info via udev
udevadm info -a -n /dev/{device_to_query}
limiting interface throughput using htb
tc qdisc add dev {interface} root handle 1: htb tc class add dev {interface} parent 1: classid 1:50 htb rate 50mbit ceil 50mbit tc class add dev {interface} parent 1: classid 1:100 htb rate 100mbit ceil 100mbit tc class add dev {interface} parent 1: classid 1:500 htb rate 500mbit ceil 500mbit iptables -t mangle -A POSTROUTING -o {interface} -d {ip} -j CLASSIFY --set-class 1:50 iptables -t mangle -A POSTROUTING -o {interface} -d {ip} -j CLASSIFY --set-class 1:100 iptables -t mangle -A POSTROUTING -o {interface} -d {ip} -j CLASSIFY --set-class 1:500
dns and dhcp
dnsmasq --no-daemon --port=53 \ --dhcp-range=192.168.255.100,192.168.255.200 --dhcp-leasefile=/dev/null \ --bind-interfaces --interface=eth0 --listen-address=192.168.200.1
tftp only
dnsmasq --no-daemon --port=0 \
Creato da Opengist ⋅ Load: 170ms⋅