Chinaunix首页 | 论坛 | 博客
  • 博客访问: 397441
  • 博文数量: 81
  • 博客积分: 45
  • 博客等级: 民兵
  • 技术积分: 608
  • 用 户 组: 普通用户
  • 注册时间: 2012-10-22 11:46
个人简介

一个愤青

文章分类

全部博文(81)

文章存档

2015年(40)

2014年(29)

2013年(11)

2012年(1)

我的朋友

发布时间:2015-05-07 15:33:36

1.  备份#  dpkg --get-selections > debian-list这将当前系统中已安装的软件保存到 debian-list2.  还原# dpkg –set-selections < debian-list && apt-get dselect-upgrade......【阅读全文】

阅读(1369) | 评论(0) | 转发(0)

发布时间:2015-04-08 22:11:58

Debian 8, Superblock last write time is in the future  解决方法1. timedatectl status2. sudo timedatectl set-local-rtc 0 使RTC时间和UTC保持一致......【阅读全文】

阅读(2139) | 评论(0) | 转发(0)

发布时间:2015-04-02 14:03:16

FIRSTsudo dpkg --add-architecture i386ORecho "foreign-architecture i386" > /etc/dpkg/dpkg.cfg.d/multiarchTHENsudo apt-get updatesudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386DONE......【阅读全文】

阅读(1206) | 评论(0) | 转发(0)

发布时间:2015-03-18 21:55:24

1. WebbenchWebbench是一个在linux下使用的非常简单的网站压测工具。它使用fork()模拟多个客户端同时访问我们设定的URL,测试网站在压力下工作的性能,最多可以模拟3万个并发连接去测试网站的负载能力。Webbench使用C语言编写, 代码实在太简洁,源码加起来不到600行。下载链接:http://home.tiscali.cz/~cz210552/w.........【阅读全文】

阅读(1347) | 评论(0) | 转发(0)

发布时间:2015-03-18 10:28:39

*/1 * * * * export DISPLAY=:0 && xterm......【阅读全文】

阅读(1779) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册