2011年9月22日

[转载]Windows 8 Developer Preview 已经开始提供下载

摘要: 微软已经启动了Windows开发者版本的下载,这是一个被命名为pre-beta的版本,用于展示功能之用,并非稳定版,所以不建议将其使用在生产环境中。遗憾的是部分功能已经被屏蔽,因此我们无法看到像发布会中那么完整的体验:Windows Developer Preview with developer tools English, 64-bit (x64)DOWNLOAD (4.8 GB)Sha 1 hash - 6FE9352FB59F6D0789AF35D1001BD4E4E81E42AFAll of the following come on a disk image file (.iso) 阅读全文

posted @ 2011-09-22 13:15 longzhao&&dilanlx 阅读(150) 评论(0) 推荐(0)

[转载]微软Windows 8利用UEFI进一步限制Linux生存空间

摘要: "Windows 8认证品牌机可能不支持启动Linux。"根据新的规定,Windows 8认证的机器可能将阻止部署Linux。Win 8要求机器用统一可扩展固件接口(UEFI)代替BIOS。EFI正逐渐取代长期使用的BIOS固件,它兼容Windows,支持全局唯一标识分区表 (GUID Partition Table),OS X/Intel和Linux 2.6。EFI和UEFI 规格对Linux来说没什么问题,但问题是微软要求win8认证客户机支持安全启动,启动进程内的所有固件和软件都需要可信CA签名,显然微软试图锁定启动进程,阻止安装无签名的第三方系统如Linux。Cur 阅读全文

posted @ 2011-09-22 13:07 longzhao&&dilanlx 阅读(170) 评论(0) 推荐(0)

eucalyptus 安全组配置问题

摘要: ~]# euca-run-instances emi-F3EC10F9 -k keypair FinishedVerify: Not enough addresses left in the network subnet assigned to requested group: defaultNot enough addresses left in the network subnet assigned to requested group: defaultVNET_SUBNET=192.168.138.0VNET_NETMASK=255.255.255.0VNET_DNS=124.16.13 阅读全文

posted @ 2011-09-22 10:22 longzhao&&dilanlx 阅读(525) 评论(0) 推荐(0)

2011年9月21日

diff 文件格式说明 @@ -l,s +l,s @@

摘要: @@ -l,s +l,s @@The hunk range information contains two hunk ranges. The range for the hunk of the original file is preceded by a minus symbol, and the range for the new file is preceded by a plus symbol. Each hunk range is of the format l,s where l is the starting line number and s is the number of 阅读全文

posted @ 2011-09-21 15:44 longzhao&&dilanlx 阅读(3361) 评论(0) 推荐(1)

[转载] Linux下判断cpu物理个数,几核,是超线程还是多核心

摘要: 如果系统包含两个物理封装,每个封装中又包含两个支持超线程(HT)技术的处理器内核,则 /proc/cpuinfo 文件将包含此数据。(注:数据并不在表格中。)查看方法: less /proc/cpuinfoprocessor01234567physical id01010101core id02130213siblings44444444cpu cores22222222可通过如下方法查询CPU情况:1.逻辑CPU个数:# cat /proc/cpuinfo | grep "processor" | wc -l2.物理CPU个数: # cat /proc/cpuinfo | 阅读全文

posted @ 2011-09-21 15:29 longzhao&&dilanlx 阅读(224) 评论(0) 推荐(0)

dhclient 退出的原因

摘要: 虚拟机默认以DHCP方式启动,之后如果关掉DHCP服务。虚拟机无法重新获得IP地址。查找原因发现执行命令 ps ax |grep dhc 不存在 dhclient进程。 重新启动虚拟机后,执行命令: ps ax|grep dhc 得到以下结果: -bash-3.2# ps ax|grep dhc 952 ? Ss 0:00 /sbin/dhclient -1 -q -lf /var/lib/dhclient/dhclient-eth0.leases -pf /var/run/dhclient-eth0.pid eth0 1261 xvc0 S+ 0:00 grep dhc 上网查找dhcl.. 阅读全文

posted @ 2011-09-21 14:24 longzhao&&dilanlx 阅读(3769) 评论(0) 推荐(1)

2011年9月20日

今天开通cnblogs,准备开始将技术文章发表与此!

摘要: 申请之前,baidu了一下csdn,cnblogs的对比,决定在此开博!!申请审核速度不错,赞一个! 阅读全文

posted @ 2011-09-20 14:10 longzhao&&dilanlx 阅读(111) 评论(0) 推荐(0)

[转载]如果说中国的程序员技术偏低,原因可能在这里

摘要: 原文地址:http://www.cnblogs.com/shiyuxinglan/archive/2010/05/17/1737057.html首先来说一个高级程序员并非靠自己读几本书写几万行代码就能练就的,我更关注于低层的环境,也就是程序员实实在在的工作环境。因为程序员的高低还得从实际的工作来衡量,而非其它。所以我想说的是,中国的软件公司的性质直接导致程序员的水平的高低。而我所说的软件公司,不是指某个或者某几个,而是指主流的软件公司,大众型的软件公司。所以我希望那些已经步入一个理想的公司的程序员理解我这篇文章的定位。软件公司的无偿加班对程序员的影响:国内的软件公司中程序员是常常加班的,每日加 阅读全文

posted @ 2011-09-20 14:08 longzhao&&dilanlx 阅读(99) 评论(0) 推荐(0)

导航