
Linux
文章平均质量分 79
一人之下丶
你以为你以为的就是你以为的?
展开
-
PS1设置详解
转载地址:https://www.cnblogs.com/Q--T/p/5394993.html 最近在学习linux操作系统(CentOS 6 & CentOS 7)。觉得linux终端命令行全部为白色,会经常导致命令与输出内容难以分辨。于是上网找到修改linux终端命令行颜色的方法,发现通过定义PS1环境变量即可实现,下面我以root用户身份进行操作。 1.了解PS1转载 2017-11-28 22:25:00 · 11777 阅读 · 0 评论 -
top命令详解
转自原文:http://www.linuxidc.com/Linux/2016-08/133871.htm top命令是Linux下常用的性能分析工具,能够实时显示系统中各个进程的资源占用状况,常用于服务端性能分析。 top命令说明 [www.linuxidc.com@linuxidc-t-tomcat-188-193 ~]$ top top - 16:07:37 up 241 da转载 2018-01-10 23:08:32 · 281 阅读 · 0 评论 -
php-fpm相关配置
转自原文:http://blog.youkuaiyun.com/l_ieluil/article/details/52808634 pid = run/php-fpm.pid #pid设置,默认在安装目录中的var/run/php-fpm.pid,建议开启 error_log = log/php-fpm.log #错误日志,默认在安装目录中的var/log/php-fpm.log l转载 2018-01-10 23:09:30 · 285 阅读 · 0 评论