CDN:测速和选择

有一个评测各CDN服务商在全球各个地区速度的网站。可以参考。 网站 另外,此服务商另有一个CDN服务,有一个免费计划可以尝试一下。 价格

Linuxcat

. 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?

Linux创建新用户

## useradd -g root kk -p yw2667899 然后新建用户 adduser username 创建的同时会让你输入密码和一些基本信息,基本信息可以不填 将用户添加到 sudo 组 adduser username sudo 加sudo权限 3.添加root权