快速定位磁盘空间不足的问题
背景 在Linux系统使用/运维过程中,经常会遇到磁盘空间不足(或者使用率过高)… Continue Reading
背景 在Linux系统使用/运维过程中,经常会遇到磁盘空间不足(或者使用率过高)… Continue Reading
在用find查看系统中一些大文件时,发现一些/var/log下面的文件其真实磁盘… Continue Reading
现象 某个台Linux server 运行,df -h 命令会卡住,查看df进程… Continue Reading
有时我们的一些重要的文件或目录,不希望被误删除或者修改,我们可以对其加上特殊的属… Continue Reading
背景 有时本地服务器的时间不准了,需要同步互联网上的时间。 解决方案 NTP时间… Continue Reading
遇到一台CentOS 7.x的服务器异常,通过dmesg看到有大量刷屏如下信息刷… 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
2011年4月写的一篇文章,现在依然偶尔会遇到,依然有用。 原文见:http:/… Continue Reading
这是2011年我写过的一篇文章,现在发现仍有意义,转发到我的这个博客上。 原文:… Continue Reading
在Windows上的SecureCRT、XShell远程连接Linux服务器,通… Continue Reading
使用web方式展现git仓库可不clone代码却可以查看仓库中的信息,如 lin… Continue Reading
Django自带的开发者运行模式,是不适合直接运行在生产环境的。 所以需要一个W… Continue Reading
我将平时,我可能常用的RPM相关的命令,整理了一下当做一个笔记吧。 安装RPM包… Continue Reading
前言:之前连载过2篇KVM网络的配置 4.4.2 使用网桥模式(bridge n… Continue Reading
前言:之前连载过 4.4.2 使用网桥模式(bridge networking … Continue Reading
在bash中,有个ulimit命令,提供了对shell及该shell启动的进程的… Continue Reading
使用easy_install和pip可以让python的模块的安装和管理变得非常… Continue Reading