wanlifeipeng

  博客园 :: 首页 :: :: 联系 :: 订阅 :: 管理 ::

2017年11月14日

摘要: 1. 添加普通账号 众所周知,linux下的root拥有最高权限,可以执行任何命令。在使用root身份操作时,有时的一个不注意就可能将非常重要的删除(最可怕的是 rm -rf /)。而linux不像windows有可以撤销的回收箱,。所以建议建立普通用户账号,在平时的时候以普通用户身份登录,只在需要 阅读全文
posted @ 2017-11-14 22:17 wanlifeipeng 阅读(784) 评论(0) 推荐(0)

摘要: 安装 speedtest-cli地址: https://github.com/sivel/speedtest-cli # 安装pip # curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py # python get-pip.py # 安装s 阅读全文
posted @ 2017-11-14 00:06 wanlifeipeng 阅读(886) 评论(0) 推荐(0)