作者:Eric Steven Raymond, Thyrsus Enterprises, < [email protected] >
作者:Rick Moen, < [email protected] >
翻译:王刚, < [email protected] >
翻译:柯非, < [email protected] >
原文:How To Ask Questions The Smart Way
Copyright © 2001,2006 Eric S. Raymond, Rick Moen
| # Disable Commercial Repo | |
| sed -i "s/^deb/\#deb/" /etc/apt/sources.list.d/pve-enterprise.list | |
| apt-get update | |
| # Add PVE Community Repo | |
| echo "deb http://download.proxmox.com/debian/pve $(grep "VERSION=" /etc/os-release | sed -n 's/.*(\(.*\)).*/\1/p') pve-no-subscription" > /etc/apt/sources.list.d/pve-no-enterprise.list | |
| apt-get update | |
| # Remove nag | |
| echo "DPkg::Post-Invoke { \"dpkg -V proxmox-widget-toolkit | grep -q '/proxmoxlib\.js$'; if [ \$? -eq 1 ]; then { echo 'Removing subscription nag from UI...'; sed -i '/data.status/{s/\!//;s/Active/NoMoreNagging/}' /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js; }; fi\"; };" > /etc/apt/apt.conf.d/no-nag-script |
| From 816c62dbcecd99a832090288c25190e5d398feb4 Mon Sep 17 00:00:00 2001 | |
| From: Holy Wu <[email protected]> | |
| Date: Sun, 11 Aug 2019 23:13:30 +0800 | |
| Subject: [PATCH] Add parameter cachefile | |
| --- | |
| AviSynth/lsmashsource.cpp | 4 ++-- | |
| AviSynth/lwlibav_source.cpp | 30 +++++++++++++++++------------- | |
| VapourSynth/lsmashsource.c | 2 +- | |
| VapourSynth/lwlibav_source.c | 3 +++ |
作者:Eric Steven Raymond, Thyrsus Enterprises, < [email protected] >
作者:Rick Moen, < [email protected] >
翻译:王刚, < [email protected] >
翻译:柯非, < [email protected] >
原文:How To Ask Questions The Smart Way
Copyright © 2001,2006 Eric S. Raymond, Rick Moen