diff --git a/adminjar-ti/index.php b/adminjar-ti/index.php new file mode 100644 index 0000000..78f86ea --- /dev/null +++ b/adminjar-ti/index.php @@ -0,0 +1,78 @@ + + +Willy Sudiarto Raharjo - Network Administration + + + + + + + +
+ +
+
Network Administration
+ +
+
+
+

PEMBERITAHUAN

+
+

Bagi yang hendak mengambil matakuliah ini, Anda diwajibkan untuk menginstall Slackware Linux sebagai sistem operasinya karena semua materi akan didasarkan pada sistem operasi ini..

+
+
+
+

PENGANTAR

+
+

Matakuliah disajikan untuk membangun basis pengetahuan dan ketrampilan di bidang administrasi jaringan, terutama pada server berbasis LINUX.

+
+
+ +
+
+

MATERI

+
+
    +
  1. Syllabus
  2. +
  3. Introduction to Slackware Linux
  4. +
  5. BASH Scripting 1
  6. +
  7. BASH Scripting 2
  8. +
  9. BASH Scripting 3
  10. +
  11. SSH + NTP Server
  12. +
  13. HTTP Server
  14. +
  15. FTP Server
  16. +
  17. File Server
  18. +
  19. DHCP + DNS Server
  20. +
  21. Mail Server
  22. +
  23. Server Monitoring, Periodic Processes, and Logging
  24. +
  25. Firewall
  26. +
+
+
+
+

REFERENSI

+
+
    +
  1. Linux Administration : A Beginner's Guide 6/E (Wale Soyinka - McGraw-Hill)
  2. +
  3. Unix and Linux System Administration Handbook 4/E (Evi Nemeth et all - Prentice Hal
  4. +
+
+ + + diff --git a/courses.php b/courses.php index 068b8cb..31c029e 100644 --- a/courses.php +++ b/courses.php @@ -30,6 +30,7 @@ include "includes/navbar.html";
  • Computer Security
  • Computer Technology
  • +
  • Network Administration
  • Data Warehouse (IDDIT)
  • Introduction to Business Intelligence (IDDIT)
  • Final Year Project 1 (IDDIT)
  • diff --git a/includes/courses.php b/includes/courses.php index 390bf78..2ff0d28 100644 --- a/includes/courses.php +++ b/includes/courses.php @@ -4,7 +4,9 @@
  • |
  • CompSec
  • |
  • -
  • Comp Tech
  • +
  • Comp Tech
  • +
  • |
  • +
  • NetAdmin
  • diff --git a/index.php b/index.php index a9890f1..f905b4a 100644 --- a/index.php +++ b/index.php @@ -50,9 +50,9 @@ include "includes/quotes.php";

    My classes next semester

    - +
    -

    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.

    +

    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.

    diff --git a/kakom-ti/index.php b/kakom-ti/index.php index 4ea1637..e78c07a 100644 --- a/kakom-ti/index.php +++ b/kakom-ti/index.php @@ -51,10 +51,10 @@ include "../includes/courses.php";
    1. Syllabus
    2. Introduction to Cryptography
    3. -
    4. Number Theory
    5. Classical Ciphers
    6. Symmetric Cryptography #1
    7. Symmetric Cryptography #2
    8. +
    9. Number Theory
    10. Asymmetric Cryptography #1
    11. Asymmetric Cryptography #2
    12. Hash Functions and Message Authentication Codes