随笔分类 -  Linux

nginx 安装
摘要:./configure --prefix=/opt/nginx-1.2.3 --with-pcre --without-http_uwsgi_module --without-http_ssi_module --without-http_split_clients_module --without-http_scgi_module上编译安照 nginx-1.1.16 出错,提示:error while loading shared libraries: libpcre.so.1: cannot open shared object file: No such file or directory 阅读全文

posted @ 2012-09-19 18:17 巧克力bean 阅读(191) 评论(0) 推荐(0)

linux用户管理
摘要:修改密码:passwd用户名添加用户:useradd 用户名 删除用户:userdel 用户名 阅读全文

posted @ 2012-09-19 18:09 巧克力bean 阅读(127) 评论(0) 推荐(0)

导航