码迷,mamicode.com
首页 >  
搜索关键字:grep 过滤 passwd    ( 31592个结果
C# 过滤html标签
public static string checkStr(string html) { System.Text.RegularExpressions.Regex regex1 = new System.Text.RegularExpressions.Regex...
分类:Web程序   时间:2014-05-19 20:31:20    阅读次数:385
线上维护
【线上维护的资料】中供JVM Crash命令列表top -H -b -n 1 -p $pidecho "ibase=10;obase=16;$pid" | bcgrep xx jstack.logps auxf | grep $gidnetstat -nal | grep 1521lsof -i:1...
分类:其他好文   时间:2014-05-19 09:59:30    阅读次数:420
Linux 下添加普通用户,登陆并删除
adduser 命令。LINUX创建用户的命令useradd -g test -d /home/test1 -s /etc/bash -m test1注解:-g 所属组 -d 家目录 -s 所用的SHELL 删除用户命令userdel -r test1创建密码命令passwd上面是最基本的操作这.....
分类:系统相关   时间:2014-05-19 08:54:34    阅读次数:436
linux 下 查看显卡型号
lspci | grep VGA如果显卡是 Nvdia的话第三方工具NVClock是一款Linux下对显卡进行调整的工具,到官方网站下载最新版.官方网站:http://www.linuxhardware.org/nvclock/命令行下运行: Nvclock的格式 :./NVClock [选项] 还...
分类:系统相关   时间:2014-05-19 08:31:38    阅读次数:356
Ubuntu下su:authentication failure的解决办法
$ su - rootPassword:su: Authentication failureSorry.这时候输入$ sudo passwd rootEnter new UNIX password:Retype new UNIX password:passwd: password updated s...
分类:其他好文   时间:2014-05-17 20:08:38    阅读次数:241
LCOV 如何过滤iostream等系统函数的覆盖率信息
最近在做cppunit test相关工作,用gcov和lcov工具来查看每行代码的覆盖率,个人感觉lcov真棒,看起来很舒服,点起来也很爽!~~闲聊至此,如题:我使用的是lcov的 --remove命令Remove / filter out remaining unwanted stuff from...
分类:移动开发   时间:2014-05-17 18:11:48    阅读次数:505
Windows消息过滤
C# Windows消息过滤
分类:Windows程序   时间:2014-05-16 03:04:02    阅读次数:448
开始在这里记录在jd的点滴成长~~~
开始在这里记录在jd的点滴成长~~~3月20日入职,距离今天两个月还差5天,不过这段时间完成的东西还真不少,学习了很多的linux命令和Axure产品设计,比如:awk神器、sed、sort、head、tail、find、xargs、grep等等,收获很大~~~其中到今天为止已经完成了一个功能非常强...
分类:其他好文   时间:2014-05-16 01:03:10    阅读次数:314
Linux 常用命令
查看端口是否启动: netstat -tunpl |grep :3218查看服务是否启动: pstree |grep squid查看文件夹下有多少目录和文件: tree
分类:系统相关   时间:2014-05-16 00:42:54    阅读次数:431
python 读取数据库,老是报错。
在8.04.4环境下(其实我觉得跟环境无关,是我语句有问题):$dpkg-l|grep-ipythoniilibapache2-mod-python3.3.1-2build1Apache2modulethatembedsPythonwithinthiimoinmoin-common1.5.8-5.1ubuntu2.5PythoncloneofWikiWiki-commondataiipython2.5.2-0ubuntu1Aninteractivehigh-l..
分类:数据库   时间:2014-05-15 19:17:41    阅读次数:677
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!