Chinaunix首页 | 论坛 | 博客
  • 博客访问: 209893
  • 博文数量: 49
  • 博客积分: 1532
  • 博客等级: 上尉
  • 技术积分: 352
  • 用 户 组: 普通用户
  • 注册时间: 2007-10-17 13:37
个人简介

..................................

文章分类

全部博文(49)

文章存档

2023年(1)

2020年(2)

2019年(2)

2018年(17)

2017年(15)

2016年(12)

发布时间:2019-02-12 16:25:25

[1] 首先备份/etc/yum.repos.d/CentOS-Base.repomv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup[2] 进入yum源配置文件所在文件夹[root@localhost yum.repos.d]# cd /etc/yum.repos.d/[3] 下载163的yum源配置文件,放入/etc/yum.repos.d/(操作前请做好相应备份)[root@localhost yu.........【阅读全文】

阅读(1670) | 评论(0) | 转发(0)

发布时间:2019-01-25 13:25:56

curl icanhazip.comcurl ifconfig.mecurl curlmyip.comcurl ip.appspot.comcurl ipinfo.io/ipcurl ipecho.net/plaincurl www.trackip.net/i......【阅读全文】

阅读(1839) | 评论(0) | 转发(0)

发布时间:2018-09-17 17:28:02

1、安装tar -xvjf /opt/pure-ftpd-1.0.47.tar.bz2cd pure-ftpd-1.0.47./configure --prefix=/usr/local/pure-ftpd/ --with-language=simplified-chinese --with-everythingmake && make check && make install2.创建一个用户的上传目录mkdir -p /home/ftpdir/user13.添加一个pure-ftpd用户/usr/local/pure-ftpd/b.........【阅读全文】

阅读(1558) | 评论(0) | 转发(0)

发布时间:2018-07-19 09:52:32

相关证书转换参见:http://netkiller.github.io/cryptography/openssl/format.html#转换格式 .cer 到 .pemopenssl x509 -inform der -in twca.cer  -out twca.pem#追加到信任列表cat twca.pem >> /etc/pki/tls/certs/ca-bundle.crt3.........【阅读全文】

阅读(3064) | 评论(0) | 转发(0)

发布时间:2018-05-17 15:27:14

302跳转1.不安全,302 跳转会暴露用户访问站点,易被劫持。HSTS采用HSTS协议的网站将保证浏览器始终连接到该网站的HTTPS加密版本,不需要用户手动在URL地址栏中输入加密地址。HSTS的作用是强制客户端(如浏览器)使用HTTPS与服务器创建连接。服务器开启HSTS的方法是,当客户端通过HTTPS发出请求时,在服.........【阅读全文】

阅读(1453) | 评论(0) | 转发(0)
给主人留下些什么吧!~~

flyfreebsd2017-08-09 15:42

回复  |  举报

flb_20012010-03-09 07:33

回复  |  举报

一路征程一路笑2010-03-05 11:42

回复  |  举报

flyfreebsd2008-08-26 09:26

a

回复  |  举报
留言热议
请登录后留言。

登录 注册