Add NetAdmin and update syllabus
This commit is contained in:
@@ -0,0 +1,78 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<head>
|
||||||
|
<title>Willy Sudiarto Raharjo - Network Administration</title>
|
||||||
|
<meta name="keywords" content="Willy, Willy Sudiarto Raharjo, Willy SR, WillySR, UKDW, Dosen, Universitas Kristen Duta Wacana, Administrasi Jaringan, Teknik Informatika" />
|
||||||
|
<meta name="description" content="Situs ini berisi halaman materi untuk kelas Administrasi Jaringan Universitas Kristen Duta Wacana" />
|
||||||
|
<link rel="icon" href="../images/favicon.ico" type="image/ico" />
|
||||||
|
<style type="text/css">
|
||||||
|
@import "../includes/index.css";
|
||||||
|
@import "../includes/normalize.css";
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<?php
|
||||||
|
include "../includes/functions.php";
|
||||||
|
?>
|
||||||
|
<header role="banner">
|
||||||
|
<?php
|
||||||
|
include "../includes/courses.php";
|
||||||
|
?>
|
||||||
|
</header>
|
||||||
|
<section class="title">Network Administration</section>
|
||||||
|
<section class="sidebar">
|
||||||
|
<header>
|
||||||
|
<h3>Jadwal</h3>
|
||||||
|
</header>
|
||||||
|
<aside>
|
||||||
|
<p>Grup A<br/>Hari Jumat<br/>Jam 13.30<br/>Ruang </p>
|
||||||
|
</aside>
|
||||||
|
</section>
|
||||||
|
<section class="classinfo">
|
||||||
|
<section class="notice">
|
||||||
|
<header>
|
||||||
|
<h1>PEMBERITAHUAN</h1>
|
||||||
|
</header>
|
||||||
|
<p>Bagi yang hendak mengambil matakuliah ini, Anda <strong>diwajibkan untuk menginstall Slackware Linux sebagai sistem operasinya karena semua materi akan didasarkan pada sistem operasi ini.</strong>.</p>
|
||||||
|
</section>
|
||||||
|
<section class="description">
|
||||||
|
<header>
|
||||||
|
<h1>PENGANTAR</h1>
|
||||||
|
</header>
|
||||||
|
<p>Matakuliah disajikan untuk membangun basis pengetahuan dan ketrampilan di bidang administrasi jaringan, terutama pada server berbasis LINUX.</p>
|
||||||
|
</section>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section class="material">
|
||||||
|
<header>
|
||||||
|
<h1>MATERI</h1>
|
||||||
|
</header>
|
||||||
|
<ol>
|
||||||
|
<li>Syllabus</li>
|
||||||
|
<li>Introduction to Slackware Linux</li>
|
||||||
|
<li>BASH Scripting 1</li>
|
||||||
|
<li>BASH Scripting 2</li>
|
||||||
|
<li>BASH Scripting 3</li>
|
||||||
|
<li>SSH + NTP Server</li>
|
||||||
|
<li>HTTP Server</li>
|
||||||
|
<li>FTP Server</li>
|
||||||
|
<li>File Server</li>
|
||||||
|
<li>DHCP + DNS Server</li>
|
||||||
|
<li>Mail Server</li>
|
||||||
|
<li>Server Monitoring, Periodic Processes, and Logging</li>
|
||||||
|
<li>Firewall</li>
|
||||||
|
</ol>
|
||||||
|
</section>
|
||||||
|
<section class="references">
|
||||||
|
<header>
|
||||||
|
<h1>REFERENSI</h1>
|
||||||
|
</header>
|
||||||
|
<ol>
|
||||||
|
<li>Linux Administration : A Beginner's Guide 6/E (Wale Soyinka - McGraw-Hill)</li>
|
||||||
|
<li>Unix and Linux System Administration Handbook 4/E (Evi Nemeth et all - Prentice Hal</li>
|
||||||
|
</ol>
|
||||||
|
</section>
|
||||||
|
<?php
|
||||||
|
include "../includes/footer.php";
|
||||||
|
?>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
@@ -30,6 +30,7 @@ include "includes/navbar.html";
|
|||||||
<!-- <li><a href="manpro-ti/index.php">Project Management</a></li> //-->
|
<!-- <li><a href="manpro-ti/index.php">Project Management</a></li> //-->
|
||||||
<li><a href="kakom-ti/index.php">Computer Security</a></li>
|
<li><a href="kakom-ti/index.php">Computer Security</a></li>
|
||||||
<li><a href="tekkom-ti/index.php">Computer Technology</a></li>
|
<li><a href="tekkom-ti/index.php">Computer Technology</a></li>
|
||||||
|
<li><a href="adminjar-ti/index.php">Network Administration</a></li>
|
||||||
<li>Data Warehouse (IDDIT)</li>
|
<li>Data Warehouse (IDDIT)</li>
|
||||||
<li>Introduction to Business Intelligence (IDDIT)</li>
|
<li>Introduction to Business Intelligence (IDDIT)</li>
|
||||||
<li>Final Year Project 1 (IDDIT)</li>
|
<li>Final Year Project 1 (IDDIT)</li>
|
||||||
|
|||||||
@@ -4,7 +4,9 @@
|
|||||||
<li>|</li>
|
<li>|</li>
|
||||||
<li><a href="../kakom-ti/">CompSec</a></li>
|
<li><a href="../kakom-ti/">CompSec</a></li>
|
||||||
<li>|</li>
|
<li>|</li>
|
||||||
<li><a href="../tekkom-ti/">Comp Tech</a></li>
|
<li><a href="../tekkom-ti/">Comp Tech</a></li>
|
||||||
|
<li>|</li>
|
||||||
|
<li><a href="../adminjar-ti/">NetAdmin</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
|
|||||||
@@ -50,9 +50,9 @@ include "includes/quotes.php";
|
|||||||
<article>
|
<article>
|
||||||
<header>
|
<header>
|
||||||
<h3>My classes next semester</h3>
|
<h3>My classes next semester</h3>
|
||||||
<span><time datetime="2012-07-10">July 10, 2012</time></span>
|
<span><time datetime="2012-08-11">August 10, 2012</time></span>
|
||||||
</header>
|
</header>
|
||||||
<p>I will be teaching Computer Security and Computer Technology for regular course and Introduction to Business Intelligence, Data Warehouse, and Final Year Project 1 for International program.</p>
|
<p>I will be teaching Computer Security, Network Administration, and Computer Technology for regular course and Introduction to Business Intelligence, Data Warehouse, and Final Year Project 1 for International program.</p>
|
||||||
</article>
|
</article>
|
||||||
<article>
|
<article>
|
||||||
<header>
|
<header>
|
||||||
|
|||||||
+1
-1
@@ -51,10 +51,10 @@ include "../includes/courses.php";
|
|||||||
<ol>
|
<ol>
|
||||||
<li>Syllabus</li>
|
<li>Syllabus</li>
|
||||||
<li>Introduction to Cryptography</li>
|
<li>Introduction to Cryptography</li>
|
||||||
<li>Number Theory</li>
|
|
||||||
<li>Classical Ciphers</li>
|
<li>Classical Ciphers</li>
|
||||||
<li>Symmetric Cryptography #1</li>
|
<li>Symmetric Cryptography #1</li>
|
||||||
<li>Symmetric Cryptography #2</li>
|
<li>Symmetric Cryptography #2</li>
|
||||||
|
<li>Number Theory</li>
|
||||||
<li>Asymmetric Cryptography #1</li>
|
<li>Asymmetric Cryptography #1</li>
|
||||||
<li>Asymmetric Cryptography #2</li>
|
<li>Asymmetric Cryptography #2</li>
|
||||||
<li>Hash Functions and Message Authentication Codes</li>
|
<li>Hash Functions and Message Authentication Codes</li>
|
||||||
|
|||||||
Reference in New Issue
Block a user