ESXi 更新 Dell custom add-on package
登录控制台执行并重启服务器
esxcli software vib update -d /vmfs/volumes/5d68042f-45d86544-d997-a0369f7517fc/Dell_Addon_8.0.3_A04.zip
登录控制台执行并重启服务器
esxcli software vib update -d /vmfs/volumes/5d68042f-45d86544-d997-a0369f7517fc/Dell_Addon_8.0.3_A04.zip
一款由 Golang 实现的开源轻量级可视化路由追踪工具
安装libzstd-dev
apt install libzstd-dev
拉取zstd-nginx-module
git clone https://github.com/tokers/zstd-nginx-module.git
nginx编译时增加
--add-module=/root/zstd-nginx-module
*://*.csdn.net/*
*://*.51cto.com/*
*://*.csdnimg.cn/*
Checkout the latest ngx_brotli and build the dependencies:
git clone --recurse-submodules -j8 https://github.com/google/ngx_brotli
cd ngx_brotli/deps/brotli
mkdir out && cd out
cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=OFF -DCMAKE_C_FLAGS="-Ofast -m64 -march=native -mtune=native -flto -funroll-loops -ffunction-sections -fdata-sections -Wl,--gc-sections" -DCMAKE_CXX_FLAGS="-Ofast -m64 -march=native -mtune=native -flto -funroll-loops -ffunction-sections -fdata-sections -Wl,--gc-sections" -DCMAKE_INSTALL_PREFIX=./installed ..
cmake --build . --config Release --target brotlienc
nginx编译时增加
--add-module=/path/to/ngx_brotli