<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Warp on Captaingolo.net</title>
    <link>https://captaingolo.net/tag/warp/</link>
    <description>Recent content in Warp on Captaingolo.net</description>
    <generator>Hugo -- 0.155.1</generator>
    <language>en-US</language>
    <lastBuildDate>Mon, 20 Apr 2009 06:43:58 +0000</lastBuildDate>
    <atom:link href="https://captaingolo.net/tag/warp/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>MySQL Conference 2009: I&#39;m speaking</title>
      <link>https://captaingolo.net/blog/mysql-conference-2009-i-m-speaking/</link>
      <pubDate>Mon, 20 Apr 2009 06:43:58 +0000</pubDate>
      <guid>https://captaingolo.net/blog/mysql-conference-2009-i-m-speaking/</guid>
      <description>&lt;p&gt;This wenesday I&amp;rsquo;ll be at the &lt;a href=&#34;http://www.mysqlconf.com&#34;&gt;MySQL Conference &amp;amp; Expo 2009&lt;/a&gt; as speaker :):&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://www.mysqlconf.com/mysql2009/public/schedule/detail/6757&#34;&gt;&lt;img alt=&#34;MySQL Conference &amp;amp; Expo 2009&#34; loading=&#34;lazy&#34; src=&#34;http://assets.en.oreilly.com/1/event/21/mysql2009_spkr_210x60.gif&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://www.jorgebernal.info/blog&#34;&gt;koke&lt;/a&gt; and me will show how &lt;a href=&#34;http://public.warp.es/anste&#34;&gt;ANSTE&lt;/a&gt; can be used to test the MySQL Cluster.&lt;/p&gt;
&lt;p&gt;ANSTE is a testing tool for complex scenarios. It allows to run tests loading some virtual machines, configuring it&amp;rsquo;s network interfaces and runing some scripts on them.&lt;/p&gt;</description>
    </item>
    <item>
      <title>gems - Terminal Broadcasting</title>
      <link>https://captaingolo.net/blog/gems-terminal-broadcasting/</link>
      <pubDate>Thu, 19 Feb 2009 17:52:08 +0000</pubDate>
      <guid>https://captaingolo.net/blog/gems-terminal-broadcasting/</guid>
      <description>&lt;p&gt;We had a issue for the next &lt;a href=&#34;https://captaingolo.net/Blog/?cat=21&#34;&gt;Warp Talk&lt;/a&gt;. All the talk will be done with a shell as presentation tool. But people won&amp;rsquo;t see the text on the shell trough the cam, as it resolution is limited.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://people.warp.es/~isaac/blog/&#34;&gt;Isaac&lt;/a&gt; have found vía &lt;a href=&#34;http://debaday.debian.net/2007/01/10/gems-broadcast-your-terminal/&#34;&gt;Debian package of the day&lt;/a&gt; &lt;strong&gt;Gems&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;Gems allows exactly what we need, broadcast a terminal by tcp/ip. Screen would be the first thought, but a ssh connection from unknown people was needed :S.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Apache Authentication with eBox openLDAP</title>
      <link>https://captaingolo.net/blog/apache-authentication-with-ebox-openldap/</link>
      <pubDate>Sat, 31 Jan 2009 19:51:55 +0000</pubDate>
      <guid>https://captaingolo.net/blog/apache-authentication-with-ebox-openldap/</guid>
      <description>&lt;p&gt;I&amp;rsquo;m using &lt;a href=&#34;http://www.ebox-platform.com&#34;&gt;eBox&lt;/a&gt; to manage my server. eBox was mind for enterprise networks, but dns and email modules are very useful for a internet server.&lt;/p&gt;
&lt;p&gt;eBox manages email users with openLDAP (slapd), so I wanted all the services in my server to use the same authentication.&lt;/p&gt;
&lt;p&gt;This is the general configuration for apache authenticating with eBox, wich I use for my SVN repositories:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;# LDAP Authentication &amp;amp; Authorization is final; do not check other databases
AuthzLDAPAuthoritative on

# Do basic password authentication in the clear
AuthType basic
AuthBasicProvider ldap

# The name of the protected area or &amp;#34;realm&amp;#34;
AuthName &amp;#34;Triangulo de las merluzas Subversion Repositories&amp;#34;

# Active Directory requires an authenticating DN to access records
# This is the DN used to bind to the directory service
# This is an Active Directory user account
AuthLDAPBindDN &amp;#34;cn=admin,dc=ebox&amp;#34;

# This is the password for the AuthLDAPBindDN user in Active Directory
AuthLDAPBindPassword &amp;#34;secret&amp;#34;

# Group Configuration
AuthLDAPGroupAttributeIsDN off
AuthLDAPGroupAttribute memberUid

# The LDAP query URL
AuthLDAPURL  &amp;#34;ldap://localhost:389/ou=Users,dc=ebox?uid&amp;#34;

# Require authentication for this Location.
# In this case, only developers can use the repository.
Require ldap-group cn=developers,ou=Groups,dc=ebox
&lt;/code&gt;&lt;/pre&gt;</description>
    </item>
    <item>
      <title>First Warp Talks</title>
      <link>https://captaingolo.net/blog/first-warp-talks/</link>
      <pubDate>Fri, 30 Jan 2009 13:15:33 +0000</pubDate>
      <guid>https://captaingolo.net/blog/first-warp-talks/</guid>
      <description>&lt;p&gt;2009 Starts quite interesantly.&lt;/p&gt;
&lt;p&gt;This Monday took place the first Warp Talks, a project of training between employees at &lt;a href=&#34;https://www.warp.es&#34;&gt;Warp Networks&lt;/a&gt;. The last Monday of the month will take place a new Warp Talk.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://www.jorgebernal.info/blog/&#34;&gt;koke&lt;/a&gt; and me where the first speakers.&lt;/p&gt;
&lt;p&gt;I made an introduction to subversion, and he did a talk about 10 things you might not know about MySQL.&lt;/p&gt;
&lt;p&gt;Koke took a camera and recorded our talks at the same time they were being broadcasted at &lt;a href=&#34;http://www.justin.tv/&#34;&gt;justin.tv&lt;/a&gt;. Videos are available at vimeo (spanish):&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
