码迷,mamicode.com
首页 > 系统相关 > 详细

Linux 常用

时间:2016-01-01 12:53:36      阅读:180      评论:0      收藏:0      [点我收藏+]

标签:

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,防火

Linux 常用

标签:

原文地址:http://www.cnblogs.com/jayruan/p/5093101.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!