-
Recent Posts
Archives
Links
Monthly Archives: November 2009
grub single boot and kernel panic reboot
ZZ from :http://www.linux-noob.com/forums/index.php?/topic/2928-grub-single-boot-and-kernel-panic-reboot/ 1.) Booting once-only – (same as lilo -R) In reference to http://www.gnu.org/s…g-once_002donly in grub.conf, add the following line to the beginning. default saved If for example your grub.conf looks like the one i have below. This … Continue reading
nginx configure for ubuntu
./configure –prefix=/usr –conf-path=/etc/nginx/nginx.conf \ –error-log-path=/var/log/nginx/error.log –pid-path=/var/run/nginx.pid \ –lock-path=/var/lock/nginx.lock –http-log-path=/var/log/nginx/access.log \ –http-client-body-temp-path=/var/lib/nginx/body –http-proxy-temp-path=/var/lib/nginx/proxy \ –http-fastcgi-temp-path=/var/lib/nginx/fastcgi –with-http_stub_status_module –with-pcre \ –with-http_flv_module –with-http_ssl_module –with-http_gzip_static_module \ –with-http_secure_link_module –with-http_dav_module \ –with-http_realip_module