添加/proc/sys/kernel /shmmax /shmmni 和 /threads-max [GH 1753] 添加对 ioprio_set 系统调用的部分支持 [GH 498] 存根SO_REUSEPORT 和添加 netlink 套接字的 SO_PASSCRED 支持 [GH 69] 如果当前正在安装或卸载分发版,则从 RegisterDistribution 返回不同的错误代码。 允许通过 wslconfig.exe 取消注册部分...
添加/proc/sys/kernel /shmmax /shmmni 和 /threads-max [GH 1753] 添加对 ioprio_set 系统调用的部分支持 [GH 498] 存根SO_REUSEPORT 和添加 netlink 套接字的 SO_PASSCRED 支持 [GH 69] 如果当前正在安装或卸载分发版,则从 RegisterDistribution 返回不同的错误代码。 允许通过 wslconfig.exe 取消注册部分...
添加/proc/sys/kernel /shmmax /shmmni 和 /threads-max [GH 1753] 添加对 ioprio_set 系统调用的部分支持 [GH 498] 存根SO_REUSEPORT 和添加 netlink 套接字的 SO_PASSCRED 支持 [GH 69] 如果当前正在安装或卸载分发版,则从 RegisterDistribution 返回不同的错误代码。 允许通过 wslconfig.exe 取消注册部分...
docker run -d --name aria2 --restart unless-stopped --log-opt max-size=1m -e PUID=$UID -e PGID=$GID -e UMASK_SET=022 -e RPC_SECRET=12345678 -e RPC_PORT=6800 -e LISTEN_PORT=6888 -p 16800:6800 -p 16888:6888 -p 16888:6888/udp -v /mnt/c/Docker/aria2/config:/config -v ...
[ 447.668696]vhci_hcd vhci_hcd.0:pdev(0)rhport(0)sockfd(3)[447.670050] vhci_hcd vhci_hcd.0:devid(196610)speed(3)speed_str(high-speed)[447.672172] vhci_hcd vhci_hcd.0: Device attached[448.020519] usb1-1: new high-speed USB device number2using vhci_hcd[448.170543] usb1-1: SetAddress...
[ 0.101611] Freeing initrd memory: 2208K [ 0.101617] Initialise system trusted keyrings [ 0.101715] workingset: timestamp_bits=46 max_order=20 bucket_order=0 [ 0.103174] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.103363] NFS: Registering the id_resolver key type ...
--warndays WARN_DAYS set expiration warning days to WARN_DAYS -x, --maxdays MAX_DAYS set maximum number of days before password change to MAX_DAYS root@kylin:~# sudo passwd hadoop New password: Retype new password: passwd: password updated successfully # 给hadoop用户与root一般的权限 root@ky...
最后总结一下hyper-v开启gpu虚拟化的步骤:1.管理员模式运行powershell2.$vm="我的虚拟机名字"3.Add-VMGpuPartitionAdapter-VMName$vm4.Set-VMGpuPartitionAdapter-VMName$vm-MinPartitionVRAM80000000-MaxPartitionVRAM100000000-OptimalPartitionVRAM100000000-MinPartitionEncode80000000-MaxPartitionEncode100000000-OptimalPar...
(countries, government_responsibility, bottom=individual_responsibility, label='Government\'s responsibility') # Set the title and labels ax.set_title('Responsibility Distribution by Country') ax.set_xlabel('Country') ax.set_ylabel('Percentage') # Add legend ax.legend() # Show the plot plt....
wsl--set-default-version2#切换到WSL2 wsl--set-default-version1#切换到WSL1 【重要】开启wsl2镜像模式 在镜像模式下,wsl2的网络模式和wsl1的网络模式相同,都是处于同一网络,有以下的好处: 在wsl2跑的服务,在windows里面通过localhost:端口号即可访问。