Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1030641
  • 博文数量: 164
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 1336
  • 用 户 组: 普通用户
  • 注册时间: 2016-03-11 14:13
个人简介

狂甩酷拽吊炸天

文章分类

全部博文(164)

文章存档

2023年(1)

2022年(3)

2021年(4)

2020年(17)

2019年(37)

2018年(17)

2017年(35)

2016年(50)

发布时间:2017-05-25 15:14:22

简介 grep (global search regular expression(RE) and print out the line,全面搜索正则表达式并把行打印出来)是一种强大的文本搜索工具,它能使用正则表达式搜索文本,并把匹配的行打印出来。 Unix的grep家族包括grep、egrep和fgrep。egrep和fgrep的命令只跟grep有很小不同。egrep是grep的扩展,支持更多的re元.........【阅读全文】

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

发布时间:2017-05-24 09:55:30

vim的列编辑操作删除列1.光标定位到要操作的地方。2.CTRL+v 进入“可视 块”模式,选取这一列操作多少行。3.d 删除。 插入列插入操作的话知识稍有区别。例如我们在每一行前都插入"() ":1.光标定位到要操作的地方。.........【阅读全文】

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

发布时间:2017-05-17 11:51:24

SSL工作原理 摘    要:SSL利用数据加密、身份验证和消息完整性验证机制,为基于TCP等可靠连接的应用层协议提供安全性保证。本文介绍了SSL的产生背景、安全机制、工作过程及典型组网应用。缩略语:缩略语英文全.........【阅读全文】

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

发布时间:2017-04-20 14:22:19

RHEL7.2 配置网络yum 源配置[root@localhost ~]# wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo[root@localhost ~]# sed -i  's/$releasever/7/g' /etc/yum.repos.d/CentOS-Base.repo[root@localhost ~]# yum clean all[root@localhost ~]# yum list.........【阅读全文】

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

发布时间:2017-04-18 14:33:07

/data/soft/monitor]# yum listThere was a problem importing one of the Python modulesrequired to run yum. The error leading to this problem was:   /usr/lib64/python2.6/site-packages/pycurl.so: undefined symbol: CRYPTO_set_locking_callbackPlease install a package which provides this mo.........【阅读全文】

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

jelon5212016-08-25 16:44

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

登录 注册