Usage: ./httpd [-D name] [-d directory] [-f file] [-C "directive"] [-c "directive"] [-k start|restart|graceful|stop] &nbs ...
The MySQL server receives queries in the SQL format. Once a query is received, it first needs to be parsed, which involves translating it from what is essentially a textual format into a combination of internal binary structures that can be easily manipulated by the optimizer.
MySQL's optimizer has ...
High-level view of MySQL modules
1. A proper locking mechanism is necessary to ensure data consistency when there is a possibility of multiple clients accessing and possibly modifying the same data at the same time.2. table-level locks, page-level locks, and row-level locks3. MyISAM and MEMORY storage engines can only work with tab ...
> dfisk -l> df -T -h> mount> cat /etc/fstab
mkfifo > mkfifo my_pipe > cat a.txt > my_pipe > cat my_pipe
ldd > ldd /usr/java/jre1.5.0_11/bin/java
xmlwf > curl -s 'http://bashcurescancer.com' > bcc.html > xmlwf b ...
http://www.linuxsir.org/main/?q=node/210 作者:北南南北 来自:LinuxSir.Org
统计Apache进程数的时候,一般使用命令:ps aux | grep httpd | grep -v grep | wc -l 等价于 pgrep httpd |wc -l
# Install apache
> groupadd apache
> useradd -g apache apache
> ./configure --prefix=/usr/local/apache2 --enable-mods-shared=most --enable-ssl --enable-so
> make && make install
> cd /usr/local/apache2/bin
> cp apachectl /etc/rc.d/init.d/httpd
> vi /etc/rc.d.init. ...
ActiveMQ CPP Library 2.1.3
# Install dependencies
1. libuuid
> sudo yum install e2fsprogs-devel
2. CppUnit
> sudo yum install cppunit cppunit-devel
3. GNU Build System
Tool Recommended Versionautoconf >= 2.60au ...







评论排行榜