Desc shortcut 快速打开,可搜索参数,方法和类 shift + command + o 展示资源库 shift + command + L 复制当前行 command + D 展示当前文件中的所有类和方法 control + 6 展示当前方法所有可用的参数
Make sure that your host or vm can connect to github.
docker exec -it hassio_supervisor /bin/bash cd /data/addons/core git clone https://github.com/home-assistant/addons reboot
see Install with KVM on Ubuntu
Server(Ubuntu 22.04) 当前通过zfs命令分享的nfs版本是 version 3,但是version 3的最大传输速度只能到80MB/S。在6类网线和wifi6的支持下理论最高速
Install # install sudo apt-get install zfsutils-linux -y # get disk names lsblk # create pool zpool create storage-pool raidz1 xvdf xvdg -f Others # check all pools or specify a pool/dataset zfs list <pool/disk> # check the pool status, you can specify a pool name. zpool status <pool> # 下线指定硬盘 zpool offline [pool name] [disk name from zpool status] # 替换下线
Expand tutorial
Migrate tutorial
for server:
iperf -s -u –p 12345 –i 1
for client:
iperf -u -c server-ip -p server-port -i 1 -t 10 -b 1000m
refer to iperf cnblog