It suddenly happens to me that my Nokia 5300 can not sync with Lotus Notes 6.5 with PC suite. The meaningful message from mobile side is “Can not process all items”. Upgrade PC suites to the latest version does not fix the problem.
Monthly Archives: May 2007
Architects in IT
Architect is one of the most confusing role in IT. I studied the following architect in IT and hope it helps clarify. My understandings are:
- Engineer fixes the problem with instructions and manual;
- Analyst provides the solutions with business owner;
- Architect draw high-level plan to prevent issues/problems for the future.
ZT: 小学同学相聚:为何当初成绩差的同学大多当了老板?
From: wenxuecity
puzzlebird: 中国教育的失败,毁了很多人。
”五一”节回老家,与几位小学同学相聚。“忆往昔”之后,说起现在的情况。谢老大自己办工厂,资产几百万;大王二当包工头,在县城买了几套房;杨拐子卖盒
饭起家,在城里盘下两家大酒店;小王二靠贷款买辆车跑长途运输起家,发展到拥有60多台大小车辆的运输公司。几位同学介绍完之后,个个发着感慨:想当年,
他们老是考不及格,总是抄我们的试卷,有的连初中都没读,如今都发财当老板了,而我们连养家糊口都艰难。
Can not restart autofs/automount
The automount daemon refused to restart after crash. The error message was ” mount_autofs: already mounted”. The error did not disappear even I have killed all the process that access the targeted mount point (checked by lsof).
Locally issued digital certificate in windows 2k3
The current project requires digit certificate to be deployed on the IIS server. Before we can use 3rd party CA, a local CA (certificate authority) needs to be set up on DEV for testing purpose. Strangely, all documents googled only covers part of the information, so I spent almost 4 hours to figure all the necessary steps out.
Small notes on setup NDMP for netbackup
It is correct to input the NDMP host name (hostAAA). It happened to be within the “nowind device name” in “add new drive” window (i.e. hostAAA:c256t0l0). We also need to remove all the previous added NDMP devices (not sure why) to make the NDMP drives online.
IE – Cannot add sites to Trusted Sites
By default, the security configuration of my laptop was disabled in IE. I am not able to add sites as trusted, or change the customized level. Here is the way to fix it.
ZT: 温总理也冒冷汗 吴仪:股民过亿 炒股已经炒疯了!
From: wenxuecity
四月十八日,温家宝在主持召开国务院常务会议上,分析第一季度经济运作情况时说:警钟要长鸣,头脑要清醒再清醒。当前经济运作中的突出矛盾和问题依然十分严峻,某程度已经过警戒线,必须加强忧患意识和危机感。
ZT: 我们这代中国人
From: wenxuecity
我已身为中国人40年,感觉和感情错综复杂,伟大的中国人和丑陋的中国人都有体会。时时有的一个感叹是生为当代大陆的中国人,不是在中国最为强大的时代,
而是中国在从物质贫乏的低谷中奋起直追的年头,我们的人生和国家情感别无选择。但在这别无选择之中,我时时也在希望能看到超脱出这别无选择之外的境界,时
时在内省中国人这个概念,内省自己这个中国人。
人生过半,以此文承前40年为中国人的苦乐,启下半生做中国人的希望。
Query LDAP server in C#
All the sample codes I googled do not
work for my environment. The key to make it work is to use
“System.DirectoryServices.Protocols” namespace, not
“System.DirectoryServices”, which is designed for Active Directory
only. .