Auto.js、
有一个评测各CDN服务商在全球各个地区速度的网站。可以参考。 网站 另外,此服务商另有一个CDN服务,有一个免费计划可以尝试一下。 价格
自建&DEMO
简介 众所周知OneDrive是不提供在线的压缩和解压缩功能的。(不过似乎PowerAutomate提供?见参考链接1)。这就导致文件夹的分享
支持一行命令复制到网盘、将网盘挂载为本地硬盘等。本文提供详细的介绍
. Create a File with Cat Command We will create a file called test2 file with the below command.
cat >test2 Awaits input from the user, type desired text, **and press CTRL+D **(hold down Ctrl key and type ‘d‘) to exit. The text will be written in the test2 file. You can see the content of the file with the following cat command.
cat test2 hello everyone, how do you do?
## useradd -g root kk -p yw2667899 然后新建用户 adduser username 创建的同时会让你输入密码和一些基本信息,基本信息可以不填 将用户添加到 sudo 组 adduser username sudo 加sudo权限 3.添加root权