Backup and Restore Virtual Machines in Proxmox รับลิงก์ Facebook X Pinterest อีเมล แอปอื่นๆ กุมภาพันธ์ 23, 2567 https://linuxhandbook.com/prxomox-backup-restore-vm/cd /var/lib/vz/dump scp vzdump-qemu-100.xxxx.xxx.xxx.zst destination/dir รับลิงก์ Facebook X Pinterest อีเมล แอปอื่นๆ ความคิดเห็น
google app script เชื่อมต่อกับ diaglogflow กันยายน 23, 2567 function doPost(e) { try { const body = JSON.parse(e.postData.contents); const queryResult = body.queryResult; const outputContexts = queryResult.outputContexts; let productEntity = ''; // ค้นหา context ที่มีชื่อลงท้ายด้วย 'getprice-followup' const getPriceContext = outputContexts.find(context => context.name.endsWith('getprice-followup')); if (getPriceContext && getPriceContext.parameters) { productEntity = getPriceContext.parameters.product_entity; } // ค้นหาข้อมูลใน Google Sheets const sheetName = "ชื่อ Sheet ของคุณ"; // แทนที่ด้วยชื่อ Sheet ที่ถูกต้อง const sheet = SpreadsheetApp.getActiveSpreadsheet().getSheetByName(sheetName); const data = sheet.getDataRange().getValues(); // ค้นหาแถวที่มี productEntity const row = data.find(row => row[0] ==... อ่านเพิ่มเติม
Proxmox: Run Docker on Linux Containers (LXC) กรกฎาคม 18, 2566 https://benheater.com/proxmox-run-docker-on-linux-containers-lxc/ Preparing Proxmox apt clean && apt update apt install -y fuse-overlayfs Install and Configure FUSE OverlayFS on the Linux Container apt clean && apt update apt install -y fuse-overlayfs ln -s /usr/bin/fuse-overlayfs /usr/local/bin/fuse-overlayfs อ่านเพิ่มเติม
Installing Zabbix for HomeLab Monitoring กุมภาพันธ์ 18, 2567 https://cdn.zabbix.com/zabbix/appliances/stable/6.4/6.4.11/ https://homegrowntechie.com/installing-zabbix-for-homelab-monitoring/ wget https://cdn.zabbix.com/zabbix/appliances/stable/6.4/6.4.11/zabbix_appliance-6.4.11-qcow2.tar.gz tar -xvzf zabbix_appliance-6.4.11-qcow2.tar.gz qm importdisk 104 zabbix_appliance-6.4.11-qcow2/zabbix_appliance-6.4.11.qcow2 local-zfs อ่านเพิ่มเติม
ความคิดเห็น
แสดงความคิดเห็น