参考Migrate_installation_to_new_hardware
- / 根分区:注意分区大小需要大于源分区内的内容
- efi 启动分区:按源分区大小
- swap 分区:按源分区大小
参考Migrate_installation_to_new_hardware
近期,腾讯开始对低版本企业微信进行强制校验限制低版本企业微信用户登录,所以我们再也不能使用wine运行低版本企业微信进行养老了,必须升级到4.x版本。而高版本的企业微信是无法通过wine直接安装运行的,所以我们需要考虑使用deepin-wine.
yay -S com.qq.weixin.work.deepin-x11
上述步骤的主要目的是安装deepin-wine相关的依赖,你可能会在下载企业微信deb包的时候出现报错,原因是下载链接进行了变化,但是aur维护者没有及时更新,所以你需要进行下面的操作:
进入yay的aur路径,修改PKGBUILD和run.sh,调整pkgver变量和md5sums,修改内容如下:
| #!/bin/bash | |
| cd /tmp | |
| wget http://ftp.debian.org/debian/pool/main/f/fakeroot/fakeroot_1.24.orig.tar.gz | |
| tar xvf fakeroot_1.24.orig.tar.gz | |
| cd fakeroot-1.24/ | |
| ./bootstrap | |
| ./configure --prefix=/opt/fakeroot \ | |
| --libdir=/opt/fakeroot/libs \ | |
| --disable-static \ |
All packages, except for Tini have been added to termux-root. To install them, simply pkg install root-repo && pkg install docker. This will install the whole docker suite, left only Tini to be compiled manually.
| #!/bin/bash | |
| #get highest tag number | |
| VERSION=`git describe --abbrev=0 --tags` | |
| #replace . with space so can split into an array | |
| VERSION_BITS=(${VERSION//./ }) | |
| #get number parts and increase last one by 1 | |
| VNUM1=${VERSION_BITS[0]} |
An overview of recent action recognition datasets and their detection classes