查看最大线程数:

cat /proc/sys/kernel/threads-max

本日志由 flyinweb 于 2010-08-27 09:48:50 发表到 Linux 中,目前已经被浏览 7060 次,评论 2 次;

作者添加了以下标签: process and thread

首页只显示了部分日志内容,要查看日志的全部内容请阅读全文

BASH

Section: User Commands (1)
Updated: 2006 September 28
IndexReturn to Main Contents


 

NAME

bash - GNU Bourne-Again SHell  

SYNOPSIS

bash [options] [file]  

COPYRIGHT

Bash is Copyright (C) 1989-2005 by the Free Software Foundation, Inc.  

DESCRIPTION

Bash is an sh-compatible command language interpreter that executes commands read from the standard input or from a file. Bash also incorporates useful features from the Korn and C shells (ksh and csh).

Bash is intended to be a conformant implementation of the Shell and Utilities portion of the IEEE POSIX specification (IEEE Standard 1003.1). Bash can be configured to be POSIX-conformant by default.  

本日志由 flyinweb 于 2010-08-26 10:42:43 发表到 Linux 中,目前已经被浏览 4260 次,评论 0 次;

作者添加了以下标签: bash

首页只显示了部分日志内容,要查看日志的全部内容请阅读全文

症状:

apache编译过程中出现如下错误:

...
server/.libs/libmain.a(exports.o):(.data+0x9f0): undefined reference to `apr_os_uuid_get'
...

解决办法:

卸载原来系统中的apr,重新编译通过

本日志由 flyinweb 于 2010-08-25 14:06:54 发表到 WEB服务器 中,目前已经被浏览 4541 次,评论 0 次;

作者添加了以下标签: apr_os_uuid_get

Apache和Nginx的SSL证书的生成及配置

本日志由 flyinweb 于 2010-08-25 11:19:19 发表到 WEB服务器 中,目前已经被浏览 4001 次,评论 0 次;

作者添加了以下标签: SSL certificates

首页只显示了部分日志内容,要查看日志的全部内容请阅读全文

SSL certificates support

1. Generate a Certificate Signing Request (CSR)

2. SSL Certificates Support - Enrollment

3. Installation Instructions for SSL Certificates

4. Export (or Backup) a Certificate

本日志由 flyinweb 于 2010-08-25 10:47:20 发表到 WEB服务器 中,目前已经被浏览 4065 次,评论 0 次;

作者添加了以下标签: SSL certificates

首页只显示了部分日志内容,要查看日志的全部内容请阅读全文

Description

 
This document provides instructions for installing SSL Certificates. If you are unable to use these instructions for your server, VeriSign recommends that you contact either the vendor of your software or an organization that supports Apache-SSL.

本日志由 flyinweb 于 2010-08-25 10:42:42 发表到 WEB服务器 中,目前已经被浏览 3929 次,评论 0 次;

作者添加了以下标签: Apache SSL

首页只显示了部分日志内容,要查看日志的全部内容请阅读全文

一段时间启动vi时,总出现vi没有响应的情况。 现象是输入vi命令后,vi窗口显示不出来,并且此时终端也没有响应,不能输入任何命令。只能用ssh再登录一个终端,在新登录终端上使用kill命令杀死此vi进程,此时运行vi的终端中显示如下信息:

*** info [lib/liblow.c(329)]:
/dev/gpmctl: Interrupted system call
*** err [lib/liblow.c(336)]:
/dev/gpmctl: No such device or address
Vim: Caught deadly signal TERM
Vim: Finished.
Terminated 

本日志由 flyinweb 于 2010-08-13 17:46:44 发表到 Linux 中,目前已经被浏览 4205 次,评论 0 次;

作者添加了以下标签: vivim

首页只显示了部分日志内容,要查看日志的全部内容请阅读全文

服务器运行一段时间后,可能突然会需求添加某个扩展,这就需要在不重新编译PHP的情况下独立添加扩展。

本日志由 flyinweb 于 2010-08-13 14:28:33 发表到 Linux 中,目前已经被浏览 4284 次,评论 0 次;

作者添加了以下标签: phpizephp extension

首页只显示了部分日志内容,要查看日志的全部内容请阅读全文

131/2