diff --git a/posts/internalca/images/wazowskidisappointed.jpg b/posts/internalca/images/wazowskidisappointed.jpg index 77e3c9b..ac43167 100644 Binary files a/posts/internalca/images/wazowskidisappointed.jpg and b/posts/internalca/images/wazowskidisappointed.jpg differ diff --git a/posts/proxmoxsetup/index.md b/posts/proxmoxsetup/index.md index a4f3195..108371f 100644 --- a/posts/proxmoxsetup/index.md +++ b/posts/proxmoxsetup/index.md @@ -3,6 +3,7 @@ date: 2022-07-27 toc: true title: Proxmox setup tags: ["blogpost", "homelab"] +author: "Alexandre" --- ## Introduction @@ -40,4 +41,4 @@ I have removed the nag by running this command (as `root`): cat << EOF > /etc/apt/apt.conf.d/no-nag-script 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"; }; EOF -``` \ No newline at end of file +```