wutao 发布的文章

  1. 1.ODT下载

https://www.microsoft.com/en-us/download/details.aspx?id=49117

  1. 使用ODT部署office

setup.exe /download downloadconfig.xml
setup.exe /configure installconfig.xml

3.KMS激活

以管理员身份运行Powershell,输入以下命令
cd "C:\Program Files\Microsoft Office\Office16"
cscript ospp.vbs /sethst:oopig.cn
cscript ospp.vbs /setprt:1688
cscript ospp.vbs /act
*32位office2021安装位置 “C:\Program Files (x86)\Microsoft Office\Office16”

snap install --classic certbot
ln -s /snap/bin/certbot /usr/bin/certbot
certbot certonly --nginx --email 10000@qq.com -d onepig.cc -d www.onepig.cc
certbot certonly  -d "*.onepig.cc" -d onepig.cc  --email 10000@qq.com --manual --preferred-challenges dns-01  --server https://acme-v02.api.letsencrypt.org/directory

阅读剩余部分

docker exec -it nextcloud /bin/bash 
    apt upgrade
    sudo apt-get install aria2 curl php-curl
    apt-get install aria2 curl php-curl
    cd /var/www/html/apps
    wget https://github.com/e-alfred/ocdownloader/releases/download/1.8.0/ocdownloader-1.8.0.tar.gz
    tar zxvf ocdownloader-1.7.12.tar.gz 
     aria2c --enable-rpc --rpc-allow-origin-all -c -D --check-certificate=false
    pip install --upgrade youtube_dl
    apt-get install python-pip -y
    pip install --upgrade youtube_dl

阅读剩余部分