Update All Courses Info.

Signed-off-by: Willy Sudiarto Raharjo <willysr@gmail.com>
This commit is contained in:
Willy Sudiarto Raharjo
2014-07-26 17:05:43 +07:00
parent 08946414a8
commit c230c400ae
4 changed files with 47 additions and 51 deletions
-7
View File
@@ -1,7 +0,0 @@
Grup 1 - Menginstall dan mengkonfigurasikan cacti untuk monitoring bandwidth
Grup 2 - Menginstall dan mengkonfigurasikan OpenWebMail untuk layanan webmail
Grup 3 - Menginstall dan mengkonfigurasikan majordomo untuk mailing list
Grup 4 - Menginstall dan mengkonfigurasikan nagios untuk monitoring system
Grup 5 - Menginstall dan mengkonfigurasikan aide untuk memonitor perubahan pada file konfigurasi sistem
Grup 6 - Menginstall dan mengkonfigurasikan ZPanel atau ISPConfig3
Grup 7 - Menginstall dan mengkonfigurasikan awstats untuk menganalisa log website
+3 -9
View File
@@ -24,14 +24,8 @@ include "../includes/courses.php";
<h3>Jadwal</h3> <h3>Jadwal</h3>
</header> </header>
<aside> <aside>
<p>Grup A<br/>Hari Selasa<br/>Jam 13.30<br/>Ruang Lab E</p> <p>Grup A<br/>Hari Senin<br/>Jam 14.30<br/>Ruang Lab E</p>
</aside> </aside>
<header>
<h3><a href="TUGAS">TUGAS</a></h3>
</header>
<header>
<h3><a href="https://docs.google.com/spreadsheet/pub?key=0AvhuiUaiIBYmdGZ0MmtVZmxjUHU2SVdxTFY2Vmwwemc&amp;output=html">NILAI AKHIR</a></h3>
</header>
</section> </section>
<section class="classinfo"> <section class="classinfo">
<section class="notice"> <section class="notice">
@@ -53,10 +47,10 @@ include "../includes/courses.php";
<h1>MATERI</h1> <h1>MATERI</h1>
</header> </header>
<ol> <ol>
<li><a href="syllabus.pdf">Syllabus</a></li> <li>Syllabus</li>
<li>Introduction to Linux</li> <li>Introduction to Linux</li>
<li>Basic Linux Configuration</li> <li>Basic Linux Configuration</li>
<li>Software Installation and Management</li> <li>Software Installation and Package Management</li>
<li>SSH + NTP Server</li> <li>SSH + NTP Server</li>
<li>HTTP Server</li> <li>HTTP Server</li>
<li>FTP Server</li> <li>FTP Server</li>
+41 -33
View File
@@ -24,29 +24,29 @@ include "../includes/courses.php";
<h3>Jadwal</h3> <h3>Jadwal</h3>
</header> </header>
<aside> <aside>
<p>Grup C<br/>Hari Rabu<br/>Jam 10.30<br/>Ruang D.3.5</p> <p>Grup C<br/>Hari Rabu<br/>Jam 10.30<br/>Ruang </p>
<hr/> <hr/>
<p>Grup D<br/>Hari Rabu<br/>Jam 13.30<br/>Ruang D.3.5</p> <p>Grup D<br/>Hari Rabu<br/>Jam 13.30<br/>Ruang </p>
</aside> </aside>
<header>
<h3><a href="TOPIK">TOPIK PRESENTASI</a></h3>
</header>
<header>
<h3><a href="https://docs.google.com/spreadsheet/pub?key=0AvhuiUaiIBYmdFVuS2hZcmdBV08wUnk5SnM3WTg2RWc&amp;output=html">NILAI AKHIR</a></h3>
</header>
</section> </section>
<section class="classinfo"> <section class="classinfo">
<section class="notice"> <section class="notice">
<header> <header>
<h1>PEMBERITAHUAN</h1> <h1>PEMBERITAHUAN</h1>
</header> </header>
<p>Bagi yang hendak mengambil matakuliah ini, Anda <strong>diwajibkan memiliki dan membawa buku Information Security: Principles and Practice dan Cryptography Engineering</strong>.</p> <p>Materi perkuliahan ini mengacu pada matakuliah <a href="https://crypto.stanford.edu/cs155/syllabus.html"><strong>Computer and Network Security (Stanford)</strong> </a>.</p>
</section>
<section class="description">
<header>
<h1>PENGAJAR</h1>
</header>
<p>Erick Purwanto, S.Kom., M. Comp<br/>Willy Sudiarto Raharjo, S.Kom., M.Cs</a></p>
</section> </section>
<section class="description"> <section class="description">
<header> <header>
<h1>PENGANTAR</h1> <h1>PENGANTAR</h1>
</header> </header>
<p>Matakuliah ini memperkenalkan konsep pengamanan data dan informasi dengan menggunakan kriptografi, digital signatures, dan pembahasan beberapa protokol yang umum dipakai pada aplikasi nyata. Selain itu, juga dibahas hal-hal lain yang berhubungan dengan keamanan data, seperti authentikasi, authorisasi, malware, dan juga keamanan pada sistem operasi.</p> <p>Matakuliah ini memperkenalkan konsep pengamanan data dan informasi dengan berfokus pada empat bagian utama, yaitu pembatasan akses, keamanan web, keamanan jaringan, dan keamanan pada platform mobile.</p>
</section> </section>
</section> </section>
@@ -55,32 +55,40 @@ include "../includes/courses.php";
<h1>MATERI</h1> <h1>MATERI</h1>
</header> </header>
<ol> <ol>
<li><a href="syllabus.pdf">Syllabus</a></li> <li>Syllabus</li>
<li>Introduction to Cryptography</li> <li>Course Overview</li>
<li>Number Theory</li> <li>Basics
<li>Classical Ciphers</li> <ul>
<li>Symmetric Cryptography #1 (Stream Ciphers)</li> <li>Control hijacking attacks: exploits and defenses</li>
<li>Symmetric Cryptography #2 (Block Ciphers)</li> <li>Dealing with legacy code: sandboxing and isolation</li>
<li>Asymmetric Cryptography #1</li> <li>Principle of least privilege, access control, and operating systems security</li>
<li>Asymmetric Cryptography #2</li> </ul>
<li>Hash Functions and Message Authentication Codes</li> </li>
<li>Access Control (Authentication)</a></li> <li>Web Security
<li>Access Control (Authorization)</li> <ul>
<li>Malware</li> <li>Basic web security model</li>
<li>OS Security</li> <li>Web application security</li>
<li>Session management and user authentication</li>
<li>Content Security Policies (CSP), Web workers, and extensions</li>
<li>HTTPS: goals and pitfalls</li>
</ul>
</li>
<li>Network Security
<ul>
<li>Unwanted traffic: denial of service attacks</li>
<li>Malware: Computer viruses, Spyware, and key-loggers </li>
</ul>
</li>
<li>Security of mobile platforms
<ul>
<li>Mobile platform security models: Android and iOS</li>
<li>Mobile threats and malware</li>
</ul>
</li>
</ol> </ol>
</section> </section>
<section class="references"> <section class="references">
<header>
<h1>REFERENSI</h1>
</header>
<ol>
<li>Information Security : Principles and Practice (Mark Stamp - Wiley)</li>
<li>Cryptography Engineering : Design Principles and Practical Applications (Niels Ferguson, Bruce Schneier, Tadayoshi Kohno - Wiley)</li>
<li><a href="http://www.cacr.math.uwaterloo.ca/hac/">Handbook of Applied Cryptography</a></li>
<li>Cryptography: A Very Short Introduction (Fred Piper and Sean Murphy)</li>
<li>Cryptography: Theory and Practice (Douglas Stinson)</li>
</ol>
</section> </section>
<?php <?php
include "../includes/footer.php"; include "../includes/footer.php";
+2 -1
View File
@@ -24,7 +24,8 @@ include "../includes/courses.php";
<h3>Jadwal</h3> <h3>Jadwal</h3>
</header> </header>
<aside> <aside>
<p>Grup A<br/>Hari Rabu<br/>Jam 10.30 - 15.00<br/>Ruang D.3.5</p> <p>Grup <br/>Hari Senin<br/>Jam 11.30 - 14.20<br/>Ruang </p>
<p><br/>Hari Selasa<br/>Jam 10.30 - 13.20<br/>Ruang </p>
</aside> </aside>
</section> </section>
<section class="classinfo"> <section class="classinfo">