
tacy.github.io
Tacy's Blog李春龙的博客
http://tacy.github.io/
李春龙的博客
http://tacy.github.io/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Thursday
LOAD TIME
0.7 seconds
16x16
PAGES IN
THIS WEBSITE
9
SSL
EXTERNAL LINKS
12
SITE IP
151.101.40.133
LOAD TIME
0.734 sec
SCORE
6.2
Tacy's Blog | tacy.github.io Reviews
https://tacy.github.io
李春龙的博客
本地KVM环境运行Kubernetes集群
http://tacy.github.io/blog/2014/11/24/本地KVM环境运行Kubernetes集群
本地KVM环境运行Kubernetes集群 - 24 November 2014. Kubernetes(后面简称为K8S)作为目前热门的容器集群管理软件, 很多人都希望能一探究竟, 但是它的文档大部分都是运行在IaaS平台之上, 对于没有IaaS环境的人来说, 还是有一定门槛, 这篇文章的目的就是让你能在自己的机器上搭建一个K8S集群. 这里我采用的方式Kelsey Hightower提供的: Elastic Kubernetes cluster with fleet and flannel. CoreOS 轻量级的操作系统, 和Docker天然集成, 独特的升级机制(和Google Chrome一样. 不是一个一个包升级, 而是Core的完整升级, 这样能保证整个环境的一致性). Fleet CoreOS管理集群管理工具, 就是一个配置管理工具, 当然只支持CoreOS, 类比的工具就是Chef/SaltStack一类的东西. Flannel CoreOS提供的overlay网络软件, 为K8S提供网络服务. 首先我们需要准备好的是我们的底层虚拟化环境, 其实没有想象的那么麻烦, 配置还是比较方便的.
l2tp ipsec in linode
http://tacy.github.io/blog/2014/12/24/L2tp-ipsec-in-linode
L2tp ipsec in linode - 24 December 2014. 我参考的配置帖子: https:/ raymii.org/s/tutorials/IPSEC L2TP vpn with Ubuntu 14.04.html. Two or more interfaces found, checking IP forwarding Failed. 我的环境是: My Ubuntu 14.04 LTS Profile (Latest 64 bit (3.16.7-x86 64-linode49). 如果已经配置了ip forward, 没啥好说的, 直接升级openswan吧, ppa在这里: https:/ launchpad.net/ openswan/ archive/ubuntu/ppa. 如果你用的是和我一样的配置, 那么先添加上面的ppa(貌似12.04没有上面的问题). Apt-get update apt-get install openswan xl2tpd ppp lsof. 修改/etc/ipsec.conf文件, 用下面内容替换:. Global] ipsec sar...
Archive
http://tacy.github.io/archive.html
December 24, 2014. Raquo; l2tp ipsec in linode. November 24, 2014. November 7, 2014. Raquo; 在本地kvm环节下使用cloud image. October 29, 2014. Raquo; Raspberry Pi WirelessAP. August 30, 2014. Raquo; marathon in mesos. August 21, 2014. July 29, 2014. Raquo; android notes. July 16, 2014. June 19, 2014. Raquo; linux kernel. June 11, 2014. Raquo; Byteman notes. June 10, 2014. Raquo; systemtap notes. June 4, 2014. Raquo; perf notes. April 14, 2014. April 4, 2014. April 1, 2014. March 24, 2014. Raquo; 理解Oracle AWR报告.
Raspberry Pi WirelessAP
http://tacy.github.io/blog/2014/10/29/Raspberry-Pi-WirelessAP
Raspberry Pi WirelessAP - 29 October 2014. 有时候, 希望能做一些其他设备的抓包分析, 不想去折腾路由器, 就把手上的Raspberry Pi改造了一下, 当然你也能让他当成翻墙工具, 可以自己扩展. 网上已经有一大堆文档, 大部分都已经过期了, 所以建议大家在搜索的时候, 尽量选择近期的文档, 这样会比较靠谱一点. 拿我的设备举例子: 我的无线网卡是RTL8192CU, 网上的大部分帖子都过期了, 上来就让你编译网卡驱动. 其实这个网卡在kernel 3.10之前有bug, 无法正确支持, 但是在后续版本中已经fix了, 我现在用的kernel是3.11, 自动支持. 无线网卡: RT8192CU (正常的话, lsusb能识别, 也能通过dmesg查看) kernel: 3.11 安装相关软件. Sudo apt-get install hostapd isc-dhcp-server. 配置无线网卡为静态地址, 当然不要和eth0地址段冲突了, 如果你家里是192.168.1.0/24, 那么这里你需要设置为该网段以外的其他网段. Subnet 192...
Categories
http://tacy.github.io/categories.html
L2tp ipsec in linode. 李春龙 2012 - 版权所有,转载请注明出处.
TOTAL PAGES IN THIS WEBSITE
9
OpenStack RDO guide
http://prajnagarden.com/openstack/2013/12/20/openstack-rdo-guide
OpenStack RDO guide 20 December 2013. OpenStack RDO # install use packstack 安装就简单给大家介绍了,不做深入分析,详情请友情参考沙克同学的博客。 Root@RDO-Test ]# yum -y install openstack-packstack [root@RDO-Test ]# packstack - gen-answer-file=rdo-test.txt [root@RDO-Test ]#packstack - answer-file my answers.txt. 用RDO的RPM包手动安装 安装完centos6.5 min导入OpenStack的yum源,update系统. Root@k-compute01 ]# yum install -y http:/ rdo.fedorapeople.org/rdo-release.rpm [root@k-compute01 ]# yum update. 安装keystone # # 准备工作 创建keystone数据库,并赋予权限. Root@controller keys...
我的2013,我的OpenStack
http://prajnagarden.com/life/2013/12/31/end-of-2013
我的2013,我的OpenStack 31 December 2013. Blog comments powered by Disqus. OpenStack Performance Testing Rally入门. 本作品采用 知识共享署名-非商业性使用-相同方式共享 3.0 中国大陆许可协议.
OpenStack Performance Testing——Rally入门
http://prajnagarden.com/openstack/2014/05/06/rally-guide-01
OpenStack Performance Testing Rally入门 06 May 2014. Git clone https:/ github.com/stackforge/rally.git &. Rally/install rally.sh -v. Vim /etc/rally/rally.conf # Change the "connection" parameter, For example to this:. Sqlite:/ / /opt/rally/database/rally.sqlite. 如何使用Rally Rally的使用,初步看了一下,发现和dashboard很像,需要给出一个KEYSTONE AUTH URL,可以对已经部署的OpenStack做测试。 Root@dev ]# cat existing.json {. Http:/ 192.168.1.170:5000/v2.0". Root@dev ]# rally deployment create - filename =. Existing.json - name =. Keystone endpoints ar...
OpenStack QA
http://prajnagarden.com/openstack/2014/03/27/openstack-qa
OpenStack QA 27 March 2014. 性能问题 # #GRE性能问题 # # #问题描述 采用Neutron的GRE模式,默认配置下,VM出网的性能极其低下,BUG列表 https:/ bugs.launchpad.net/neutron/ bug/1252900. 可参考https:/ bugs.launchpad.net/ubuntu/ source/keystone/ bug/1032633. 处理方式 http:/ www.sebastien-han.fr/blog/2012/12/12/cleanup-keystone-tokens/. Dbus connection get data. Root@compute1 ]# /etc/init.d/messagebus start Starting system message bus: [. Usr/lib/python2.6/site-packages/neutron/agent/linux/ip lib.py". Device "br-int" does not exist. Havana 2013.2.1...Unbou...
ruby in jekyll
http://prajnagarden.com/life/2014/05/06/ruby-in-jekyll
Ruby in jekyll 06 May 2014. Ruby Install 可怜的mac用户,自从升级了Mac OS 10.9.2,我的ruby的bundler安装jekyll的依赖包就一直编译不过,花了点时间研究,发现是gcc的问题,没细致的去解决,实在是没时间。 Kevinzhang: kevin# yum install gcc-c patch readline readline-devel zlib zlib-devel kevinzhang: kevin# yum install libyaml-devel libffi-devel openssl-devel make kevinzhang: kevin# yum install bzip2 autoconf automake libtool bison iconv-devel. Kevinzhang: kevin# curl -L get.rvm.io bash -s stable. Kevinzhang: kevin# rvm install 2.1.1. Root@dev ]# rvm list rvm rubies =.
Mirantis Fuel 4.0
http://prajnagarden.com/openstack/2014/01/19/mirantis-fuel-40
Mirantis Fuel 4.0 19 January 2014. 最近看到群里有很多兄弟都在用Mirantis OpenStack 4.0 原Fuel项目。 看到这么多截图我就受不了,特别是还要在wordpress一个个的上传,实在不是我的本意,最后结果可以去博客看 http:/ blog.99cloud.net/mirantis-openstack-4-0使用指南/. 后来索性把自己写的转成PDF,放到了百度网盘,地址 http:/ pan.baidu.com/s/1eQefnHK. Blog comments powered by Disqus. OpenStack Performance Testing Rally入门. 本作品采用 知识共享署名-非商业性使用-相同方式共享 3.0 中国大陆许可协议.
KVM一个物理节点到底能跑多少个VM
http://prajnagarden.com/openstack/2014/03/31/how-many-vm-one-kvm-server
KVM一个物理节点到底能跑多少个VM 31 March 2014. 瞎折腾 好不容易找到了一台虚拟机相对比较少的服务器,就开始折腾,目前这个服务器的配置如下 # 硬件情况 内存情况. Root@compute1 ]#free -m total used free shared buffers cached Mem: 48213 6671 41542 0 96 1276 -/ buffers/cache: 5298 42915 Swap: 24159 0 24159. 一颗 Intel(R) Xeon(R) CPU E5-2650 0 @ 2.00GHz. SAS 600G x 12(raid 5) 以上配置,不算豪华,将就跑些虚拟机,希望今天能把它累死。 Host device file raw rbd sheepdog vdi vmdk vpc vvfat [. Root@compute1 ]#qemu-kvm -version QEMU emulator version 1.2.1 (. 2003-2008 Fabrice Bellard [. Nova list - name $i. Grep E...
珍惜每一次于别人交流的机会
http://prajnagarden.com/life/2013/12/10/cherish-talk
珍惜每一次于别人交流的机会 10 December 2013. Blog comments powered by Disqus. OpenStack Performance Testing Rally入门. 本作品采用 知识共享署名-非商业性使用-相同方式共享 3.0 中国大陆许可协议.
OpenStack Tempest入门介绍
http://prajnagarden.com/openstack/2014/05/06/openstack-tempest-guide
OpenStack Tempest入门介绍 06 May 2014. OpenStack Tempest Tempest是一个OpenStack自动化测试的项目,主要用来测试OpenStack API进行测试和一部分的压力测试,包含了一部分的CLI client的测试和场景测试。 Git clone https:/ github.com/openstack/tempest.git. Root@dev tempest]# python tools/install venv.py. Root@dev tempest]# virtualenv .venv [. Root@dev tempest]# pip install -r requirements.txt. Root@dev tempest]# yum install gcc libffi-devel python-devel openssl-devel. Root@dev tempest]# pip install nose (. Root@dev tempest]# pip install unittest. 200 POST http:/ 192&...
Keystone Performance简单测试和分析
http://prajnagarden.com/openstack/2014/05/06/keystone-tunning-01
Keystone Performance简单测试和分析 06 May 2014. Apache wsgi memcached token. Root@dev ]# rally task detailed 3fe1e17c-0b20-4fe1-a8f9-a1664623da5e /opt/rally/lib/python2.6/site-packages/Crypto/Util/number.py:57: PowmInsecureWarning: Not using mpz powm sec. You should rebuild using libgmp =. 5 to avoid timing attack vulnerability. warn (. Not using mpz powm sec. You should rebuild using libgmp = 5 to avoid timing attack vulnerability.". Scenario KeystoneBasic.create delete user args position 0 args values: {.
TOTAL LINKS TO THIS WEBSITE
12
Tacy - 高見沢サイバネティックス
TACY Honey Australia
The Nature Healing Power from Honey. Spoil your taste is just the beginning. Welcome to THE TACY HoNEYs.
Công ty cổ phần Tập đoàn Tacy
HỒNG SÂM HÀN QUỐC CHEONG KWAN JANG (HỒNG SÂM CHÍNH PHỦ). Giới thiệu về Hồng sâm. Hồng sâm chính phủ - Củ khô. Hồng sâm CP - Tinh chất. Hồng sâm tẩm mật ong xắt lát. Hồng sâm chính phủ - Trà. Hồng sâm chính phủ - Bột. Hồng sâm cho nam giới and phụ nữ. Hồng sâm cho trẻ em. Hồng sâm chính phủ - Tonic. Hồng sâm chính phủ - Kẹo. Hồng sâm CP - Nước tăng lực. SP HỒNG SÂM KHÁC. SP Hồng sâm khác. SP Hồng sâm khác - Kẹo Trà Viên sâm. SP Hsâm khác - Hồng sâm mật ong. Sản phẩm Linh chi chế xuất. Linh chi nguyên bông.
Zend Framework Default Application
This page does not exist. 0 /var/www/for-sage/public html/for-sage.info/v3/library/Zend/Controller/Action.php(516): Auth guestsController- indexAction() #1 /var/www/for-sage/public html/for-sage.info/v3/library/Zend/Controller/Dispatcher/Standard.php(295): Zend Controller Action- dispatch('indexAction') #2 /var/www/for-sage/public html/for-sage.info/v3/library/Zend/Controller/Front.php(954): Zend Controller Dispatcher Standard- dispatch(Object(Zend Controller Request Http), Object...
Tacy's Blog
Ubuntu, openswan, 14.04, and linode. L2tp ipsec in linode. Virtualization, kubernetes, kvm, coreos, cloudinit, and docker. Kubernetes作为目前热门的容器集群管理软件, 很多人都希望能一探究竟, 但是它的文档大部分都是运行在IaaS平台之上, 对于没有IaaS环境的人来说, 还是有一定门槛, 这篇文章的目的就是让你能在自己的机器上搭建一个Kubernetes集群. Virtualization, openvswitch, kvm, and cloud-init. 大量的cloud image, 其实在本地虚拟环境也能使用, 这里简单介绍一下在我本机kvm环境下使用cloud image的步骤. 把Raspberry Pi改造成无线AP, 改造起来也很简单, 记录一下过程. Mesos, docker, marathon, and PaaS. 李春龙 2012 - 版权所有,转载请注明出处.
Tacy.org Sample
Blog de tacy - Blog de tacy - Skyrock.com
Mot de passe :. J'ai oublié mon mot de passe. 3 I love you- - - - - - - - -. 3 je taime- - - - - -. Mise à jour :. Abonne-toi à mon blog! Ressemble a sa xd. N'oublie pas que les propos injurieux, racistes, etc. sont interdits par les conditions générales d'utilisation de Skyrock et que tu peux être identifié par ton adresse internet (54.145.69.42) si quelqu'un porte plainte. Ou poster avec :. Retape dans le champ ci-dessous la suite de chiffres et de lettres qui apparaissent dans le cadre ci-contre.
Tracy's idea of entertainment...
Tracys idea of entertainment. It's been a while. Fatty McGee update pics (Sims 3). More Fatty McGee pics (Sims 3). The Sims 3 Pic Spam :P. Diary of a Mad Hippie Chapter 9. Rainbow Ridge Prosperity Update. Rainbow Ridge Update Round 17 ( Part A). Rainbow Ridge Prosperity Round 16 Update. Rainbow Ridge Prosperity Update 15, Years 28-31. Rainbow Ridge Prosperity Update. Rainbow Ridge Prosperity Update. Rainbow Ridge Prosperity Update Years 16-19 Round 12. Rainbow Ridge Prosperity Update Years 13-15. Diary O...
Blog de tacy17 - - - - - -turkiiiish- - - -clubbbeuur- - - - Skyrock.com
Mot de passe :. J'ai oublié mon mot de passe. Turkiiiish- - - -clubbbeuur- - -. En gros turkish clubeur et ce blog c pour toute les personne qui son ds mon coeur biz a tous! Mise à jour :. Abonne-toi à mon blog! N'oublie pas que les propos injurieux, racistes, etc. sont interdits par les conditions générales d'utilisation de Skyrock et que tu peux être identifié par ton adresse internet (67.219.144.170) si quelqu'un porte plainte. Ou poster avec :. Posté le jeudi 01 mai 2008 20:33. Ou poster avec :.
Blog de tacya - salimata - Skyrock.com
Mot de passe :. J'ai oublié mon mot de passe. Mise à jour :. Abonne-toi à mon blog! Ajouter cette vidéo à mon blog. N'oublie pas que les propos injurieux, racistes, etc. sont interdits par les conditions générales d'utilisation de Skyrock et que tu peux être identifié par ton adresse internet (54.145.69.42) si quelqu'un porte plainte. Ou poster avec :. Retape dans le champ ci-dessous la suite de chiffres et de lettres qui apparaissent dans le cadre ci-contre. Posté le samedi 15 mai 2010 10:13. N'oublie p...