2012年4月28日 | 标签:

http://www.vsharing.com/k/vertical/2012-4/A656966.html

好多公司在做去硬件化,IBM在10年前将工作重心倾斜向做服务、解决方案,实施去硬件化(把PC事业部拆给联想应当就是那个时期吧,现在看来,IBM当时只是拆除掉利润较低的部门而已,当时的战略转型很成功)。现在,IBM在数据中心上的技术在国际上遥遥领先近期转型或者即将转型的部分巨头公司,比如惠普、思科等。

如果将来的业务方式,真的转变成为以服务为主导的话,(就像现今的电信、移动销售它们的通信业务,免费送手机一样)那对IT产业来说,将会是相当大的一次变革。现在云计算这么火,不知道去硬件化跟云计算的兴起是否有什么关联呢?

2011年10月29日 | 标签:

On my notpad ,I removed the "network-manager" using "apt-get remove network-manager" for I found that it may be interferred with "wicd-client".

2011年10月29日 | 标签:

项目使用的界面库是DevExpress
相当好用,不过里面弹出对话框XtraMessageBox的按钮都是英文的,
可能会对用户造成困扰, 阅读全文…

2011年10月16日 | 标签:

邱杰凡,浙江师范大学数理信息学院2007级物理电子学专业硕士研究生,现已被中国科学院计算技术研究所(北京)录取为博士生。成功考博的背后是充实的三年读研时光,也应该是师大研究生学习的楷模。 阅读全文…

2011年10月16日 | 标签:
2011年10月16日 | 标签:
2011年10月15日 | 标签:
2011年10月15日 | 标签:
2011年10月15日 | 标签:

07年考博快到了,这是05-06两年计算所考博计算机系统结构和网络试题,拿出来给大家共享。 阅读全文…

2011年10月15日 | 标签:

想考中科院计算所的同僚们,作为一个过来人就介绍一下中科院计算所有关博士入学考试的情况,介绍得不全,还请留言! 阅读全文…

2011年10月12日 | 标签:

转自WordPress啦

博客客户端(Weblog Client)是你用在本地计算机上用以通过 XML-RPC发布日志所用的软件。某些情况下,博客客户端还可以管理你的博客文章。你可能会把博客客户端看成是类似Outlook Express,Thunderbird和Eudora Mail那样的email客户端,但实际上博客客户端允许你在离线状态下撰写日志;然后在能够连接到因特网时就可以将日志发布上去了。 阅读全文…

2011年10月10日 | 标签:

中科院计算所刚刚做了十二五规划,其中有一个很有意思的名词”HTC”,而且这个名词居然排在龙芯的前面。HTC即高通量计算机,High-through computing.本文绝大部分内容取材自这里。穿插自己的理解。 阅读全文…

2011年10月5日 | 标签:

我是计算所智能信息实验室的,qq:569845138。

2011年10月5日 | 标签:
2011年9月28日 | 标签:

Debian下,诸如Wireshark等程序需要以管理员权限启动,获取网卡接口列表等。为了不每次都从命令行(su Wireshark)可以采用如下方法(gksu),修改快捷方式的属性如下:

属性修改具体如下(主要是gksu):

Type: Application

Name:

Wireshark

Command: gksu “wireshark”

Comment: Network traffic analyzer

PS: 如果系统没有gksu命令, 那就先安装之”apt-get install gksu”.

2011年7月6日 | 标签:

 After I finished the install of the “kvm ,qemu-kvm ,libvirt-bin,virtinst,virt-manager”. I want to connect to my vms through the virt-manager .But I come to this error:

阅读全文…

2011年7月2日 | 标签:

I deployed my vms using kvm on debian for testing. But anytime I modified the network interface,for example,change the virtual network the vm connect to, I can not see the eth0 when I use “ifconfig” in the vm.

It cost me almost a day to solve. Finally I got a solution from the internet which aims at another question.But it actually solved my problem.

sudo vim /etc/udev/rules.d/70-persistent-net.rules
- delete the line contains the old MAC address (usually the first line with eth0), rename the line (usually the following one) with new MAC address to “eth0″, and restart the VM.

(Just modify the mac address in the line which “name=eth0″ to be your actually vm’s Mac address.)

Days later ,I will look into it to see what the file use for.

2011年6月15日 | 标签:

首先,这个帖子很长,但是却很重要,我经过了认真的整理,希望对大家有所帮助。

阅读全文…

2011年6月7日 | 标签:

2011-6-7,博彦公司来学院招聘
主要分为两部分:一部分是技术,一部分英文和项目。

阅读全文…

2011年5月20日 | 标签:

Debian is convinent to install software packages for the tool aptl. Like many other packages ,we can use “apt-get install ns2″ to install the ns2.

阅读全文…