- 改变属组
chown [-R] 账号名称 文件或目录chown [-R] 账号名称:用户组名称 文件或目录chgrp [-R] 账号名称 文件或目录chgrp [-R] 账号名称:用户组名称 文件或目录参考资料:http://blog.csdn.net/hudashi/article/details/7797393
- 解压
tar -xzvf file.tar.gz //解压tar.gz
参考资料:http://www.jb51.net/LINUXjishu/43356.html
- AWS修改密码
参考资料:http://blog.csdn.net/ownfire/article/details/42459185(似乎同时也废掉了另外一种证书登录方法)
- 安装语言
参考资料:http://blog.csdn.net/sweettool/article/details/70224459
- 安装短信平台playsms
参考资料:
- https://help.playsms.org/en/installation/ubuntu_setup.html
- https://www.howtoforge.com/tutorial/apache-with-php-fpm-on-ubuntu-16-04/
- https://antonraharja.com/2016/07/22/playsms-1-4-on-ubuntu-16-04-with-php-7-0/
- https://playsms.org/about/
- Linux查看CPU支持的位数
#查询cup信息,然后grep搜索是否支持lm cat /proc/cpuinfo | grep flags | grep ‘ lm ‘ | wc -l 8 #注:结果大于0, 说明支持64bit计算,<0证明不支持64bit计算就是32位; lm指long mode, 支持lm则是64bit
踩的坑:必须将php的解析方式设置为fast-fpm,暂时还没有学习有什么区别。