Linux Shell命令基础汇总(长期更新)
就是个人记录,方便自己查找信息。 Shell基础及工具 chsh -l 或 ca… Continue Reading
就是个人记录,方便自己查找信息。 Shell基础及工具 chsh -l 或 ca… Continue Reading
git是多数软件工程中常用的版本管理工具,本文只是记录下自己日常会用到git命令… Continue Reading
背景 在Linux系统使用/运维过程中,经常会遇到磁盘空间不足(或者使用率过高)… Continue Reading
在用find查看系统中一些大文件时,发现一些/var/log下面的文件其真实磁盘… Continue Reading
在Bash中,普通的数组是下标数组,其元素是通过数组下标(小表是一个整数)来访问… Continue Reading
Linux上,CPU和Cache相关的拓扑结构,都可以从sysfs文件系统的目录… Continue Reading
在Windows上有super pi可以计算PI,在Linux上,我之前也写过 … Continue Reading
RFS(Receive Flow Steering)扩展了 RPS 的性能以增加… Continue Reading
Shell脚本中数值都是默认按照十进制处理的,除非这个数值做了特殊标记,如:以 … Continue Reading
使用web方式展现git仓库可不clone代码却可以查看仓库中的信息,如 lin… Continue Reading
(本来7年前就开始写过Shell脚本,不过最近写一段bash脚本时,感觉要用下数… Continue Reading
在CentOS 6.x上,默认自带的Python是2.6.x版本,这个版本的Py… Continue Reading
在Jenkins上有一大批老的job不需要跑了,想批量disable这一批job… Continue Reading
最近管理的一批机器,有个需求是要统一修改一个帐号的用户名密码,比如将qa帐号的密… Continue Reading
(本文多年前发表在这里:http://www.51testing.com/htm… Continue Reading
在Linux上处理一些数据文件时,有时候需要将其中的空行过滤掉,系统中提供的各种… Continue Reading
在Shell脚本中调用awk是非常自然和简单的,以前还写过一个关于awk/she… Continue Reading
几个月前开始使用VPS,每月限制300GB流量,流量方便基本够用了,但是有时候由… Continue Reading
在实际工作中,通过git diff来计算代码变更数量,有碰到的需求是,仅仅统计某… Continue Reading
在使用一些命令时(如:ls、git),刚好遇到一些需求是想很方便地遍历所有的目录… Continue Reading