文章
busylog
·

Use as few drive letters as possible in Windows?

mountvol /N mountvol /R # diskpart: automount disable # diskpart: automount scrub # diskpart: SAN...
favorite 0
comment 0
busylog
·

curl resolve to SNI proxy

--resolve "*:443:127.0.0.1" --resolve "*:80:127.0.0.1"
favorite 0
comment 0
busylog
·

64bit only Android

BoardConfig disables: TARGET_2ND_ARCH := arm TARGET_2ND_ARCH_VARIANT := armv8-a TARGET_2ND_CPU_AB...
favorite 0
comment 0
busylog
·

nginx stream examples

udp stream example stream { upstream example { server [ipv6]:port max_fails=0; server [...
favorite 0
comment 2
busylog
·

OpenWRT as client (ver 2022)

reset eth0 to dhcp (dhcpv4 only) client # remove br-lan uci delete network.@device[0] uci set net...
favorite 0
comment 0
busylog
·

Android-x86 manual install & grub2 boot

required files: kernel, initrd.img, system.sfs under /Android (ext4 filesystem). optional: data.i...
favorite 0
comment 0
busylog
·

add Windows Firewall Rules to Block UWP Applications

to create the firewall rule, you need to get the package SID. the normal method is DeriveAppConta...
favorite 0
comment 0
busylog
·

powershell 7 (pwsh) as parallel runner

$process = Get-Process -Id $pid $process.PriorityClass = 'idle' get-item .\*.jpg | foreach-object...
favorite 0
comment 0
busylog
·

3proxy.cfg config example for ipv6 dual stack

# unused dns upstream # nserver 2606:4700:4700::1001 nscache 65536 nscache6 65536 # windows # ser...
favorite 0
comment 0
busylog
·

AllowedIPs calculator for split tunnel and firewall rules

https://www.procustodibus.com/blog/2021/03/wireguard-allowedips-calculator/ example ranges to be ...
favorite 0
comment 0
查看更多
Tags
社区准则 博客 联系 社区 状态
主题