本地初始化的项目 与 github 版本不一致, 导致无法提交 * branch master -> FETCH_HEAD fatal: 拒绝合并无关的历史 解决方...
# git  

解决方案 打开Wine configuration界面,以微信为例 WINEPREFIX=~/Deepin-WeChat/ deepin-wine winecfg 在Graphics标签下修改d...

新建 update-wine-2.18-19.sh 运行 #!/bin/bash mkdir /tmp/deepintemp cd /tmp/deepintemp wget http://mirro...
# ubuntu18.04   # deepin-wine  

esxcli network ip interface ipv4 set -i vmk0 -I 10.10.112.9 -N 255.255.255.0 -t static
# esxi  

安装 gcc-mingw-w64 apt-get install gcc-mingw-w64 跨平台编译 生成 64位 exe 可执行文件. env CGO_ENABLED=1 GOOS=w...
# golang   # windows  

echo "* soft nproc 1000000" >>/etc/security/limits.conf echo "* hard nproc 1000000...

pvcreate /dev/sdb3 vgdisplay vgextend centos_mb-centos7 /dev/sdb1 lvextend -l +100%FREE /dev/mapper/...