background picture of the home page

Hi,Friend

Linux测试网络速度

速度测试工具 speedtest speedtest是知名的测速工具。可以使用ap命令来安装。你可以在命令行下使用。 # apt sudo apt install speedtest-cli # yum sudo yum install speedtest-cli 使用,输出显示: root@

thumbnail of the cover of the post

批量修改 Linux 目录, 文件权限

修改方法 方法一: 查找目录修改目录权限为755 find . -type d -exec chmod 755 {} ; 查找文件修改文件权限为644 find . -type f -exec chmod 644 {} ; 方法二: 查找目录修改目录权限为755 find . -type d | x

thumbnail of the cover of the post

pip 国内镜像源

国内镜像源 # 清华大学 https://pypi.tuna.tsinghua.edu.cn/simple # 中国科学技术大学 https://pypi.mirrors.ustc.edu.cn/simple # 豆瓣 https://pypi.douban.com/simple # 阿里云

thumbnail of the cover of the post

Hello Halo

如果你看到了这一篇文章,那么证明你已经安装成功了,感谢使用 Halo 进行创作,希望能够使用愉快。

thumbnail of the cover of the post