分类存档: 技术 - 第20页

Google earth安装与删除

 

sudo dpkg  -i google-earth.deb

sudo apt-get  -f  install

sudo dpkg –list ‘google-earth*’ | cat

sudo dpkg -P google-earth-stable

rm -rf ~/.googleearth

Toxicology Data Network

Information in the TOXNET databases covers:
Specific chemicals, mixtures, and products
Chemical nomenclature
Unknown chemicals
Special toxic effects of chemicals in humans and/or animals
Citations from the scientific literature.

继续阅读 »

SQL To NoSQL – Top 6 Questions Before Making The Move

  1. SQL to NoSQL: Top 6 Questions Glynn Bird Developer Advocate @ IBM @glynn_bird
  2. Agenda 2 • Top 6 Questions When Moving to NoSQL 1. Why NoSQL? 2. Rows and Tables Become … What? 3. Will I Have to Rebuild My App? 4. How do I query data? 5. What’s _rev? 6. Does it replicate? • Live Q&A 继续阅读 »

调用Github登录API接入到WordPress

参见原文:http://www.iteblog.com/archives/1314
更多关于如何使用Github的OAuth相关API登录第三方网站,请参照http://developer.github.com/v3/oauth/官方文档。

ubuntu apache2 SSL实用配置

Ubuntu下HTTPS配置非常简单,对大部分用户而言,使用普通的自签名证书,只需按照步骤进行就可以了,无需了解密钥、证书的更多知识,更深的背景 知识还有RSA算法、DES算法、X509规范、CA机构…等等,随便哪个方向都够学习一阵子的,所幸的是有了OpenSSL、OpenSSH等这些 开源免费的软件,把很多底层的算法、规范都集成了,对上层应用而言,只需一二三操作即可,至多到官网去查查一些特殊的命令集。
继续阅读 »