笑遍世界
Stay hungry, stay foolish.
Menu Close
  • 首页
  • KVM虚拟化原理与实践(连载)
  • 《KVM虚拟化技术:实战与原理解析》
  • 关于本博客
  • 我要笑遍世界

Linux系统应用

Nginx “413 Request Entity Too Large”解决方法

05/07/2015master Leave a Comment

使用bugzilla时,有时需要将手机截屏、拍照作为附件上传,而现在手机分辨率很… Continue Reading →

Linux, Linux系统应用, Web服务器 Linux, Nginx

Nginx/Apache访问日志分析工具—GoAccess

04/09/2015master Leave a Comment

以前,我还在自己用Python或AWK写脚本来分析我的博客上面的访问日志,现在我… Continue Reading →

Linux, Linux系统应用 Linux, Nginx

Nginx+FastCGI运行Bugzilla的优化

02/12/2015master Leave a Comment

我用Nginx+FastCGI的方式来运行我们的Bugzilla系统,但几天前的… Continue Reading →

Linux, Linux系统应用, 动态语言, 性能测试 Linux, Nginx, Performance, testing

Nginx+Gunicorn+Django出现“Bad Request (400)”

12/22/2014master 1 Comment

配置Nginx+Gunicorn+Django时,发现所有请求都是返回“Bad … Continue Reading →

Linux, Linux系统应用, Python, Web服务器, 程序设计, 软件应用 Django, Nginx, Python

在CentOS 7.x 上搭建Django/MySQL(MariaDB)

12/21/2014master Leave a Comment

在阿里云上尝试使用了一下CentOS 7.0 的虚拟机,部署了一下Django应… Continue Reading →

Linux, Linux系统应用, MySQL, Python Linux, MySQL, Python

质量度量平台性能优化-1

12/17/2014master Leave a Comment

2014年,我们独立开发了代号为AEW的质量度量平台,里面的东西还算比较丰富,包… Continue Reading →

Linux, Linux系统应用, Python, 性能测试, 程序设计 Django, Nginx, Performance, Python

CentOS 6.x升级Python到2.7

11/28/2014master 2 Comments

在CentOS 6.x上,默认自带的Python是2.6.x版本,这个版本的Py… Continue Reading →

Linux, Linux系统应用, Python, Shell脚本 Linux, Python, Shell

RabbitMQ使用总结

09/02/2014master Leave a Comment

在构建测试框架/系统时,最近使用了RabbitMQ,而且在排查各种问题中使用到了… Continue Reading →

Linux, Linux系统应用 Linux

celery worker启动时”Segmentation fault” (core dumped)

09/01/2014master Leave a Comment

在我的Ubuntu 14.04 上, 使用"celery worker"命令启动… Continue Reading →

Linux, Linux系统应用, Python, 程序设计 Linux, Python

CentOS上搭建Bugzilla系统

08/04/2014master 1 Comment

Bugzilla作为最好的Bug管理系统之一,它是主要用Perl编写的开源软件,… Continue Reading →

Linux, Linux系统应用, 软件测试 Linux, Nginx, testing

CentOS配置vsftpd服务器

07/12/2014master Leave a Comment

用vsftpd搭建内部一个FTP服务器,遇到的问题记录一下吧。 要求是,让匿名用… Continue Reading →

Linux, Linux系统应用 Linux

推荐一个Mac上配置Vim的开源项目 max-awesome

07/05/2014master Leave a Comment

Square公司开源了一个用于在Mac上配置Vim和tmux的开源项目,我也在使… Continue Reading →

Linux系统应用, Mac OS X 系统, 软件应用 Mac, Vim

使用postfix的一些问题记录

06/30/2014master Leave a Comment

在使用postfix时,也遇到一些配置相关的各种问题,在这里简单记录一下。关于我… Continue Reading →

Linux, Linux系统应用 Linux

Linux系统的CPU使用率和Load

06/03/2014master Leave a Comment

好吧,我承认这个话题是老生常谈,我自己也在2009年刚接触性能测试时就已经开始关… Continue Reading →

Linux, Linux系统应用, 性能测试 CPU, Linux, Performance

Linux find 命令按修改时间、文件大小查找文件

05/28/2014master Leave a Comment

这两天整理各种jenkins服务器,用到find命令来协助查找一些特定文件。 用… Continue Reading →

Linux, Linux系统应用 Linux

自动备份和下载WordPress(及MySQL)的fabric脚本

05/07/2014master Leave a Comment

在一年多之前,我写过一个博客介绍Fabric(Fabric 一个与多台服务器远程… Continue Reading →

Linux系统应用, Python, WordPress, 程序设计 Linux, Python, WordPress

ntpdate同步时间

05/07/2014master 2 Comments

在我的VPS上,出现过时间不准的情况,刚好是差整数个小时,开始还以为是时区问题,… Continue Reading →

Linux, Linux系统应用 Linux

FTP连接出现:Failed to retrieve directory listing

05/07/2014master Leave a Comment

想将一些博客上面的配置信息下载到本地来,所以为了方便,就临时用vsftp软件建立… Continue Reading →

Linux, Linux系统应用 Linux

问题分析:KUbuntu 14.04 CPU I/O wait 很高,运行很慢

05/07/2014master Leave a Comment

Ubuntu 14.04 在4月份发布了,又是一个LTS(长期支持)版。 前两天… Continue Reading →

Linux, Linux系统应用 Linux, Performance

Jenkins执行过程中“git: /usr/local/jboss/bin/native/libz.so.1: no version information available (required by git)”

05/05/2014master Leave a Comment

在测试用的一个jenkins上执行任务用到了的Git命令,然后得到了“git: … Continue Reading →

Linux, Linux系统应用 git, Jenkins, Linux

Post navigation

← Older Articles
Newer Articles →

近期文章

  • 快速定位磁盘空间不足的问题
  • Linux上的稀疏文件(用ls和du命令看到的大小不一样)
  • mount nfs卡住的问题
  • Shell中的关联数组
  • Linux下防止文件被误删除或修改

近期评论

  • 运维知识各种链接 | Restart发表在《Python3连接MySQL数据库》
  • 用 node 开发自定义命令 – FIXBBS发表在《Linux上的Shebang符号(#!)》
  • CentOS 6.x 内核升级(2.6.32 -> 3.10.58)过程记录 _ 脚本宝典发表在《Linux Kernel内核配置方式详解》
  • ioQQ编程网 linux网络虚拟化发表在《(KVM连载)4.4.1 QEMU支持的网络模式》
  • ioQQ编程网 linux网络虚拟化发表在《KVM虚拟化原理与实践(连载)》

标签

Android apache AWK Bash Blog Browser C CPU Django Facebook git Hardware hg html IE Intel Internet Java javascript Kernel KVM life Linux Mac mercurial MySQL Nginx Performance PHP Python QA QEMU reading RPM SCM Shell testing thought Vim Virtualization Web Windows WordPress Xen 笑遍世界

分类目录

  • Android (10)
  • Linux (229)
    • Linux内核 (23)
    • Linux系统应用 (150)
    • Shell脚本 (47)
  • WordPress (11)
  • 云计算 (10)
  • 互联网 (20)
  • 人工智能 (2)
  • 大数据 (2)
  • 数据库 (9)
    • MySQL (9)
  • 未分类 (31)
  • 生活工作 (45)
    • 生活感悟 (16)
    • 记录工作 (2)
    • 记录生活 (31)
  • 硬件知识 (12)
  • 程序设计 (117)
    • C/C++ (23)
    • Java (13)
    • PHP (3)
    • Python (60)
    • Web开发 (15)
    • 动态语言 (4)
    • 算法 (4)
  • 虚拟化 (84)
    • Docker (1)
    • KVM (68)
    • Xen (14)
  • 读书笔记 (40)
  • 软件应用 (50)
    • Mac OS X 系统 (10)
    • microsoft相关软件 (8)
    • SCM工具 (14)
    • Web服务器 (8)
  • 软件测试 (50)
    • 单元测试 (1)
    • 性能测试 (26)
    • 测试方法 (7)
    • 自动化测试 (15)
  • 非技术学习 (5)

文章归档

  • 2020年十二月 (2)
  • 2020年七月 (1)
  • 2020年六月 (3)
  • 2018年十二月 (1)
  • 2018年二月 (2)
  • 2017年十二月 (1)
  • 2017年十一月 (3)
  • 2017年八月 (2)
  • 2017年七月 (1)
  • 2017年六月 (1)
  • 2017年五月 (3)
  • 2017年四月 (3)
  • 2017年三月 (1)
  • 2016年九月 (2)
  • 2016年六月 (3)
  • 2016年五月 (1)
  • 2016年四月 (2)
  • 2016年三月 (2)
  • 2016年二月 (1)
  • 2015年十二月 (1)
  • 2015年十一月 (3)
  • 2015年九月 (2)
  • 2015年八月 (3)
  • 2015年七月 (3)
  • 2015年六月 (1)
  • 2015年五月 (4)
  • 2015年四月 (1)
  • 2015年二月 (2)
  • 2014年十二月 (5)
  • 2014年十一月 (2)
  • 2014年十月 (2)
  • 2014年九月 (3)
  • 2014年八月 (3)
  • 2014年七月 (6)
  • 2014年六月 (6)
  • 2014年五月 (14)
  • 2014年三月 (1)
  • 2014年二月 (1)
  • 2014年一月 (10)
  • 2013年十二月 (15)
  • 2013年十一月 (10)
  • 2013年十月 (8)
  • 2013年九月 (3)
  • 2013年八月 (3)
  • 2013年七月 (10)
  • 2013年六月 (8)
  • 2013年五月 (3)
  • 2013年四月 (8)
  • 2013年三月 (16)
  • 2013年二月 (5)
  • 2013年一月 (17)
  • 2012年十二月 (5)
  • 2012年十一月 (11)
  • 2012年十月 (7)
  • 2012年九月 (8)
  • 2012年八月 (20)
  • 2012年七月 (11)
  • 2012年六月 (20)
  • 2012年五月 (12)
  • 2012年四月 (7)
  • 2012年三月 (12)
  • 2012年二月 (13)
  • 2012年一月 (4)
  • 2011年十二月 (13)
  • 2011年十一月 (14)
  • 2011年十月 (10)
  • 2011年九月 (8)
  • 2011年八月 (9)
  • 2011年七月 (11)
  • 2011年六月 (10)
  • 2011年五月 (11)
  • 2011年四月 (6)
  • 2011年三月 (12)
  • 2011年二月 (1)
  • 2011年一月 (3)
  • 2010年十二月 (4)
  • 2007年五月 (8)
  • 2006年十二月 (1)
  • 2006年十一月 (1)
  • 2006年十月 (4)
  • 2006年九月 (4)

博客链接

  • 笑遍世界的测试技术博客
  • 笑遍世界的网易博客

友情链接

  • AYard-Linux软件
  • Linux工程师同事
  • VPSee的站点
  • 书海扬帆的博客
  • 又拍云存储
  • 点滴–挖掘技术细节
2021年一月
一 二 三 四 五 六 日
« 12月    
 123
45678910
11121314151617
18192021222324
25262728293031
© 2021 笑遍世界. All rights reserved.
Fashionista by aThemes