-
大家有没有用过 基于浏览器的在线IDE环境,比如:
Cloud9 IDE
https://c9.io/
Codeanywhere
https://codeanywhere.net/
RStudio
http://www.rstudio.com/
特性大概有:
源码库管理,整合 github,BitBucket
在线代码编辑器 editor
一键部署到 Google AppEngine, Wi...
-
What is Captcha
CAPTCHA is an acronym for "Completely Automatic Public Turing Test to Tell Computers and Humans Apart". It is a task, that human can easily solve, but computer not.
It is used as a cha...
-
前提,正确安装 KVM (Kernel-based Virtual Machine)
yum install kvm kvm-qemu-img libvirt bridge-utils
Step 1:
cat /etc/sysconfig/network-scripts/ifcfg-eth0
DEVICE="eth0"
HWADDR="78:2B:CB:3C:A4:BA"
NM_CONT...
-
团队用git 管理代码,公司则用svn, 需要定期将代码同步到svn归档
1. 安装 git svn 插件
apt-get install git-svn
2. 建立本地 git-svn 库
本地代码目录为 /opt/src/search-git
为 git-svn 建立新目录 /opt/src/search-svn
cd /opt/src/
git svn clone -s http://192...
-
网络设备IO 瓶颈~ 现在可以关注下 Linux 2.6.35, 包含 Google 提交的两项改进网络处理性能的新特性: Receive packet steering, Receive flow steering, 在多核环境下并行处理网络负载!
Release Notes:
http://kernelnewbies.org/Linux_2_6_35
Transparent spreading...
-
最近订阅到两则消息:
1. RackSpace.com 发布 OpenStack.org 开源云计算平台,包含核心组件 Object Storage 和 Compute
2. 美国国家宇航局 Nebula 云计算平台采用 OpenStack 构建.
RackSpace 是全球企业级IDC服务的领导者之一,几个基于 Cloud 的产品已经成熟运行多年,如今以 Apache 2.0 开源,其自信指数颇...
-
Sphinx 1.10 版本令人激动,在实时搜索、高并发、分布搜索效率、稳定性、功能、接口上都有不凡的表现:
# added RT indexes support (新功能,很可能会马上测试它)
# added prefork and threads support (workers directives) (非常好的改进,经简单测试,开启 prefork 后,一台双核 Xen 550x,并发从 ...
-
Network Driver issue:
1. skip: select "No Device" for network detects.
2. download the latest "firmware-bnx2_{version}_all.deb" from packages.debian.org
3. save the firmware in your usb or cdrom... mo...
-
终于,Google “官方”确认 Google Phone 的存在,而且已经在 Google 内部大规模测试,Google 确实认为目前智能手机发展太慢,需要催化剂.
URL: http://phandroid.com/2009/12/12/google-phone-iphone-on-steroids/
传说中有如下特性:
Google 独立设计机身硬件,由 HTC 代工,
OS: Androi...
-
继语音搜索技术之后,Google 图像搜索技术也被首先用于智能手机,真是好强大~
官方网站 http://www.google.com/mobile/goggles
A picture is worth a thousand words.
No need to type your search anymore. Just take a picture.
Find out what business...