-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
403 lines (222 loc) · 11.3 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
<!DOCTYPE html>
<!--[if IEMobile 7 ]><html class="no-js iem7"><![endif]-->
<!--[if lt IE 9]><html class="no-js lte-ie8"><![endif]-->
<!--[if (gt IE 8)|(gt IEMobile 7)|!(IEMobile)|!(IE)]><!--><html class="no-js" lang="en"><!--<![endif]-->
<head>
<meta charset="utf-8">
<title>Sfrek's Blog</title>
<meta name="author" content="Fernando Israel García Martínez">
<meta name="description" content="">
<!-- http://t.co/dKP3o1e -->
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="canonical" href="http://sfrek.github.com">
<link href="/favicon.png" rel="icon">
<link href="/stylesheets/bootstrap/bootstrap.css" media="screen, projection" rel="stylesheet" type="text/css">
<link href="/stylesheets/bootstrap/responsive.css" media="screen, projection" rel="stylesheet" type="text/css">
<link href="/stylesheets/syntax/syntax.css" media="screen, projection" rel="stylesheet" type="text/css">
<style type="text/css">
body {
padding-bottom: 40px;
}
h1 {
margin-bottom: 15px;
}
img {
max-width: 100%;
}
.sharing, .meta, .pager {
margin: 20px 0px 20px 0px;
}
.page-footer p {
text-align: center;
}
</style>
<script src="/javascripts/libs/jquery.js"></script>
<script src="/javascripts/libs/modernizr-2.0.js"></script>
<script src="/javascripts/libs/bootstrap.js"></script>
<script src="/javascripts/octopress.js" type="text/javascript"></script>
<link href="/atom.xml" rel="alternate" title="Sfrek's Blog" type="application/atom+xml">
</head>
<body >
<nav role="navigation"><div class="navbar">
<div class="navbar-inner">
<div class="container">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<a class="brand" href="/">Sfrek's Blog</a>
<div class="nav-collapse">
<ul class="nav">
<li><a href="/">Blog</a></li>
<li><a href="/blog/archives">Archives</a></li>
</ul>
<ul class="nav pull-right" data-subscription="rss">
<li><a href="/atom.xml" rel="subscribe-rss" title="subscribe via RSS">RSS</a></li>
</ul>
<form class="pull-right navbar-search" action="http://google.com/search" method="get">
<fieldset role="search">
<input type="hidden" name="q" value="site:sfrek.github.com" />
<input class="search-query" type="text" name="q" results="0" placeholder="Search"/>
</fieldset>
</form>
</div>
</div>
</div>
</div>
</nav>
<div class="container">
<div class="row-fluid">
<div class="span9">
<article>
<header class="page-header">
<h1 class="entry-title"><a href="/blog/2013/04/19/quick-access-to-cloudfoundry/">Quick Access to CloudFoundry</a></h1>
<p class="meta">
<time datetime="2013-04-19T09:42:00+02:00" pubdate data-updated="true">Apr 19<span>th</span>, 2013</time>
</p>
</header>
<div class="entry-content"><h2>Mini “tuto” de acceso a Cloud Foundry a través de “vmc”</h2>
<p>Voy a contar de manera muy escueta como accedo a un <em>PaaS Cloud Foundry</em>.</p>
<h3>Instalaciones</h3>
<p>He usado <a href="https://rvm.io/">rvm</a> para instalar <a href="http://docs.cloudfoundry.com/tools/vmc/vmc.html">vmc</a></p>
<h4>Instalación <a href="https://rvm.io/">rvm</a> y <a href="http://docs.cloudfoundry.com/tools/vmc/vmc.html">vmc</a></h4>
<p>Es necesario que el usuario haga uso de <a href="http://www.sudo.ws/">sudo</a>. Para instalar:</p>
</div>
<footer>
<a rel="full-article" href="/blog/2013/04/19/quick-access-to-cloudfoundry/">Read on →</a>
</footer>
</article>
<article>
<header class="page-header">
<h1 class="entry-title"><a href="/blog/2013/02/06/entornos-com-rvm/">Distintos Entornos Con Un único RVM</a></h1>
<p class="meta">
<time datetime="2013-02-06T11:58:00+01:00" pubdate data-updated="true">Feb 6<span>th</span>, 2013</time>
</p>
</header>
<div class="entry-content"><p>Un post rápido, sobre todo como <em>“nota y/o apunte mental”</em> para mí, pero que creo que a todos os vendrá bien.
En mi trabajo y/o cacharreo diario uso de manera indiscriminada <a href="http://www.ruby-lang.org/es/">ruby</a>, por ejemplo, para postear ( <a href="http://octopress.org/">octopress</a> ), para usar <a href="http://www.opscode.com/chef/">chef</a> a través de <a href="http://wiki.opscode.com/display/chef/Knife">knife</a> ( .. y <a href="https://github.com/applicationsonline/librarian#readme">librarian</a> y <a href="http://wiki.opscode.com/display/chef/Spiceweasel">spiceweasel</a> ), y <a href="http://www.vagrantup.com/">vagrant</a> y <a href="https://github.com/jedi4ever/veewee#readme">veewee</a> y <a href="http://gitlab.org/">gitlab</a> y <a href="http://www.redmine.org/">redmine</a> y … DIOS <a href="https://twitter.com/achilued">@achilued</a> estoy rodeado. Bueno, para todo esto uso <a href="https://rvm.io/">rvm</a>, que si, que si, que podria usar <a href="https://github.com/sstephenson/rbenv/#readme">rbenv</a>, ok, pero me he acostubrado a usar <a href="https://rvm.io/">rvm</a>, y he descubierto los <a href="https://rvm.io/gemsets/basics/">gemset</a> ( vale, todos aquellos que sois un gurú de <a href="http://www.ruby-lang.org/es/">ruby</a> ya lo concíais, :D ), estos <a href="https://rvm.io/gemsets/basics/">gemset</a> son simplemente contenedores de <a href="http://guides.rubygems.org/what-is-a-gem/">gemas</a>, esto nos permite no sólo tener diferentes versiones de <a href="http://www.ruby-lang.org/es/">ruby</a>, si no, que con la misma version podemos tener diferentes conjuntosde <a href="http://guides.rubygems.org/what-is-a-gem/">gemas</a> para todas nuestras historias.</p>
</div>
<footer>
<a rel="full-article" href="/blog/2013/02/06/entornos-com-rvm/">Read on →</a>
</footer>
</article>
<article>
<header class="page-header">
<h1 class="entry-title"><a href="/blog/2013/02/05/prueba-de-la-demo-de-chef-sever-11/">Prueba De La Demo De Chef Sever 11</a></h1>
<p class="meta">
<time datetime="2013-02-05T13:27:00+01:00" pubdate data-updated="true">Feb 5<span>th</span>, 2013</time>
</p>
</header>
<div class="entry-content"><p>Quiero probar <a href="http://www.opscode.com/blog/2013/02/04/chef-11-released">Chef Server 11</a> y he visto en el <a href="https://github.com/opscode-cookbooks/chef-server#demo-chef-server-with-vagrant-and-berkshelf">README.md</a> una <em>demo</em> para realizar una prueba, dicha demos es la que voy a recrea:</p>
<h2>Demo:</h2>
<ul>
<li>Descargamos el repositorio:</li>
</ul>
</div>
<footer>
<a rel="full-article" href="/blog/2013/02/05/prueba-de-la-demo-de-chef-sever-11/">Read on →</a>
</footer>
</article>
<article>
<header class="page-header">
<h1 class="entry-title"><a href="/blog/2013/02/04/borrar-maquinas-virtuales-con-kvm/">Borrar Máquinas Virtuales Con KVM</a></h1>
<p class="meta">
<time datetime="2013-02-04T16:53:00+01:00" pubdate data-updated="true">Feb 4<span>th</span>, 2013</time>
</p>
</header>
<div class="entry-content"><p>Como soy un <em>“freak”</em> de la linea de comandos y de del <em>“make your self”</em> así
como un enamorado del <a href="http://www.linux-kvm.org/">kvm</a>, <a href="http://libvirt.org/">libvirt</a>, <a href="http://libvirt.org/virshcmdref.html">virsh</a>, la virtualización en
general y/o el <em>“cloud”</em> en particular, cuando hay que hacer alguna tarea de
minería no me importa gastar algo de tiempo en <em>“automatizar”</em> dicha tarea,
aunque, luego no lo vuelva a necesitar, ejejeje. Como dijo un coleguita, <em>“El
script, que crea el script, que realiza la acción”</em>.</p>
</div>
<footer>
<a rel="full-article" href="/blog/2013/02/04/borrar-maquinas-virtuales-con-kvm/">Read on →</a>
</footer>
</article>
<ul class="pager">
<li><a href="/blog/archives">Blog Archives</a></li>
</ul>
</div>
<aside class="sidebar-nav span3">
<section class="well">
<ul id="recent_posts" class="nav nav-list">
<li class="nav-header">Recent Posts</li>
<li class="post">
<a href="/blog/2013/04/19/quick-access-to-cloudfoundry/">Quick Access to CloudFoundry</a>
</li>
<li class="post">
<a href="/blog/2013/02/06/entornos-com-rvm/">Distintos entornos con un único RVM</a>
</li>
<li class="post">
<a href="/blog/2013/02/05/prueba-de-la-demo-de-chef-sever-11/">Prueba de la Demo de Chef Sever 11</a>
</li>
<li class="post">
<a href="/blog/2013/02/04/borrar-maquinas-virtuales-con-kvm/">Borrar Máquinas Virtuales con KVM</a>
</li>
</ul>
</section>
<section class="well">
<ul id="gh_repos" class="nav">
<li class="nav-header">GitHub Repos</li>
<li class="loading">Status updating…</li>
</ul>
<a href="https://github.com/sfrek">@sfrek</a> on GitHub
<script type="text/javascript">
$(document).ready(function(){
github.showRepos({
user: 'sfrek',
count: 0,
skip_forks: true,
target: '#gh_repos'
});
});
</script>
<script src="/javascripts/asides/github.js" type="text/javascript"> </script>
</section>
<section class="well">
<ul id="tweets" class="nav">
<li class="nav-header">Latest Tweets</li>
<li class="loading">Status updating…</li>
</ul>
<script type="text/javascript">
$(document).ready(function(){
getTwitterFeed("sfrek", 4, false);
});
</script>
<script src="/javascripts/asides/twitter.js" type="text/javascript"> </script>
<a href="http://twitter.com/sfrek" class="twitter-follow-button" data-show-count="false">Follow @sfrek</a>
</section>
</aside>
</div>
</div>
<footer role="contentinfo" class="page-footer"><hr>
<p>
Copyright © 2013 - Fernando Israel García Martínez -
<span class="credit">Powered by <a href="http://octopress.org">Octopress</a></span>
</p>
</footer>
<script type="text/javascript">
var disqus_shortname = 'sfrekblog';
var disqus_script = 'count.js';
(function () {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = 'http://' + disqus_shortname + '.disqus.com/' + disqus_script;
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
}());
</script>
<script type="text/javascript">
(function(){
var twitterWidgets = document.createElement('script');
twitterWidgets.type = 'text/javascript';
twitterWidgets.async = true;
twitterWidgets.src = 'http://platform.twitter.com/widgets.js';
document.getElementsByTagName('head')[0].appendChild(twitterWidgets);
})();
</script>
</body>
</html>