月份: 2018 年 8 月
External Metrics Server for Proxmox
到PVE Host 新增:
nano /etc/pve/status.cfg
influxdb:
server <DB_IP>
port 8089
新增 influxdb UDP接收:
nano /etc/influxdb/influxdb.conf
……
Nginx: reverse proxy conf
include proxy_params;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrad……
Canonical Livepatch Service
前往:註冊頁面
個人用戶免費三台,點選 Ubuntu user 後點選下方Get LivePatch Token
登入Ubuntu ID後取得ID
會長的像下面這樣:
4c5*********************acb3b……
修正mysql-ERROR 1698 (28000): Access denied for user 'root'@'localhost'
sudo mysql -u root
MariaDB [mysql]>GRANT ALL PRIVILEGES ON *.* TO 'root'@'web.server.ip.address';
MariaDB [mysql]>GRANT USAGE ON *.* TO 'roo……