一个愤青
发布时间:2015-05-07 15:33:36
1. 备份# dpkg --get-selections > debian-list这将当前系统中已安装的软件保存到 debian-list2. 还原# dpkg –set-selections < debian-list && apt-get dselect-upgrade......【阅读全文】
发布时间: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保持一致......【阅读全文】
发布时间: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......【阅读全文】
发布时间:2015-03-18 21:55:24
1. WebbenchWebbench是一个在linux下使用的非常简单的网站压测工具。它使用fork()模拟多个客户端同时访问我们设定的URL,测试网站在压力下工作的性能,最多可以模拟3万个并发连接去测试网站的负载能力。Webbench使用C语言编写, 代码实在太简洁,源码加起来不到600行。下载链接:http://home.tiscali.cz/~cz210552/w.........【阅读全文】
发布时间:2015-03-18 10:28:39
*/1 * * * * export DISPLAY=:0 && xterm......【阅读全文】