Archive for category 默认

Long time no update

I haven’t update this blog for a long time.

two reasons:
firstly, the earthquake cut the connect from my country to USA.
secondly, busy with learn new knowledge. solaris and websphere.

solaris have a good new file system ZFS, and websphere works as tomcat, but is more enterprise? it has lots of features, so it will take me some time to dig it. so is solaris.

No Comments

《大道至简》小感

看了3天,当时在公司内部论坛看到的。虽然自己不是编程人员。呵呵

感觉讲了很多道的东西,看不是很懂,但是也有不少收获。
他讲了好几个故事,也看了相关典故。我从一个系统的侧面感触一些东西。

作者虽然是在讲编程的道,但是很多东西也是解决问题的过程。
编程何尝不是解决问题的过程的,从学的不好的编程到项目到软件工程
从小到达,一种系统的管理和解决问题的思考。

值得有志成为项目经理的程序员一读,不管从以后的开发上还是管理上感觉都
会有不少的收获。

大道至简 下载地址

No Comments

读书计划之笔记2

今天下午把看完了

后面这一块提及到优化、负载均衡、安全方面的东西。
因为大多都从网上看到过,或者做过实验的的。

有一点,不要过早的“优化”,当然了,不是说代码的简洁化了
通过整体的测试,找出瓶颈。再进行整体优化。

No Comments

关于阅读技术类图书的思考(转)

今天在 cu上看到一封信,一个新程序员写给老程序员的信:
内容如下:
尊敬的程杰老师:您好!
首先请允许我这么称呼你,虽然你是高级软件工程师,但我觉得叫你高级软件工程师老师更能表达我对你所写的《大话设计模式》一书无比的喜爱和对你本人无比的敬佩! Read the rest of this entry »

No Comments

读书计划之book list

好久没认真读过几本书了,最近越来越发现知识很匮乏。
就有了今天的读书计划:
读书列表:
1. <Building Scalable Web Sites> By Cal Henderson
2. <iptables-tutorial> By Oskar Andreasson
3. <建筑的永恒之道>(美)C.亚历山大 (The Timeless Way of Building)
4. <High.Performance.MySQL.Second.Edition>
5. To Add

No Comments

关于Spider的一些问题

Sosospider很烦人,就封掉吧。
在服务器里进行封杀

BrowserMatch Sosospider a_robot=1
BrowserMatch libwww a_robot=1

Read the rest of this entry »

No Comments

监控软件之zenoss

Zenoss
Open Source Application, Systems & Network Monitoring
www.zenoss.com
应用在多机监控上不错,以前用ganglia/nagios
不过ganglia总得来说还是不错的。
细节还有待进一步研究。

OpenNMS
Open network management system
opennms.org

No Comments

Freenas Fire me !

不喜欢freenas了,不知道怎么回事。
今天捣鼓了好一会儿都没搞定
以前有些用户直接存到/etc/passwd 里面
今天建了一些存到了/var/etc/passwd里面
很奇怪,并且不给我创建目录。还要自己手动创建
还出现密码错误的现象。。。。。。。

我放弃了。让它搞崩溃了

freebsd 7的ssh需要加上这两行才能登录。
PermitRootLogin yes
PasswordAuthentication yes
要不然就出错。。。。。。
普通的用户不能 su ,确实够安全!
真的是“鱼和熊掌,不可兼得”

No Comments

Probing PCI hardware (bus 00)

Linux安装时停止在Probing PCI hardware (bus 00)错误解决办法

环境:
主板是英特尔G35的芯片组。两G条子。硬盘:SATA接口。

操作系统 CentOS4.X

故障:
Linux安装时提示 Probing PCI hardware (bus 00)

原因:
与硬盘的接口及PCI接口有关。

解决办法:
启动到LINUX界面下按F3,后输入linux pci=nommconf 后回车即可。安装完后,重启时还需要输入。

安装完之后编辑 /etc/grub.conf 将pci=nommconf 附加到内核后面,在同一行上。如下所示:

kernel /boot/vmlinuz-2.6.9-78.0.5.plus.c4smp ro root=LABEL=/ pci=nommconf

No Comments

恢复硬盘资料-实战

昨天一同事,系统(win)突然死掉,原因不明。

去看了看,安全模式也不能进入。提示文件丢失。还原吧
结果还原了半天,没完成还原,又死。
再次启动,硬盘动一直亮,winpe也无法进入。
把硬盘线拔掉,winpe正常进入。故硬盘问题。 Read the rest of this entry »

No Comments