1,解决ssh登录慢的问题记录
vim /etc/ssh/ssh_config # GSSAPIAuthentication no 把下面这一行的注释去掉
2,Linux查看当前是什么系统
centos cat /etc/redhat-release ubuntu cat /etc/issue
常用方法:find / -name php.ini grep -Fnr class ./ which|whereis nginx ps -ef | grep nginx ps aux | grep nginx
ps -eo pid,user,group,args,etime,lstart chmod 777 xxx || chmod u+x 脚本名 kill xx kill -9 $(pgrep nginx)
3,下载与安装
4,自动加载与定时执行
5,防火
时间: 2024-10-18 08:53:41