月份: 2018 年 4 月
KVM:Qemu-Agent IP on host
首先登入Linux KVM or Windows KVM之後,安裝 Qemu-guest-agent 服務:
on Debian/Ubuntu based systems (with apt-get) run:
apt-get install qemu-guest-a……
KVM:Cloud-init 安裝與使用方式
--請注意,此服務建立後的KVM 在每次重開機之後會自動執行 apt update && apt upgrade -y && auto remove ,如果有要求限定版號的服務 請勿使……
LXC: SR-IOV with NIC
SI-IOV開通完成之後新網卡設定
LXC Conf:
arch: amd64
cores: 1
hostname: LXC
memory: 512
net0: name=eth0,bridge=vmbr0,gw=10.0.1.1,hwaddr=EE:52:25:0……
Nginx:Security Header Setting
nano /etc/nginx/nginx.conf
user www-data;
worker_processes auto;
pid /run/nginx.pid;
include /etc/nginx/modules-enabled/*.conf;
events {
wor……
Nginx :proxy_headers_hash_max_size 解決方法
Nginx錯誤
[emerg]: could not build the proxy_headers_hash, you should increase either proxy_headers_hash_max_size: 512 or proxy_headers_hash_bucket_……
Let's Encrypt DNS 簽證
安裝Cert-bot:
sudo apt-get update
sudo apt-get install software-properties-common
sudo add-apt-repository ppa:certbot/certbot
sudo apt-get update……
BookStack Menual installation(Nginx)
LNMP 先建立完成後安裝git/composer/php-tidy:
apt install git composer php-tidy
先移動到要存放的位置:
cd /var/www
安裝完成之後git clone 官方原版或者節……
Nginx Reverse Proxy with SSL Example
server {
listen 443 ssl;
server_name example.com;
ssl_certificate /etc/letsencrypt/live/example.com/fullchain.pem;
ssl_c……
Proxmox 叢集退出失敗解除方法
service pve-cluster stop
pmxcfs -l
rm /etc/pve/corosync.conf
rm /etc/corosync/corosync.conf
rm /etc/corosync/authkey
rm -rf /etc/pve/nodes/其他……
Mellanox Ethernet Tunning For 40Gbps
内容已加密,请输入密码以后查看