【线上维护的资料】中供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
                             
                    
                        
                            
                            
                                lspci | grep VGA如果显卡是 
Nvdia的话第三方工具NVClock是一款Linux下对显卡进行调整的工具,到官方网站下载最新版.官方网站:http://www.linuxhardware.org/nvclock/命令行下运行: 
Nvclock的格式 :./NVClock [选项] 还...
                            
                            
                                分类:
系统相关   时间:
2014-05-19 08:31:38   
                                阅读次数:
356
                             
                    
                        
                            
                            
                                简介grep (global search regular expression(RE) 
and print out the 
line,全面搜索正则表达式并把行打印出来)是一种强大的文本搜索工具,它能使用正则表达式搜索文本,并把匹配的行打印出来。Unix的grep家族包括grep、egrep和fgr...
                            
                            
                                分类:
系统相关   时间:
2014-05-18 02:10:16   
                                阅读次数:
529
                             
                    
                        
                            
                            
                                1、安装gconf-editor yum list | grep conf-editoryum 
install gconf-editor2、运行gconf-editor设置: apps ---> gedit-2 ---> preferences 
----> encodingauto-detected...
                            
                            
                                分类:
其他好文   时间:
2014-05-17 18:18:56   
                                阅读次数:
215
                             
                    
                        
                            
                            
                                开始在这里记录在jd的点滴成长~~~3月20日入职,距离今天两个月还差5天,不过这段时间完成的东西还真不少,学习了很多的linux命令和Axure产品设计,比如:awk神器、sed、sort、head、tail、find、xargs、grep等等,收获很大~~~其中到今天为止已经完成了一个功能非常强...
                            
                            
                                分类:
其他好文   时间:
2014-05-16 01:03:10   
                                阅读次数:
314
                             
                    
                        
                            
                            
                                查看端口是否启动: netstat -tunpl |grep :3218查看服务是否启动: 
pstree |grep squid查看文件夹下有多少目录和文件: tree
                            
                            
                                分类:
系统相关   时间:
2014-05-16 00:42:54   
                                阅读次数:
431
                             
                    
                        
                            
                            
                                sed -i ‘/^$/d’ 
filename在Linux下,用户如果想删除文件中的空行,一般使用“grep”,这里给出另外的几种方式: 1.使用“cat”命令,示例如下:#cat 
filename|tr -s ‘\n’ 2.使用“sed”命令,示例如下:#sed ‘/^$/d’ filename ...
                            
                            
                                分类:
其他好文   时间:
2014-05-15 21:03:37   
                                阅读次数:
212
                             
                    
                        
                            
                            
                                在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
                             
                    
                        
                            
                            
                                命令:chkconfig catlstaillnfindwctarcutgrepegrep一、如何过滤出已知当前目录下的所有一级目录如何区分目录和文件: 1、利用颜色(这个依赖与CRT等工具) 2、利用开头字母·ls–l|grep^d(正则表达式中一个字符在[]中是非,在[]外面就是以什么开头)·ls–lF|gr..
                            
                            
                                分类:
其他好文   时间:
2014-05-15 08:42:55   
                                阅读次数:
269
                             
                    
                        
                            
                            
                                sed-i"s/123/456/g"`grep123-rl./|grep-vlog`#把当前目录下所有文件中的123替换成456,包括子目录啊
                            
                            
                                分类:
其他好文   时间:
2014-05-15 00:57:04   
                                阅读次数:
236