摘要: wget https://raw.github.com/trapd00r/LS_COLORS/master/LS_COLORS -O $HOME/.dircolors
echo 'eval $(dircolors -b $HOME/.dircolors)' >> $HOME/.bashrc
. $HOME/.bashrc   
阅读全文
				
				
			 
	
			
				
				
				     摘要: time dd if=/dev/zero bs=1024 count=1000000 of=./1Gb.file
dd if=./1Gb.file bs=64k |dd of=/dev/null
dd if=./1Gb.file bs=1MB |dd of=/dev/null  
阅读全文
				
				
			 
	
			
				
				
				     摘要: 高性能Linux服务器构建实战:运维监控、性能调优与集群应用 
构建高可用Linux服务器 2  
阅读全文
				
				
			 
	
			
				
				
				     摘要: iconv -f gb2312 -t utf-8  20150422_0.log  >>a.log  
阅读全文