feat(posts): modify mike's image and add author to bp

This commit is contained in:
2024-10-22 11:20:15 +02:00
parent 5f68d2ef09
commit c575da328f
2 changed files with 2 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 150 KiB

After

Width:  |  Height:  |  Size: 131 B

View File

@@ -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
```
```