最新文章
  • 在virtualbox上使用cloud images云镜像

    终于搞定了在virtualbox上使用cloud images云镜像。需要修改磁盘控制器为virtio-scsi。添加串口设备。centos7/8 opensuse debian ubuntu fedora均能成功

    佛西 2020-08-03
    0 0
  • Pve使用外部监控Grafana+Prometheus

    pve使用Grafana和Prometheus搭建更详细的主机、虚拟机外部监控。

    佛西 2020-07-29
    7 3
  • openwrt主路由+爱快旁路由的网络拓扑

    一般都是爱快为主路由,openwrt为旁路由。但是因为我这边需要ipv6,于是只能是openwrt为主,爱快为副。爱快优点就是组网神器,由于作为旁路,缺少ip转发功能……

    佛西 2020-07-28
    3 0
  • Ubuntu20安装KVM,创建cloud镜像虚拟机

    安装kvm apt update &&apt install qemu-kvm libvirt-daemon-system libvirt-clients bridge-utils cloud-utils virtinst -y 创建用……

    佛西 2020-07-24
    0 0
  • Centos8创建桥接网卡

    请确保用户有访问服务器显示器的权限,不然出错ssh连接不上。 1 创建网桥 br0 设备 nmcli c add type bridge con-name br0 ifname br0 autoconnect yes……

    佛西 2020-07-24
    0 0
  • linux开启iptables端口转发

    #开机BBr和端口转发 echo "net.core.default_qdisc=fq" >> /etc/sysctl.conf echo "net.ipv4.tcp_congestion_control=bbr" >> /etc/sysctl.conf echo "net.ip……

    佛西 2020-07-19
    0 0
  • Centos7升级内核

    #安装 ELRepo 仓库 rpm --import https://www.elrepo.org/RPM-GPG-KEY-elrepo.org rpm -Uvh http://www.elrepo.org/elrepo-release-7.0-2.el7.elrepo.noarch.……

    佛西 2020-07-19
    0 0