- 博客(9)
- 收藏
- 关注
转载 Linux 下安装easy_install、pip 补充
Centos6.5 下在线安装easy_install1、> wget --no-check-certificate https://bootstrap.pypa.io/ez_setup.py> python ez_setup.py --insecureeasy_install是由PEAK(Python Enterprise Ap...
2015-05-08 07:52:00
473
转载 Linux 命令整理 usermod groupmod
1、usermod 使用方法如下 以下内容来自linux下 man usermod名称 usermod - 修 改 使 用 者 帐 号语法 usermod [-c comment] [-d home_dir [ -m]] [-e expire_date] [-f inactive_time] ...
2015-05-07 11:40:00
602
转载 Linux 命令整理 groupadd useradd 详解
1、linux下创建用户组groupadd wwwgroupadd 详情名称 groupadd - 建 立 新 群 组语法 groupadd [-g gid [-o]] [-r] [-f] group描述 groupadd 可 指 定 群 组 名 称 来 建 立 新 的 群 组 帐 号 。需 要 时 ...
2015-05-07 11:28:00
721
转载 pip 安装过程中依赖处理
错误一:pip install M2Crypto 如下错误 copying M2Crypto/SSL/ssl_dispatcher.py -> build/lib.linux-x86_64-2.6/M2Crypto/SSL running build_ext building 'M2Crypto.__m2crypto' extension ...
2015-05-06 16:14:00
1031
转载 每天一个linux命令(61):wget命令
原文章链接http://www.cnblogs.com/peida/archive/2013/03/18/2965369.htmlLinux系统中的wget是一个下载文件的工具,它用在命令行下。对于Linux用户是必不可少的工具,我们经常要下载一些软件或从远程服务器恢复备份到本地服务器。wget支持HTTP,HTTPS和FTP协议,可以使用HTTP代理。...
2015-05-06 11:39:00
105
转载 Linux 下安装easy_install 安装pip 安装django
Centos6.5 下在线安装easy_install wget --no-check-certificate https://bootstrap.pypa.io/ez_setup.py python ez_setup.py --insecure执行过程如下:[root@localhost data]# wget --no-check-certifi...
2015-05-05 14:10:00
336
转载 Linux 下安装 nginx 并且平滑升级nginx
Centos6.5 自动安装选择最快的源[root@localhost ~]# yum install yum-fastestmirror这里我已经安装过,运行结果如下Loaded plugins: fastestmirror, refresh-packagekit, securityLoading mirror speeds from cached ...
2015-05-05 11:31:00
163
转载 C++ 基于libcurl的html 文件下载
lincurl的环境配置,在这里不做详细描述,代码实现程序如下:#include <stdio.h>#include <curl/curl.h>/************************************************************************//* created by: mengxiapo...
2014-12-09 10:34:00
279
转载 C++基于libcurl 的文件下载
首先基于环境的配置这里不做详细描述,请务必保证依赖所需的库文件加载进去通过libcurl下载文件,方法实现如下:#include <stdio.h>#include <curl/curl.h>#include "DownloadInfo.h"/*************************************************...
2014-12-09 10:12:00
873
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人