上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 39 下一页
摘要: Here are the different values that the s, stat and state output specifiers (header "STAT" or "S") will display to describe the state of a process. D Uninterruptible sleep (usually IO) R Running or runnable (on run queue) S Interruptible sleep (waiting for an event to complete) T 阅读全文
posted @ 2013-10-31 13:48 MagicLetters 阅读(396) 评论(0) 推荐(0) 编辑
摘要: 大体思路同《Using Apache Web Server with Jboss AS 7》一致,但在Ubuntu上的操作与之前有些区别。这里仍然演示mod_proxy的配置。 首先加载相应的模块。Ubuntu中加载模块和卸载模块均可以通过命令操作,与其对应的命令分别是a2enmod和a2dismod。 启用proxy模块:#a2enmod proxy 启用proxy_ajp模块:#a2enmod proxy_ajp 在sites-avaliable下面创建一个名为ajp(可随意命名)文件,内容如下: ServerAdmin webmaster@localhost ServerName... 阅读全文
posted @ 2013-10-25 23:05 MagicLetters 阅读(188) 评论(0) 推荐(0) 编辑
摘要: 删除/etc/udev/rules.d/70-persistent-net.rules这个文件,重启 阅读全文
posted @ 2013-10-25 23:04 MagicLetters 阅读(296) 评论(0) 推荐(0) 编辑
摘要: The maximum size is controlled by two PHP settings: upload_max_filesize, and post_max_size. These are PHP.INI settings 阅读全文
posted @ 2013-10-25 23:02 MagicLetters 阅读(133) 评论(0) 推荐(0) 编辑
摘要: How to Create a New User Let’s start by making a new user within the MySQL shell:CREATE USER 'newuser'@'localhost' IDENTIFIED BY 'password'; Sadly, a... 阅读全文
posted @ 2013-10-25 22:39 MagicLetters 阅读(162) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 39 下一页