<!DOCTYPE html>
<html>
<head>
    <title>ZOTAC Cluster</title>
    <meta charset="utf-8" />
    <link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.3.0/pure-min.css">
    <link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:300' rel='stylesheet' type='text/css'>
    <style type="text/css" media="screen">
.legal {
  font-size: 87.5%;
  border-top: 1px solid rgb(238,  238,  238);
  padding: 0.5em 1.1429em;
  background: none repeat scroll 0% 0% rgb(250,  250,  250);
  line-height: 1.6em;
}
header h1 {
  text-align: center;
}
header h2 {
  text-align: center;
  font-weight: 300;
  margin: 0px;
  color: rgb(204,  204,  204);
}
footer {
  margin: 1.3em 1.3em 1em;
}
.pure-g > div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.line-through {
    text-decoration: line-through;
}
body, 
.pure-g [class *= "pure-u"], 
.pure-g-r [class *= "pure-u"] {
  /* Set you're content font stack here: */
  font-family: 'Source Sans Pro', sans-serif;
}

pre {
  font-family: Consolas,'Liberation Mono',Courier,monospace;
  color: rgb(51, 51, 51);
  background: none repeat scroll 0% 0% rgb(250, 250, 250);
  word-wrap: break-word;
  line-height: 1.3em;
  border: 1px solid rgb(238, 238, 238);
  margin: 1.3em 0px 1em;
  padding: 1.3em;
}
    </style>
</head>
<body>
    <header id="home">
      <!--
      <div class="pure-menu pure-menu-open pure-menu-horizontal">
        <ul>
          <li><a href="#home">ZOTAC Cluster</a></li>
          <li><a href="#status">Status</a></li>
          <li><a href="#bericht">Bericht</a></li>
          <li><a href="#team">Team</a></li>
        </ul>
      </div>
      -->
      <h1>ZOTAC Cluster</h1>
      <h2>Wo <a class="line-through" target="_blank" href="https://www.youtube.com/watch?v=iYWzMvlj2RQ">Linus</a> Linux auf NVIDIA trifft</h2>
    </header>
    <div class="pure-g-r">
      <div class="pure-u-1-4"></div>
      <div class="pure-u-1-2">
        <section id="status">
          <h2><a href="/munin/">Status</a></h2>
          <table class="pure-table">
            <thead>
              <tr>
                <th>Server</th>
                <th>Rolle</th>
                <th>IP</th>
              </tr>
            </thead>
            <tbody>
            <tr>
              <th><a href="/munin/zotac0/zotac0/index.html">zotac0</a></th>
              <th>Head Node, VM</th>
              <th>10.20.0.1/24</th>
            </tr>
            <tr>
              <th><a href="munin/zotac1/zotac1/index.html">zotac1</a></th>
              <th>Compute-Node, 330er Board</th>
              <th>10.20.0.101/24</th>
            </tr>
            <tr>
              <th>zotac2</th>
              <th>Compute-Node, Zotac-Board</th>
              <th>10.20.0.102/24</th>
            </tr>
            <tr>
              <th>zotac3</th>
              <th>Compute-Node, Zotac-Board</th>
              <th>10.20.0.103/24</th>
            </tr>
            <tr>
              <th>zotac4</th>
              <th>Compute-Node, Zotac-Board</th>
              <th>10.20.0.104/24</th>
            </tr>
            </tbody>
          </table>
        </section>
        <section id="bericht">
          <h2>Bericht</h2>
          <a href="uploads/bericht.pdf" class="pure-button
            pure-button-primary">Download</a> <p>Stand: 14:30:46 09.12.2013</p>
        </section>
        <section id="git">
          <h2>Git-Zugriff</h2>
          <pre>cat <<'EOF' >> ~/.ssh/config
Host zotac0
  HostName 141.76.90.104
EOF</pre>
          <pre>git clone git@zotac0:lctp.git lctp-gruppe4</pre>
          <pre>cd lctp-gruppe4 && git submodule init && git submodule update</pre>
        </section>
        <section id="team">
          <h2>Team</h2>
          <p>
            Erreichbar per Jabber:
            <a target="_blank" href="xmpp://ltcp@muc.higgsboson.tk?join">ltcp@muc.higgsboson.tk</a>
          </p>
          <table class="pure-table">
            <thead>
              <tr>
                <th></th>
                <th>Email</th>
              </tr>
            </thead>
            <tbody>
            <tr>
              <td>Alfred</td>
              <td>s4039299 mail.zih.tu-dresden.de</td>
            </tr>
            <tr>
              <td>Jörg</td>
              <td>joerg higgsboson.tk</td>
            </tr>
            <tr>
              <td>Patrick</td>
              <td>s7384334 mail.zih.tu-dresden.de</td>
            </tr>
            </tbody>
          </table>
        </section>
      </div>
      <div class="pure-u-1-4"></div>
    </div>
    <!--
    <footer class="legal">
      (C) ZOTAC Cluster
    </footer>
    -->
</body>
</html>