view notstudy/slides/1112.html @ 3:fea44bb81877 default tip

many change
author taiki
date Tue, 10 Dec 2013 15:31:33 +0900
parents
children
line wrap: on
line source

<!--
Google IO 2012 HTML5 Slide Template

Authors: Eric Bidelman <ebidel@gmail.com>
         Luke Mahé <lukem@google.com>

URL: https://code.google.com/p/io-2012-slides
-->
<!DOCTYPE html>
<html>
<head>
  <title>Presentation</title>
  <meta charset="utf-8">
  <meta http-equiv="X-UA-Compatible" content="chrome=1">
  <!--<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">-->
  <!--<meta name="viewport" content="width=device-width, initial-scale=1.0">-->
  <!--This one seems to work all the time, but really small on ipad-->
  <!--<meta name="viewport" content="initial-scale=0.4">-->
  <meta name="apple-mobile-web-app-capable" content="yes">
  <link rel="stylesheet" media="all" href="css/default.css">
  <link rel="stylesheet" media="only screen and (max-device-width: 480px)" href="../io2012slides/theme/css/phone.css">
  <base target="_blank"> <!-- This amazingness opens all links in a new tab. -->
  <script data-main="../io2012slides/js/slides" src="../io2012slides/js/require-1.0.8.min.js"></script>
</head>
<body style="opacity: 0">

<slides class="layout-widescreen">

<!--
  <slide class="logoslide nobackground">
    <article class="flexbox vcenter">
      <span><img src="../io2012slides/images/google_developers_logo.png"></span>
    </article>
  </slide>
-->

  <slide class="title-slide segue nobackground">
    <aside class="gdbar"><img src="../images/concurrent.png"></aside>
    <!-- The content of this hgroup is replaced programmatically through the slide_config.json. -->
    <hgroup class="auto-fadein">
      <h1 data-config-title><!-- populated from slide_config.json --></h1>
      <h2 data-config-subtitle><!-- populated from slide_config.json --></h2>
      <p data-config-presenter><!-- populated from slide_config.json --></p>
    </hgroup>
  </slide>

  <slide>
    <hgroup>
      <h2>TODO</h2>
    </hgroup>
    <article>
      <ul>
        <li>【終了】Vagrant/Vagrant-kvm の install</li>
        <li>【終了】学科の LDAP へ接続</li>
        <li>【終了】学部生が接続できるかテスト</li>
        <li>【終了】/net/home, /net/open の mount</li>
        <li>【終了】OCFS2 で mount できるように</li>
        <li>Vagrant を ie-vagrant として wrap</li>
        <li>本当にサーバにアップロードして、実行できるかどうかテスト</li>
      </ul>
    </article>
  </slide>

  <slide>
    <hgroup>
      <h2>ie-vagrant TODO</h2>
    </hgroup>
    <article>
      <ul>
        <li>【終了】ie-vagrant init でできる Vagrantfile の権限を user に</li>
        <li>【終了】user の権限で、ie-vagrant up, ie-vagrant destroy, ie-vagrant ssh ができるように</li>
        <li>ie-vagrant で作成した VM が global IP address を受け取るように</li>
        <li>ie-vagrant box add できるように</li>
        <li>できた box を vagrant-kvm で使えるようにディレクトリ名やファイルの内容を修正</li>
        <li>ie-vagrant box list できるように</li>
      </ul>
    </article>
  </slide>

  <slide>
    <hgroup>
      <h2>System structure</h2>
    </hgroup>
    <article>
      <img src="images/system_structure.png">
    </article>
  </slide>

  <slide>
    <hgroup>
      <h2>Network structure</h2>
    </hgroup>
    <article>
      <img src="images/network_structure.png">
    </article>
  </slide>

  <slide>
    <hgroup>
      <h2>これからすること</h2>
    </hgroup>
    <article>
      <ul>
        <li>ie-vagrant の完成</li>
        <li>本当にサーバにアップロードできるかどうかテスト</li>
        <li>bldsv11 上で fedora kernel が gdb で追えるように</li>
        <li>EFI/OS の debug 環境の完成</li>
        <li>EFI Runtime の VirtualAddressMap が動くように</li>
      </ul>
    </article>
  </slide>

  <slide class="backdrop"></slide>

</slides>

<script>
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-XXXXXXXX-1']);
_gaq.push(['_trackPageview']);

(function() {
  var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
  ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
  var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>

<!--[if IE]>
  <script src="http://ajax.googleapis.com/ajax/libs/chrome-frame/1/CFInstall.min.js"></script>
  <script>CFInstall.check({mode: 'overlay'});</script>
<![endif]-->
</body>
</html>