模式类型 用户模式 特权模式 全局配置模式 接口配置模式 基本命令 进入特权模式 enable(en) 进入全局配置模式 configure terminal(conf t) 交换机命名 hostname aptech2950 以 aptech2950 为例 配置使能口令 使能加密口令 就是在进入特 ...
分类:
系统相关 时间:
2019-06-30 14:27:12
阅读次数:
166
./configure --with-php-config=/usr/local/php/bin/php-config Linux下添加php的zip模块 今天早上开发的人员过来跟我说,测试机上的XX项目报了个错: include(ZipArchive.php): failed to open st ...
分类:
Web程序 时间:
2019-06-30 12:39:49
阅读次数:
152
下载 从 http://www.acme.com/software/thttpd/ 下载 thttpd 到/tmp 目录当中,并解压. 编译 thttpd [arm@localhost thttpd2.25b]$ CC=armlinuxgcc ./configure host=armli ...
分类:
Web程序 时间:
2019-06-29 10:35:42
阅读次数:
157
./configure --with-apxs2=/usr/local/httpd-2.4.33/bin/apxs \--with-curl \--with-freetype-dir=/usr/local/freetype \--with-gd \--with-gettext \--with-ico ...
分类:
Web程序 时间:
2019-06-29 01:21:23
阅读次数:
178
python环境部署 我们今天学习的内容是如何将Django项目部署到linux服务器上,我们部署的linux系统是centos7首先,我们先在linux上搭建我们的Python3环境: 在这里首先强调一下,Centos7系统自带的Python2我们不要删除,我们要做的是在Python2和pytho ...
分类:
编程语言 时间:
2019-06-28 22:32:47
阅读次数:
172
1.apache2.4.39编译安装选项./configure--prefix=/usr/local/apache24--sysconf=/etc/httpd24--enable-so\--enable-ssl--enable-rewrite--with-zlib--with-pcre--with-apr=/usr/local/apr\--with-apr-util=/usr/local/apr-
分类:
Web程序 时间:
2019-06-28 10:27:46
阅读次数:
200
最近要做一个项目,其中一个内容需要把 h264编码的文件封装为 .mp4常用的视频格式,本来想移植 ffmpeg的,但是一直并不成功,而且有库的互相依赖,于是选择了一个简单的库,mp4v2开源库。 1:第一步要拿到源代码,进入官网下载 https://launchpad.net/ubuntu/+so ...
分类:
其他好文 时间:
2019-06-27 20:35:10
阅读次数:
193
php版本 7.2.19git clone https://gitee.com/swoole/swoole.git 1、cd swoole根目录下 运行 /usr/local/php/bin/phpize 2、./configure --with-php-config=/usr/local/php/ ...
分类:
其他好文 时间:
2019-06-27 14:51:18
阅读次数:
102
安装方式一:yum-yinstallgoogle-authenticator注:如果没有找到,要安装epel-release源,yum-yinstallepel-release安装方式二:gitclonehttps://github.com/google/google-authenticator-libpam.gitcdgoogle-authenticator-libpam/./bootstrap
分类:
其他好文 时间:
2019-06-27 12:25:50
阅读次数:
123