This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| tech_public:tp_proxmox [2025/02/14 08:04] – [Remove subscription notification] jasonwch | tech_public:tp_proxmox [2025/10/09 14:35] (current) – [Remove subscription notification] jasonwch | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Proxmox ====== | ====== Proxmox ====== | ||
| + | |||
| + | ~~stoggle_buttons~~ | ||
| Port forwarding: | Port forwarding: | ||
| Line 11: | Line 13: | ||
| https:// | https:// | ||
| + | |||
| + | https:// | ||
| ==== Switch to no subscription ==== | ==== Switch to no subscription ==== | ||
| https:// | https:// | ||
| Line 20: | Line 24: | ||
| {{: | {{: | ||
| {{: | {{: | ||
| - | ==== Remove subscription notification ==== | + | ==== Remove subscription notification |
| https:// | https:// | ||
| \\ | \\ | ||
| Line 69: | Line 73: | ||
| vgdisplay pve | grep Free | vgdisplay pve | grep Free | ||
| + | |||
| + | ==== check log size ==== | ||
| + | |||
| + | < | ||
| + | journalctl --disk-usage | ||
| + | </ | ||
| + | |||
| + | Limit log size | ||
| + | < | ||
| + | SystemMaxUse=50M in / | ||
| + | </ | ||
| + | |||
| + | Reload conf afterward | ||
| + | < | ||
| + | systemctl restart systemd-journald | ||
| + | </ | ||
| + | |||
| + | ==== Ubuntu Wayland issue ==== | ||
| + | |||
| + | https:// | ||