发布时间:2016-01-11 16:16:51
Linux系统性能测试与分析1-整体分析 http://blog.chinaunix.net/uid-14214482-id-330801.htmlLinux系统性能测试与分析2-性能检测 http://blog.chinaunix.net/uid-14214482-id-330802.html工具 简单介绍top 查看进程活动状态以及一些系统状况vmstat 查看系统状态.........【阅读全文】
发布时间:2015-11-13 10:01:02
Debian系统删除软件包时,执行postremove script报错。解决方法,修改postremove script,把#!/bin/sh -e改成不要-ecd /var/lib/dpkg/infols package-name*vi 。。。 去掉#!/bin/sh -e的-e......【阅读全文】
发布时间:2015-10-26 15:13:33
网上搜来的解决方法。原理不大明白。注意第2步一定要能取得新提交才行。1 Edit the svn-remote url URL in .git/config to point to the new domain name2 Run git svn fetch – This needs to fetch at least one new revision from svn!3 Change svn-remote url back to the original url4 Run git svn rebase.........【阅读全文】
发布时间:2015-10-15 10:01:13
从debian wheezy升级到jessie,把source.list的源改为jessie后,
apt-get update
apt-get dist-upgrade
下载完成后进行安装时,发生错误:
UNMET dependences ...
apt-get install -f
又发生
dpkg: error processing ...
trying to overwrite 'xxx', which is also in pac.........【阅读全文】
发布时间:2015-10-13 14:49:53
tar xzf open-vm-tools-9.4.6-1770165.tar.gz
cd open-vm-tools-9.4.6-1770165
aclocal
libtoolize
automake --add-missing
autoconf
autoheader
./configure --without-x --without-icu
make
.........【阅读全文】