ChinaUnix一帖子:
写下你职业生涯中最难以忘怀的误操作
http://linux.chinaunix.net/bbs/thread-981914-1-1.html
看完当前所有回复…很深刻很搞笑,从桌面到企业核心应用…各种失误都有涉及,~得防备自己不要遇到!
其中比较搞笑的是,一个人就这样写道:
本来只是想编译个程序的……
$make love
donot know how to make love, stop.
我也本地“编译”了一下,我的电脑说: *** No rule to make target `love’. Stop.
恩~ 有 …
based on ubuntu 7.10 / 8.04 / 8.10/9.04
Step 1 (ubuntu 7.10/8.04):
sudo vi /etc/init.d/mountdevsubfs.sh
Find these script:
#
# Magic to make /proc/bus/usb work
#
#mkdir -p /dev/bus/usb/.usbfs
#domount usbfs “” /dev/bus/usb/.usbfs -obusmode=0700,devmode=0600,listmode=0644
#ln -s .usbfs/devices /dev/bus/usb/devices
#mount –rbind /dev/bus/usb /proc/bus/usb
Setting for auto mount usb device, chang …
Step 1: add mod_rewrite
sudo a2enmod rewrite
this will create a loader to /etc/apache2/mods-enabled/rewrite.load
that loads the module /usr/lib/apache2/modules/mod_rewrite.so
and it be linked to : /etc/apache2/mods-available/rewrite.load
Disable rewrite use: sudo a2dismod rewrite
Step 2: Setting AllowOverride
sudo vi /etc/apache2/apache2.conf
…
感冒好了,其实昨天基本好得差不多了,只是今天下班,觉得神清气爽,眼睛闪亮~ !
六年中,是第二次感冒,上次大四,做实习生第一天,写字楼封闭浑浊的空气,摧毁了我的免疫系统,让我躺了两天!那时好啊,宿舍里的兄弟,有人帮买药,有人帮打饭……
写字楼空气质量最好的是厕所,强力换气扇,每小时清洁一次,所以我多喝水,然后不停的往厕所跑~ 上周五空气差到极点了,浑浊和缺氧,下班后感觉快不行了,哪儿哪儿肌肉都酸痛,根据经验,睡一觉后便会升级…头痛眼 …
I can show you the world
Shining, shimmering, splendid
Tell me, princess, now when did
You last let your heart decide?
I can open your eyes
Take you wonder by wonder
Over, sideways and under
On a magic carpet ride
A whole new world
A new fantastic point of view
No one to tell us no
Or where to go
Or say we’re only dreaming
A whole new world
A dazzling place I never knew
But when I’m way up here …
SmartKit建立…大概三年了? 反正结果是,现在还没有正式发布!
一直以来都是自己写底层应用,认为,这样更接近上帝! 总寻求更好设计,多次推倒重来,而涉及具体功能却少有改进,为什么不用Framework? 好消息是,基于PHP的多个Framework已经成熟.
Zend Framework
http://framework.zend.com
CakePHP
http://www.cakephp.org
PRADO
http://pradosoft.com.
Codeigniter
http://codeigniter.com
Symfony
http://www.symfony-project.org
…
URL http://webkit.org/perf/sunspider-0.9/sunspider.html
This is SunSpider, a JavaScript benchmark. This benchmark tests the core JavaScript language only, not the DOM or other browser APIs. It is designed to compare different versions of the same browser, and different browsers to each other. Unlike many widely available JavaScript benchmarks, this test is:
Real World
This test mostly av …
谨慎赞赏微软近期的Open计划,但并不支持将OOXML列入ISO,我们只需要一个标准(ODF),标准应该是共同的,不被少数人掌控的,才能惠及各方,倒是希望OOXML能被并入ODF,同时也希望中国的UOF标准也不要独立独行,期望同样被并入ODF。
好消息是,在微软公开相关文档不到一周的时间里,OpenOffice已经顺利支持 .docx :) 现在,我们已经可以在Windows, Linux平台自由使用、转化各种主流格式文档,选择不同的Office软件,使用相同的原文档文件,Enjoy!
…
和zeng同学谈J2ME,J2EE …
百废待兴,群雄并起,统一六国,是进步,那么现在软件行业的并购潮也是进步了,开始成熟了。现在IBM, Oracle, Microsoft已经是集大成者,从操作系统,到中间件,到数据库,再到ERP,CRM… 那么是“全套服务”提供商了!真是很强很暴力! 那么国内的企业就要在夹缝中生存了,而这个夹缝很宽广,夹缝是中国国情。
互联网的利润更多的集中到广告和电子商务,并会向移动网路衍生;而在传统的制造,服务,医疗等等行业,商用软件会 …
Linux kernel support for virtual network devices(called TAP interfaces), widely be used in virtualization, ex: vmware, openvz, virtualbox …
The TAP interfaces behave like physical network interfaces on your host and will work with any networking tools installed on your host system. From the point of view of the host, it looks like the guest’s network card is connected to the TAP inter …