Update for Genap 2018/2019.
Signed-off-by: Willy Sudiarto Raharjo <willysr@gmail.com>
This commit is contained in:
+14
-11
@@ -1,7 +1,7 @@
|
||||
<!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 Sistem, Teknik Informatika" />
|
||||
<title>Willy Sudiarto Raharjo - System Administration</title>
|
||||
<meta name="keywords" content="Willy, Willy Sudiarto Raharjo, Willy SR, WillySR, UKDW, Dosen, Universitas Kristen Duta Wacana, Administrasi Sistem, Informatika" />
|
||||
<meta name="description" content="Situs ini berisi halaman materi untuk kelas Administrasi Sistem Universitas Kristen Duta Wacana" />
|
||||
<link rel="icon" href="../images/favicon.ico" type="image/ico" />
|
||||
<style type="text/css">
|
||||
@@ -24,7 +24,7 @@ include "../includes/courses.php";
|
||||
<h3>Jadwal</h3>
|
||||
</header>
|
||||
<aside>
|
||||
<p>Grup A<br/>Hari Senin<br/>Jam 14.30<br/>Ruang Lab A</p>
|
||||
<p>Grup A<br/>Hari Selasa<br/>Jam 7.30<br/>Ruang Lab FTI Lantai 4</p>
|
||||
</aside>
|
||||
</section>
|
||||
<section class="classinfo">
|
||||
@@ -32,13 +32,13 @@ include "../includes/courses.php";
|
||||
<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>
|
||||
<p>Bagi yang hendak mengambil matakuliah ini, Anda <strong>diwajibkan untuk menginstall Linux sebagai sistem operasinya.</strong>.</p>
|
||||
</section>
|
||||
<section class="description">
|
||||
<header>
|
||||
<h1>PENGANTAR</h1>
|
||||
</header>
|
||||
<p>Matakuliah disajikan untuk membangun basis pengetahuan dan ketrampilan di bidang administrasi sistem, terutama pada server berbasis LINUX.</p>
|
||||
<p>Matakuliah disajikan untuk membangun basis pengetahuan dan ketrampilan di bidang administrasi sistem, terutama pada server berbasis LINUX pada lingkungan AWS.</p>
|
||||
</section>
|
||||
</section>
|
||||
|
||||
@@ -50,12 +50,14 @@ include "../includes/courses.php";
|
||||
<li>Syllabus</li>
|
||||
<li>Introduction to Server Operating System</li>
|
||||
<li>Bash Shell and Shell Scripting</li>
|
||||
<li>Single Host Administration</li>
|
||||
<li>Software Installation and Package Management</li>
|
||||
<li>System Automation</li>
|
||||
<li>Internet Services</li>
|
||||
<li>Intranet Services</li>
|
||||
<li>Database Tuning</li>
|
||||
<li>Introduction to AWS</li>
|
||||
<li>IAM</li>
|
||||
<li>EC2</li>
|
||||
<li>Route53</li>
|
||||
<li>RDS</li>
|
||||
<li>S3</li>
|
||||
<li>Docker</li>
|
||||
<li>Kubernetes</li>
|
||||
</ol>
|
||||
</section>
|
||||
<section class="references">
|
||||
@@ -66,6 +68,7 @@ include "../includes/courses.php";
|
||||
<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>
|
||||
<li>Mastering Unix Shell Scripting (Michael - Wiley)</li>
|
||||
<li><a href="https://www.udemy.com/aws-certified-solutions-architect-associate/">AWS Certified Solutions Architect - Associate 2018 (Udemy)</a></li>
|
||||
</ol>
|
||||
</section>
|
||||
<?php
|
||||
|
||||
+34
-3
@@ -22,15 +22,46 @@ include "includes/navbar.html";
|
||||
?>
|
||||
</header>
|
||||
<section class="teaching">
|
||||
<article>
|
||||
<header>
|
||||
<h1>Genap 2018/2019</h1>
|
||||
</header>
|
||||
<ol>
|
||||
<li><a href="kakom-ti/index.php">Computer Security</a></li>
|
||||
<li><a href="adminsis-ti/index.php">System Administration</a></li>
|
||||
<li><a href="jarkom-ti/index.php">Computer Networks</a></li>
|
||||
</ol>
|
||||
</article>
|
||||
<article>
|
||||
<header>
|
||||
<h1>Gasal 2018/2019</h1>
|
||||
</header>
|
||||
<ol>
|
||||
<li>Computer Technology</li>
|
||||
<li>Big Data</li>
|
||||
<li>Cryptography</li>
|
||||
</ol>
|
||||
</article>
|
||||
<article>
|
||||
<header>
|
||||
<h1>Genap 2017/2018</h1>
|
||||
</header>
|
||||
<ol>
|
||||
<li>Computer Security</li>
|
||||
<li>System Administration</li>
|
||||
<li>Project Management</li>
|
||||
<li>Technopreneurship</li>
|
||||
</ol>
|
||||
</article>
|
||||
<article>
|
||||
<header>
|
||||
<h1>Gasal 2017/2018</h1>
|
||||
</header>
|
||||
<ol>
|
||||
<li><a href="adminsis-ti/index.php">System Administration</a></li>
|
||||
<li><a href="os-ti/index.php">Operating System</a></li>
|
||||
<li>System Administration</li>
|
||||
<li>Operating System</li>
|
||||
<li>Computer Network</li>
|
||||
<li><a href="kakom-ti/index.php">Computer Security</a></li>
|
||||
<li>Computer Security</li>
|
||||
</ol>
|
||||
</article>
|
||||
<article>
|
||||
|
||||
@@ -2,11 +2,11 @@
|
||||
<ul>
|
||||
<li><a href="../index.php">Home</a></li>
|
||||
<li>|</li>
|
||||
<li><a href="../os-ti/">OpSys</a></li>
|
||||
<li><a href="../kakom-ti/">CompSec</a></li>
|
||||
<li>|</li>
|
||||
<li><a href="../adminsis-ti/">SysAdmin</a></li>
|
||||
<li>|</li>
|
||||
<li><a href="../kakom-ti/">CompSec</a></li>
|
||||
<li><a href="../jarkom-ti/">CompNet</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
|
||||
@@ -50,9 +50,9 @@ include "includes/quotes.php";
|
||||
<article>
|
||||
<header>
|
||||
<h3>My classes next semester</h3>
|
||||
<span><time datetime="2017-08-20">August 20, 2017</time></span>
|
||||
<span><time datetime="2019-01-30">January 30, 2019</time></span>
|
||||
</header>
|
||||
<p>I will be teaching Operating System, Computer Network, System Administration, and Computer Security.</p>
|
||||
<p>I will be teaching Computer Network, System Administration, and Computer Security.</p>
|
||||
</article>
|
||||
</section>
|
||||
<?php
|
||||
|
||||
@@ -0,0 +1,76 @@
|
||||
<!DOCTYPE html>
|
||||
<head>
|
||||
<title>Willy Sudiarto Raharjo - Computer Networks</title>
|
||||
<meta name="keywords" content="Willy, Willy Sudiarto Raharjo, Willy SR, WillySR, UKDW, Dosen, Universitas Kristen Duta Wacana, Jaringan Komputer, Informatika" />
|
||||
<meta name="description" content="Situs ini berisi halaman materi untuk kelas Jaringan Komputer 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">Computer Networks</section>
|
||||
<section class="sidebar">
|
||||
<header>
|
||||
<h3>Jadwal</h3>
|
||||
</header>
|
||||
<aside>
|
||||
<p>Grup A<br/>Hari Senin<br/>Jam 14.30<br/>Ruang </p>
|
||||
</aside>
|
||||
</section>
|
||||
<section class="classinfo">
|
||||
<section class="description">
|
||||
<header>
|
||||
<h1>PENGANTAR</h1>
|
||||
</header>
|
||||
<p>Matakuliah ini menjelaskan konsep komunikasi data pada jaringan computer melalui pendekatan OSI Model dan TCP/IP Model yang meliputi Layer Aplikasi, Layer Presentasi, Layer Session, Layer Transport, Layer Netwok, Layer Data Link dan Layer Fisik serta contoh contoh protokol yang mendukung di setiap layer. Di bagian akhir perkuliahan mahasiswa juga mendapatkan penjelasan tentang content distribution, penggunaan aplikasi wireshark, serta pemahaman tentang keamanan jaringan.</p>
|
||||
</section>
|
||||
</section>
|
||||
|
||||
<section class="material">
|
||||
<header>
|
||||
<h1>MATERI</h1>
|
||||
</header>
|
||||
<ol>
|
||||
<li>Syllabus</li>
|
||||
<li>Exploring the Network : Globally connected, LANs, WANs and the Internet, Network as a platform, the changing network</li>
|
||||
<li>Architecture & Principles</li>
|
||||
<li>Network Protocols & Communications</li>
|
||||
<li>Network Access</li>
|
||||
<li>Ethernet</li>
|
||||
<li>Network Layer : Routing Protocol</li>
|
||||
<li>Network layer : IPv4 / IPv6</li>
|
||||
<li>Network Layer : subnetting, VLSM</li>
|
||||
<li>Transport Layer</li>
|
||||
<li>Application Layer</li>
|
||||
<li>Content distribution</li>
|
||||
<li>Wireshark</li>
|
||||
<li>Network Security</li>
|
||||
</ol>
|
||||
</section>
|
||||
<section class="references">
|
||||
<header>
|
||||
<h1>REFERENSI</h1>
|
||||
</header>
|
||||
<ol>
|
||||
<li>Mark A. Dye, Allan D. Reid, 2014, Introduction to Networks Companion Guide. Cisco Press, Inc.</li>
|
||||
<li>Kurose, James F, Ross, Keith W,2017,Computer Networking : a top down approach 7th Ed, Addison-Wesley.</li>
|
||||
<li>Forouzan A. Behrouz, 2007, Data Communications and Networking, Fourth Edition, The McGraw-Hill Companies, Inc</li>
|
||||
<li>Chappell, Laura, 2010, Wireshark Network Analysis, Chappel University.</li>
|
||||
<li><a href="https://www.udacity.com/course/computer-networking--ud436">Computer Networking (Udemy) </a></li>
|
||||
</ol>
|
||||
</section>
|
||||
<?php
|
||||
include "../includes/footer.php";
|
||||
?>
|
||||
</body>
|
||||
</html>
|
||||
+10
-4
@@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
<head>
|
||||
<title>Willy Sudiarto Raharjo - Computer Security</title>
|
||||
<meta name="keywords" content="Willy, Willy Sudiarto Raharjo, Willy SR, WillySR, UKDW, Dosen, Universitas Kristen Duta Wacana, Keamanan Komputer, Teknik Informatika" />
|
||||
<meta name="keywords" content="Willy, Willy Sudiarto Raharjo, Willy SR, WillySR, UKDW, Dosen, Universitas Kristen Duta Wacana, Keamanan Komputer, Informatika" />
|
||||
<meta name="description" content="Situs ini berisi halaman materi untuk kelas Keamanan Komputer Universitas Kristen Duta Wacana" />
|
||||
<link rel="icon" href="../images/favicon.ico" type="image/ico" />
|
||||
<style type="text/css">
|
||||
@@ -24,7 +24,12 @@ include "../includes/courses.php";
|
||||
<h3>Jadwal</h3>
|
||||
</header>
|
||||
<aside>
|
||||
<p>Grup A<br/>Hari Rabu<br/>Jam 10:30 - 13:20<br/>Ruang </p>
|
||||
<p>
|
||||
Grup A<br/>Hari Kamis<br/>Jam 13:30 - 16:20<br/>Ruang G.3.4<br/>
|
||||
Grup B<br/>Hari Rabu<br/>Jam 13:30 - 16:20<br/>Ruang D.1.1<br/>
|
||||
Grup C<br/>Hari Kamis<br/>Jam 10:30 - 13:20<br/>Ruang G.3.4<br/>
|
||||
Grup D<br/>Hari Rabu<br/>Jam 16:30 - 19:20<br/>Ruang D.1.1<br/>
|
||||
</p>
|
||||
</aside>
|
||||
</section>
|
||||
<section class="classinfo">
|
||||
@@ -32,13 +37,13 @@ include "../includes/courses.php";
|
||||
<header>
|
||||
<h1>PENGAJAR</h1>
|
||||
</header>
|
||||
<p>Ignatia Dhian E.K.R, S.Kom, M.Eng<br/>Willy Sudiarto Raharjo, S.Kom., M.Cs</a></p>
|
||||
<p>Willy Sudiarto Raharjo, S.Kom., M.Cs</a></p>
|
||||
</section>
|
||||
<section class="description">
|
||||
<header>
|
||||
<h1>PENGANTAR</h1>
|
||||
</header>
|
||||
<p>Matakuliah ini memperkenalkan konsep pengamanan data dan informasi dengan berfokus pada low-level security, keamanan web, kriptografi, dan keamanan jaringan kabel/nirkabel.</p>
|
||||
<p>Mata kuliah Keamanan Komputer memperkenalkan kepada mahasiswa mengenai konsep pengamanan data dan informasi. Materi perkuliahan mencakup pembahasan tentang keamanan pada sisi pengguna, aplikasi serta sistem, mekanisme pengendalian hak akses, malware serangan-serangan pada aplikasi berbasis desktop maupun web, dan keamanan pada jaringan dan wireless.</p>
|
||||
</section>
|
||||
</section>
|
||||
|
||||
@@ -71,6 +76,7 @@ include "../includes/courses.php";
|
||||
<li>Principles of Computer Security,4th Edition. Official Comptia Guide. (Conklin, White - McGraw-Hill)</li>
|
||||
<li>Information Security (Mark Stamp - Wiley)</li>
|
||||
<li>Guide to Computer Network Security (Kizza - Springer)</li>
|
||||
<li>Security Engineering (Anderson, R. Wiley)</li>
|
||||
</ol>
|
||||
</section>
|
||||
<?php
|
||||
|
||||
Reference in New Issue
Block a user