Langkah-langkah Ujian Kompetensi
                  A.      Konfigurasi Mikrotik
1.      Login menggunakan MAC Address
2.      Masukan username “admin” password kosong
3.      Reset konfigurasi menggunakan New Terminal
“System reset-configuration no-defaults=yes”
4.      Konfigurasi Ip Address
-          Ether1 menggunakan DHCP Client
-          Ether2, ether3, dan ether4 menggunakan new terminal dengan command
“-ip address add address=10.10.10.1/24 interface=ether2”
“-ip address add address=192.168.10.1/24 interface=ether3”
“-ip address add address=192.168.11.1/24 interface=ether4”
5.      Setting firewall menggunakan new terminal
Ip firewall nat add chain= srcnat action=masquerade”
6.      Konfigurasi DHCP Server untuk ether3 dan ether 4

                  B.      Instalasi Ubuntu Server 16.04
1.      Masukan CD Ubuntu 16.04
2.      Lalu lakukan instalasi seperti biasa
3.      Masukan DNS “180.211.88.50”
4.      Kemudian buat host, username, dan password
5.      Buat partisi untuk server
àPartition 1
200 GB, Primary
Use as: Ext4 Journaling File System
Mount point: / - the root file system
àPartition 2
16 GB (sesuai dengan ram dikali 2), Logical
Use as: swap area
àPartition 3
100 GB, Logical
Use as: (Enter manually)/proxy
àPartition 4
(sisanya), Logical
Use as: (Enter manually)/data
6.      Install Software
Pilih: 1. LAMP server
         2. Standard system utilities
         3. OpenSSH server
*note: isikan password mysql 
9.      Login masukan username dan password
10.  Masuk ke menu root “sudo su/sudo –i” lalu masukan password
11.  Buat password baru untuk menu root
“passwd root”
12.  Enable open ssh
“nano /etc/ssh/sshd_config”
Lalu cari : PermitRootLogin prohibit-password (diubah menjadi)
                  PermitRootLogin yes
Lalu restart ssh “/etc/init.d/ssh restart”
13.  Mengubah repository melalui winscp disisi client
14.  Update ubuntu dengan command “apt-get update

                  C.      Konfigurasi Web server dan Database Server
1.      Install web server
“apt-get install apache2”
2.      Install database server
“apt-get install mysql-server”
3.      Install packet php
“apt-get install php7.0 php7.0-mysql libapache2-mod-php7.0 php7.0-cli php7.0-cgi php7.0-gd mysql-server mysql-client zip -y phpmyadmin”
*note: pilih apache2, masukan password root untuk login phpmyadmin, pilih yes
4.      Cek di client buka browser tuliskan di url untuk mengecek instalasi web server dan database
“(ip address server)/phpmyadmin” “(ip address server)”
5.      Ubah file index.html menjadi index1.html “/var/www/html”
6.      Install wordpress
-  Buat database mysql menggunakan phpmyadmin
-  Drag dan drop file source code wordpress ke server  menggunakan winscp “/var/www/html”
-  Buka file config lalu ganti
Before
After
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */ define( 'DB_NAME', 'database_name_here' );
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', '( sesuai yg ada diphpmyadmin)' );
/** MySQL database username */
define( 'DB_USER','username_here' );
/** MySQL database username */
define( 'DB_USER','root' );
/** MySQL database password */
define( 'DB_PASSWORD', 'password_here' );
/** MySQL database password */
define( 'DB_PASSWORD', '(password root)' );
-  Ubah nama file wp-config-sample.php menjadi wp-config.php

D.     Bandwith Management
1.      Masuk ke router pilih Queues à add
àEther3
àEther4
Name : LAN
Name: Wireless
Target: ether3
Target: ether4
Max Limit: 256k/256k
Max Limit: 128k/128k
E.      Konfigurasi Access Point