Chinaunix首页 | 论坛 | 博客
  • 博客访问: 482099
  • 博文数量: 108
  • 博客积分: 25
  • 博客等级: 民兵
  • 技术积分: 1134
  • 用 户 组: 普通用户
  • 注册时间: 2010-03-29 19:43
文章分类

全部博文(108)

文章存档

2016年(10)

2015年(9)

2014年(73)

2013年(16)

我的朋友

发布时间:2014-05-08 14:59:30

salt '*' user.delete name remove=True force=True......【阅读全文】

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

发布时间:2014-05-05 10:48:56

1. download the package.http://sourceforge.net/projects/pacmanager/postdownload?source=dlp2.run the dpkg  dpkg -i pac-4.5.3.2-all.deb......【阅读全文】

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

发布时间:2014-05-04 17:05:17

我们的服务器是默认不开启abrt的。刚才有位同事跟我说这个是否需要开启。我也不知道呀。。然后找了下相关资料。大体意思就是说abrt只负责管理的一些package的bug。如第三方的都是不负责report bug的。。Abrtdabrtd is an automatic error reporting tool created by Redhat for their OS (and Centos). It.........【阅读全文】

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

发布时间:2014-05-04 15:22:34

modify your /etc/sudoers file add below information to no-root id.test   ALL=(ALL)       ALL,!/bin/bash......【阅读全文】

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

发布时间:2014-05-04 10:19:54

1.perl -lpe 's/\s*$//'2.ls -l | perl -lane 'print "$F[7] $F[1]"'3perl -F: -lane 'print $F[0]' /etc/passwd4.perl -lape 's/Installing\K.*/ Test/'5.perl -F: -lane 'print $F[0] if $F[4] =~ /'"'"'/' /etc/passwd6env re="'" perl -F: -lane 'print $F[0] if $F[4] =~ /$ENV{re}/' /etc/p.........【阅读全文】

阅读(599) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册