搜索内容

最新文章
  • 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……

    russel053 2018-04-24
    0 0
  • KVM:Cloud-init 安裝與使用方式

    --請注意,此服務建立後的KVM 在每次重開機之後會自動執行 apt update && apt upgrade -y && auto remove ,如果有要求限定版號的服務 請勿使……

    russel053 2018-04-24
    0 0
  • 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……

    russel053 2018-04-23
    0 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……

    russel053 2018-04-21
    0 0
  • 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_……

    russel053 2018-04-10
    0 0
  • 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……

    russel053 2018-04-10
    0 0
  • BookStack Menual installation(Nginx)

    LNMP 先建立完成後安裝git/composer/php-tidy: apt install git composer php-tidy 先移動到要存放的位置: cd /var/www 安裝完成之後git clone 官方原版或者節……

    russel053 2018-04-05
    0 0
  • 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……

    russel053 2018-04-04
    0 0
  • 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/其他……

    russel053 2018-04-03
    0 0
  • 受保護的內容: Mellanox Ethernet Tunning For 40Gbps

    内容已加密,请输入密码以后查看

    russel053 2018-04-03
    0 0