宿主机与容器互通
ip link add veth1 link ens3 type macvlan mode bridge
ip addr add 192.168.2.250 dev veth1
ip link set veth1 up
ip route add 192.168.2.3 dev veth1
ip link add veth1 link ens3 type macvlan mode bridge
ip addr add 192.168.2.250 dev veth1
ip link set veth1 up
ip route add 192.168.2.3 dev veth1
1、一台vps主机2、ssh连接主机下载最新frp软件https://github.com/MvsCode/frps-onekeyhttps://github.com/fatedier/frpwget https://github.com/fatedier/frp/releases/dow...
网站成功搬迁...
https://www.sjlx.win/auth/register?code=tIimMethod ONE(recommended): step1: ip link set enp5s0 promisc onstep2: docker network create -...
MBRnano /boot/grub/grub.cfg### BEGIN /etc/grub.d/30_os_prober ### #(自己更改系统名称)menuentry 'Windows 8.1' { &nbs...
开启ESXI的ssh服务不要接移动硬盘从终端ssh进ESXIssh root@192.168.50.5停止usbarbitrator服务/etc/init.d/usbarbitrator stop chkconfig usbarbitrator off插入移...
早几年前,Linux 系统的网卡名称都是 eth0、wlan0,后来都变了个风格,就拿我的电脑举例:enp7s0, wlp6s0。这到底是是什么原因呢?最近突然好奇,去查了资料才知道为什么。在 Fedora 的技术资料中找到,这个和 Systemd 有关,然后又在 freedesktop 官网 Sy...