加密相关 加密的类型 采用单钥密码系统的加密方法,同一个密钥可以同时用作信息的加密和解密,这种加密方法称为对称加密,也称为单密钥加密。 在对称加密算法中常用的算法有:DES、3DES、TDEA、Blowfish、RC2、RC4、RC5、IDEA、SKIPJACK等。 对称加密算法在加密和解密时使用的 ...
分类:
其他好文 时间:
2019-09-20 16:35:37
阅读次数:
125
先安装nginx用到的一些库和工具,再安装nginx,任意目录下执行以下命令,如我的/usr/local/java: wget http://nginx.org/download/nginx-1.10.2.tar.gz wget http://www.openssl.org/source/opens ...
分类:
系统相关 时间:
2019-09-16 10:00:03
阅读次数:
98
A 免密登录 B 1. 确保 B 安装 openssh-server 查看 ps -e | grep ssh 是否有 sshd,安装之后还没有需要启动 ssh server:/etc/init.d/ssh start 2. 在 A 上生成密钥:ssh-keygen -t rsa 3. 将公钥复制到 ...
分类:
其他好文 时间:
2019-09-04 19:03:51
阅读次数:
74
一、安装依赖环境 输入命令:yum -y install zlib-devel bzip2-devel openssl-devel ncurses-devel sqlite-devel readline-devel tk-devel gdbm-devel db4-devel libpcap-deve ...
分类:
编程语言 时间:
2019-09-04 15:04:22
阅读次数:
154
CentOS 6.2 安装Nginx时报错
错误提示:
./configure: error: the HTTP rewrite module requires the PCRE library.
解决办法:
1. 安装 pcre-devel 与 openssl-devel
... ...
分类:
Web程序 时间:
2019-09-04 10:16:29
阅读次数:
111
$('#dateRange').daterangepicker({ showDropdowns: true, //年月份下拉框 autoUpdateInput:false, //关闭自动赋值,使初始值为空 "opens": "center", showWeekNumbers: true, local ...
分类:
其他好文 时间:
2019-09-03 11:36:04
阅读次数:
204
选择系统语言选择键盘语音选择安装系统点击确定,配置网络地址根据自己的网络配置相应的网段、ip地址、网关、dns等以下无需配置直接回车配置普通用户及登录密码选择安装openssl重启完成系统安装即可
分类:
系统相关 时间:
2019-08-31 21:06:59
阅读次数:
122
更新软件及内核 安装rsync 安装git 其他常用 ...
分类:
系统相关 时间:
2019-08-31 16:58:55
阅读次数:
108
1. 安装nginx 1.1 选择稳定版本 我们编译安装nginx来定制自己的模块,机器CentOS 6.2 x86_64。首先安装缺少的依赖包: 这些软件包如果yum上没有的话可以下载源码来编译安装,只是要注意编译时默认安装的目录,确保下面在安装nginx时能够找到这些动态库文件(ldconfig ...
分类:
其他好文 时间:
2019-08-27 20:58:27
阅读次数:
83