2022年11月2日

摘要: server { listen 443 ssl; server_name exsi.yxdict.com; ssl_certificate /home/zzywb/ssl/exsi.yx.com_bundle.pem; ssl_certificate_key /home/zzywb/ssl/exsi 阅读全文
posted @ 2022-11-02 21:48 jsingsunck 阅读(71) 评论(0) 推荐(0)

2015年7月21日

摘要: 转载:http://www.idevelopment.info/data/Oracle/DBA_tips/Advanced_Queuing/AQ_2.shtmlOverviewThis article provides a brief overview on configuring and usin... 阅读全文
posted @ 2015-07-21 20:19 jsingsunck 阅读(655) 评论(0) 推荐(0)

2015年6月20日

摘要: 报错信息:building the main Guest Additions module FAILEDunable to find the sources of your current Linux kernel. Specify KERN_DIR- and run Make again解决方案:... 阅读全文
posted @ 2015-06-20 00:49 jsingsunck 阅读(208) 评论(0) 推荐(0)

2015年5月26日

摘要: mkdir /etc/nginx/conf.d/auth_pwdtouch /etc/nginx/conf.d/auth_pwd/xx.pwdhtpasswd -c -d /etc/nginx/conf.d/auth_pwd/xx.pwd usernameenter passwordnginx co... 阅读全文
posted @ 2015-05-26 00:06 jsingsunck 阅读(289) 评论(0) 推荐(0)

2015年4月23日

摘要: sudo su - username -l -c "supervisorctl restart apps"-l , –login:加了这个参数之后,就好像是重新登陆一样,大部分环境变量(例如HOME、SHELL和USER等)都是以该使用者(USER)为主,并且工作目录也会改变。-c command:... 阅读全文
posted @ 2015-04-23 10:54 jsingsunck 阅读(464) 评论(0) 推荐(0)

2015年4月15日

摘要: 首先需要具备linux的基本操作。centos 6.x 版本默认安装的 python 版本为2.x输入:[root@dev ~]# python -VPython 2.6.6下面装一些用到的库yum install zlib zlib-devl libjpeg-devel mysql-server ... 阅读全文
posted @ 2015-04-15 15:56 jsingsunck 阅读(363) 评论(0) 推荐(0)
摘要: 安装yum install vsftpd修改:/etc/vsftpd/vsftpd.confanonymous_enable=NOlocal_enable=YESwrite_enable=YESlocal_umask=022anon_upload_enable=NOanon_mkdir_write_... 阅读全文
posted @ 2015-04-15 15:37 jsingsunck 阅读(135) 评论(0) 推荐(0)
摘要: 下载地址:wiki.nginx.org/HttpUploadModulewiki.nginx.org/HttpUploadProgressModule下载后解压至:/usr/src/文件夹下,其实这个随便放。nginx.org下方是rpm安装文件,自行下载.gz源码文件编译。编译安装nginx 需要... 阅读全文
posted @ 2015-04-15 13:51 jsingsunck 阅读(1534) 评论(0) 推荐(0)
摘要: # python install 安装、卸载python setup.py install --record files.txtcat files.txt | xargs rm -rf 阅读全文
posted @ 2015-04-15 13:39 jsingsunck 阅读(803) 评论(0) 推荐(0)
摘要: Supervisor安装# 安装easy_install supervisor# 生成默认配置文件echo_supervisord_conf > /etc/supervisord.confmkdir /etc/supervisord.conf.d修改配置文件include区段修改为[include]... 阅读全文
posted @ 2015-04-15 13:35 jsingsunck 阅读(268) 评论(0) 推荐(0)

导航