User contributions
From Gentoo Wiki
Jump to:navigation
Jump to:search
- 07:17, 11 October 2017 diff hist +28 Install Gentoo on a bootable USB stick Eliminate potential ambiguity of using grub AND lilo altogether
- 07:15, 11 October 2017 diff hist +241 Install Gentoo on a bootable USB stick →grub: Add instructions for config generation
- 07:09, 11 October 2017 diff hist +715 Install Gentoo on a bootable USB stick Add guide to install grub bootloader
- 14:27, 6 May 2015 diff hist +2 Nginx/zh-cn
- 14:27, 6 May 2015 diff hist +2 Translations:Nginx/97/zh-cn current
- 14:27, 6 May 2015 diff hist -2 Nginx/zh-cn
- 14:27, 6 May 2015 diff hist -2 Translations:Nginx/42/zh-cn current
- 14:25, 6 May 2015 diff hist -1 Nginx/zh-cn
- 14:25, 6 May 2015 diff hist -1 Translations:Nginx/98/zh-cn
- 14:25, 6 May 2015 diff hist -1 Nginx/zh-cn
- 14:25, 6 May 2015 diff hist -1 Translations:Nginx/100/zh-cn
- 14:25, 6 May 2015 diff hist -2 Nginx/zh-cn
- 14:25, 6 May 2015 diff hist -2 Translations:Nginx/102/zh-cn
- 14:25, 6 May 2015 diff hist -2 Nginx/zh-cn
- 14:25, 6 May 2015 diff hist -2 Translations:Nginx/104/zh-cn current
- 14:25, 6 May 2015 diff hist -2 Nginx/zh-cn
- 14:25, 6 May 2015 diff hist -2 Translations:Nginx/45/zh-cn current
- 14:25, 6 May 2015 diff hist -4 Nginx/zh-cn
- 14:25, 6 May 2015 diff hist -4 Translations:Nginx/47/zh-cn
- 14:24, 6 May 2015 diff hist -2 Nginx/zh-cn
- 14:24, 6 May 2015 diff hist -2 Translations:Nginx/49/zh-cn
- 14:24, 6 May 2015 diff hist -2 Nginx/zh-cn
- 14:24, 6 May 2015 diff hist -2 Translations:Nginx/52/zh-cn current
- 14:23, 6 May 2015 diff hist +156 N Translations:Nginx/109/zh-cn Created page with "* [http://wiki.nginx.org/Main nginx Wiki]Category:Web Servers * [https://github.com/h5bp/server-configs-nginx H5BP nginx config]Category:Web Servers"
- 14:23, 6 May 2015 diff hist -6 Nginx/zh-cn Created page with "== 外部资源 =="
- 14:23, 6 May 2015 diff hist +18 N Translations:Nginx/108/zh-cn Created page with "== 外部资源 ==" current
- 14:23, 6 May 2015 diff hist -11 Nginx/zh-cn Created page with "* Apache - 最常用的HTTP服务器。 * Lighttpd - 一个快速、轻量的web服务器。"
- 14:23, 6 May 2015 diff hist +100 N Translations:Nginx/107/zh-cn Created page with "* Apache - 最常用的HTTP服务器。 * Lighttpd - 一个快速、轻量的web服务器。"
- 14:23, 6 May 2015 diff hist +4 Nginx/zh-cn Created page with "== 另请参阅 =="
- 14:23, 6 May 2015 diff hist +18 N Translations:Nginx/106/zh-cn Created page with "== 另请参阅 ==" current
- 14:23, 6 May 2015 diff hist +185 N Translations:Nginx/53/zh-cn Created page with "{{RootCmd|netstat -tulpen {{!}} grep :80|output=<pre> tcp 0 0 127.0.0.1:80 0.0.0.0:* LISTEN 0 12336835 -26092/nginx: maste..." current
- 14:23, 6 May 2015 diff hist +20 Nginx/zh-cn Created page with "验证 nginx 服务正在监听正确的TCP端口(如HTTP使用的80端口,或者HTTPS使用的443端口):"
- 14:23, 6 May 2015 diff hist +114 N Translations:Nginx/52/zh-cn Created page with "验证 nginx 服务正在监听正确的TCP端口(如HTTP使用的80端口,或者HTTPS使用的443端口):"
- 14:22, 6 May 2015 diff hist -2 Nginx/zh-cn Created page with "=== 验证绑定的地址和端口 ==="
- 14:22, 6 May 2015 diff hist +38 N Translations:Nginx/51/zh-cn Created page with "=== 验证绑定的地址和端口 ===" current
- 14:22, 6 May 2015 diff hist +235 N Translations:Nginx/50/zh-cn Created page with "{{Cmd|ps aux {{!}} egrep 'nginx{{!}}PID'|output=<pre> PID TTY STAT TIME COMMAND 26092 ? Ss 0:00 nginx: master process /usr/sbin/nginx -c /etc/nginx/nginx.c..." current
- 14:22, 6 May 2015 diff hist -3 Nginx/zh-cn Created page with "检查 <tt>nginx</tt> 进程正在运行:"
- 14:22, 6 May 2015 diff hist +43 N Translations:Nginx/49/zh-cn Created page with "检查 <tt>nginx</tt> 进程正在运行:"
- 14:21, 6 May 2015 diff hist -4 Nginx/zh-cn Created page with "=== 验证进程正在运行 ==="
- 14:21, 6 May 2015 diff hist +32 N Translations:Nginx/48/zh-cn Created page with "=== 验证进程正在运行 ===" current
- 14:21, 6 May 2015 diff hist +9 Nginx/zh-cn Created page with "在运行 <tt>nginx</tt> 时添加 <code>-t</code> 选项,它会自动验证配置文件的正确性,而并不会真正启动 <tt>nginx</tt> 守护进程。"
- 14:21, 6 May 2015 diff hist +160 N Translations:Nginx/47/zh-cn Created page with "在运行 <tt>nginx</tt> 时添加 <code>-t</code> 选项,它会自动验证配置文件的正确性,而并不会真正启动 <tt>nginx</tt> 守护进程。"
- 14:20, 6 May 2015 diff hist +182 N Translations:Nginx/46/zh-cn Created page with "{{RootCmd|/usr/sbin/nginx -t|output=<pre> nginx: the configuration file /etc/nginx/nginx.conf syntax is ok nginx: configuration file /etc/nginx/nginx.conf test is successful <..." current
- 14:19, 6 May 2015 diff hist -9 Nginx/zh-cn Created page with "验证正在运行的 nginx 配置没有故障:"
- 14:19, 6 May 2015 diff hist +49 N Translations:Nginx/45/zh-cn Created page with "验证正在运行的 nginx 配置没有故障:"
- 14:19, 6 May 2015 diff hist -10 Nginx/zh-cn Created page with "=== 验证配置 ==="
- 14:19, 6 May 2015 diff hist +20 N Translations:Nginx/44/zh-cn Created page with "=== 验证配置 ===" current
- 14:19, 6 May 2015 diff hist -17 Nginx/zh-cn Created page with "当遇到问题时,下列命令可以帮助你定位故障。"
- 14:19, 6 May 2015 diff hist +63 N Translations:Nginx/43/zh-cn Created page with "当遇到问题时,下列命令可以帮助你定位故障。" current
- 14:18, 6 May 2015 diff hist -1 Nginx/zh-cn Created page with "=== 故障排除 ==="