码迷,mamicode.com
首页 >  
搜索关键字:nobody    ( 406个结果
nginx详解
nginx的启动和简易部署 nginx服务器的启动: nginx源码安装默认安装路径为:/usr/local/nginx把nginx的启动脚本加入到path环境变量: export PATH=$PATH:/usr/local/nginx/sbin 查看一下帮助文档: 启动的时候直接使用nginx命令 ...
分类:其他好文   时间:2018-07-07 17:54:04    阅读次数:186
Nginx配置根据客户端设备转发
#user nobody; worker_processes 1; #error_log logs/error.log; #error_log logs/error.log notice; #error_log logs/error.log info; #pid logs/nginx.pid; ev... ...
分类:其他好文   时间:2018-07-05 14:56:30    阅读次数:512
李笑来割韭菜录音文件,来听听,含完整录音
今日早间,一段疑似“币圈首富”李笑来的谈话录音被曝光,这段谈话内容涉及众多区块链项目以及币圈人物,包括老猫、neo、以太坊、Ripple、易理华、罗振宇、孙宇晨、赵长鹏等。 在这段长达50分钟的录音中,李笑来脏话连篇,称老猫曾经是nobody,自己帮老猫火起来的。帅初做的是空气币,自己帮帅初卖了6个 ...
分类:其他好文   时间:2018-07-04 20:36:08    阅读次数:262
6.21 5.5-5.7
5.5 进入编辑模式 小写i在当前光标所在位置进入编辑模式ftp:x:14:50:FTP User:/var/ftp:/sbin/nologinnobody:x:99:99:Nobody:/:/sbin/nologinsystemd-network:x:192:192:systemd Network Management:/:/sbin/nologindbus:x:81:81:Syste
分类:其他好文   时间:2018-06-21 23:39:59    阅读次数:248
nginx基本配置与参数说明-【转】
#运行用户 user nobody; #启动进程,通常设置成和cpu的数量相等 worker_processes 1; #全局错误日志及PID文件 #error_log logs/error.log; #error_log logs/error.log notice; #error_log logs ...
分类:其他好文   时间:2018-06-20 14:35:46    阅读次数:207
nginx基本命令
brew brew search nginx brew 安装软件 brew install nginx brew 卸载软件 brew uninstall nginx brew 升级 sudo brew update 查看安装信息(经常用到, 比如查看安装目录等) sudo brew info ngi ...
分类:其他好文   时间:2018-06-20 00:01:54    阅读次数:195
第十六篇 nginx主配置文件参数解释
1 # 指定拥有运行nginx权限的用户 2 #user nobody; 3 4 # 指定开启的进程数,建议设置为CPU核心数 5 worker_processes 1; 6 7 # 指定全局错误日志级别,包括:debug/info/notice/warn/error/crit 8 #error_l... ...
分类:其他好文   时间:2018-06-16 17:00:49    阅读次数:179
搭建lnmp环境,nginx的配置文件/etc/nginx/nginx.conf
#user nobody; worker_processes 1; #error_log logs/error.log; #error_log logs/error.log notice; #error_log logs/error.log info; #pid logs/nginx.pid; ev... ...
分类:其他好文   时间:2018-06-08 18:30:20    阅读次数:1524
第三章 3.4 函数
1 减少重复代码 2 使程序变的可扩展 3 使程序变得易维护 def sayhi(): 函数名 print('hello , i'm nobody!') sayhi() 调用函数 def calc(): res = x**y return res 返回函数执行结果 c = cal(a,b) prin ...
分类:其他好文   时间:2018-06-07 19:30:47    阅读次数:161
nginx.conf
#user nobody; worker_processes 1; error_log logs/error.log; #pid logs/nginx.pid; events { worker_connections 1024; } http { include mime.types; defaul... ...
分类:其他好文   时间:2018-06-06 21:50:34    阅读次数:139
406条   上一页 1 ... 14 15 16 17 18 ... 41 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!