Chinaunix首页 | 论坛 | 博客
  • 博客访问: 623052
  • 博文数量: 142
  • 博客积分: 116
  • 博客等级: 入伍新兵
  • 技术积分: 1445
  • 用 户 组: 普通用户
  • 注册时间: 2010-09-28 08:37
文章分类

全部博文(142)

文章存档

2017年(7)

2016年(57)

2015年(48)

2014年(30)

我的朋友

发布时间: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 查看系统状态.........【阅读全文】

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

发布时间: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......【阅读全文】

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

发布时间: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.........【阅读全文】

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

发布时间: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.........【阅读全文】

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

发布时间: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

.........【阅读全文】

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

登录 注册