user:thomas Gists erstellt von Nutzer
user:thomas
title:mygist Gists mit Titel
title:mygist
filename:myfile.txt Gists mit Dateinamen
filename:myfile.txt
extension:yml Gists mit Dateiendung
extension:yml
language:go Gists in Sprache
language:go
topic:homelab gists zum gegebenen Thema
topic:homelab
Anmelden
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 \
Powered by Opengist ⋅ Load: 172ms⋅