User contributions for Kenneth
Jump to navigation
Jump to search
20 January 2024
- 00:4900:49, 20 January 2024 diff hist +53 Letsencrypt.org →Old Notes
- 00:4600:46, 20 January 2024 diff hist +362 Letsencrypt.org →Renewal
19 January 2024
- 23:3423:34, 19 January 2024 diff hist +1,247 N Google/Cloud Created page with "== Free Tier == Free cloud features and trial offer | Google Cloud Free Program https://cloud.google.com/free/docs/free-cloud-features The Free Tier provides limited access to many common Google Cloud products and services free of charge. Unlike the Free Trial, the Free Tier is available to all Google Cloud users. Free Tier resources are provided at intervals, usually monthly. Free Tier resources are not credits; they don't accumulate or roll over from one int..." current
- 06:1306:13, 19 January 2024 diff hist −1 Nginx →SSL Proxy
- 06:0906:09, 19 January 2024 diff hist +275 Nginx →SSL Proxy
- 06:0306:03, 19 January 2024 diff hist +47 Letsencrypt.org →Certificates
- 06:0206:02, 19 January 2024 diff hist +44 Letsencrypt.org →Certificates
- 05:5705:57, 19 January 2024 diff hist +40 Nginx →Nginx
- 05:5105:51, 19 January 2024 diff hist 0 Letsencrypt.org →Certificates
- 05:5105:51, 19 January 2024 diff hist +854 Letsencrypt.org →Getting started
- 05:4805:48, 19 January 2024 diff hist +1,742 Nginx No edit summary
18 January 2024
- 05:4605:46, 18 January 2024 diff hist +32 AMP →Installation
- 05:4605:46, 18 January 2024 diff hist +235 AMP →Installation
- 05:0605:06, 18 January 2024 diff hist +573 N Ceph/Maintenance Created page with "== Maintenace == Begin maintenance: Ceph constantly tries to keep itself in balance. If you take a node down and it stays down for too long, ceph will begin to rebalance the data among the remaining nodes. If you’re doing short term maintenance, you can control this behavior to avoid unnecessary rebalance traffic. ceph osd set nobackfill ceph osd set norebalance Reboot / perform OSD maintenance. After maintenance is completed: ceph osd unset nobackfill ceph os..."
- 03:5203:52, 18 January 2024 diff hist +68 Ventoy No edit summary current
- 01:4801:48, 18 January 2024 diff hist +421 N Proxmox/Ventoy Created page with "== 8.1 Boot Issue == Issue: [ERROR] no device with valid ISO found, please check your installation medium unable to continue (type exit or CTRL-D to reboot) Ticket: [issue]: Proxmox 8.1 Fails · Issue #2657 · ventoy/Ventoy https://github.com/ventoy/Ventoy/issues/2657 Hot Fix Build: (2023.12.04) Fix Proxmox 8.1 boot issue. https://github.com/ventoy/Ventoy/actions/runs/7088423200 Official Fix in release: ???" current
- 01:3301:33, 18 January 2024 diff hist +661 N Ventoy Created page with "== Ventoy == Ventoy https://www.ventoy.net/ Ventoy is an open source tool to create bootable USB drive for ISO/WIM/IMG/VHD(x)/EFI files. With ventoy, you don't need to format the disk over and over, you just need to copy the ISO/WIM/IMG/VHD(x)/EFI files to the USB drive and boot them directly. You can copy many files at a time and ventoy will give you a boot menu to select them (screenshot). You can also browse ISO/WIM/IMG/VHD(x)/EFI files in local disks and boot..."
- 00:2700:27, 18 January 2024 diff hist +63 N Proxmox/Install Created page with "== Issues == https://bugzilla.proxmox.com/show_bug.cgi?id=4230" current
17 January 2024
- 21:4021:40, 17 January 2024 diff hist −3 K No edit summary current
- 21:4021:40, 17 January 2024 diff hist +10 Test No edit summary current
- 21:4021:40, 17 January 2024 diff hist +13 Test No edit summary
- 21:3921:39, 17 January 2024 diff hist +12 Test No edit summary
- 21:3921:39, 17 January 2024 diff hist +4 N Test/test Created page with "test" current
- 21:3921:39, 17 January 2024 diff hist +12 Test No edit summary
- 21:3821:38, 17 January 2024 diff hist +4 N K//test2 Created page with "test" current
- 21:3821:38, 17 January 2024 diff hist +4 N K//test1 Created page with "test" current
- 21:3821:38, 17 January 2024 diff hist +4 N K//test1/test3 Created page with "test" current
- 21:3821:38, 17 January 2024 diff hist +36 K/ No edit summary current
- 21:3721:37, 17 January 2024 diff hist +5 N K/test/test2 Created page with "test2" current
- 21:3721:37, 17 January 2024 diff hist +15 N K/test Created page with "test /test2" current
- 21:3721:37, 17 January 2024 diff hist +4 N K/ Created page with "test"
- 21:3521:35, 17 January 2024 diff hist +14 K No edit summary
- 17:0717:07, 17 January 2024 diff hist +87 N Proxmox/Shrink LVM Root Created page with "https://forum.proxmox.com/threads/use-the-free-space-from-pve-root-under-pve-data.9459/" current
- 16:4516:45, 17 January 2024 diff hist +428 Proxmox/Ceph →Ceph on LVM
14 January 2024
- 22:5222:52, 14 January 2024 diff hist +530 N Proxmox/Shrink LVM-Thin Created page with "== Shrink to make Backup Volume == <pre> lvcreate -V 1T --thin -n backup pve/data && \ mkdir -p /mnt/backup && \ mkfs.ext4 /dev/pve/backup cat <<EOF > /etc/systemd/system/mnt-backup.mount [Unit] Description=Thin-volume for Proxmox-Backup [Mount] What=/dev/pve/backup Where=/mnt/backup Type=ext4 Options=defaults [Install] WantedBy=multi-user.target EOF systemctl enable mnt-backup.mount && \ systemctl start mnt-backup.mount </pre> Ref: https://forum.proxmox.com/thread..." current
- 22:4922:49, 14 January 2024 diff hist +472 Proxmox/Ceph No edit summary
- 04:3004:30, 14 January 2024 diff hist +167 N Proxmox/API Created page with "== pvesh == Get nodes: pvesh get /nodes Get list of node's repositories: pvesh get /nodes/[NODE]/apt/repositories # eg. pvesh get /nodes/proxmox4/apt/repositories" current
- 01:5301:53, 14 January 2024 diff hist +59 Proxmox →Upgrade Proxmox 7 to Proxmox 8
- 01:1701:17, 14 January 2024 diff hist +147 Ceph →Status
- 00:5300:53, 14 January 2024 diff hist +2,274 Fusion-io/Linux →Proxmox
- 00:2100:21, 14 January 2024 diff hist +9 Ceph →Status
13 January 2024
- 23:2923:29, 13 January 2024 diff hist +167 Pi-Hole →Install
- 23:2823:28, 13 January 2024 diff hist +605 Ceph →OSD
- 21:2921:29, 13 January 2024 diff hist +171 Pi-Hole →Install
- 21:2221:22, 13 January 2024 diff hist +153 Pi-Hole No edit summary
- 20:4520:45, 13 January 2024 diff hist +141 Proxmox/Nag Buster →Manual Install
- 20:2720:27, 13 January 2024 diff hist +68 AMP →pam_unix conversation failed - auth could not identify password for [amp]
- 20:2220:22, 13 January 2024 diff hist +1,776 AMP →.profile
- 20:1020:10, 13 January 2024 diff hist +30 AMP →Apt Upgrade AmpInstMgr
- 20:0920:09, 13 January 2024 diff hist +31 AMP →Apt Upgrade AmpInstMgr