DDNS DDNS atau Dynamic Domain Name System adalah sebuah system DNS yang berjalan secara dinamis untuk melakukan penambahan record dns miliknya. Biasanya, DDNS akan mendapatkan informasi binding sebuah ip address dan juga hostname nya dari sebuah DHCP server yang ada. DDNS sering digunakan ketika konfigurasi ip address dari sebuah node …
Read More »Template Proxmox VM dengan cloud-init
Semua perintah dibawah ini kita jalankan di shell-nya node proxmox ya download link image almalinux cloud, ingat ini bukan file iso ya,tapi file image disk nya atau bisa dibilang virtual disk nya #wget https://repo.almalinux.org/almalinux/9/cloud/x86_64/images/AlmaLinux-9-GenericCloud-9.4-20240507.x86_64.qcow2 install aplikasi libguestfs-tools di proxmox #apt install libguestfs-tools install qemu-guest-agent pada image cloud #virt-customize -a AlmaLinux-9-GenericCloud-9.4-20240507.x86_64.qcow2 …
Read More »Belajar Docker dengan mengerjakan LAB Dasar Docker Part 1
TASK 1 pull image from docker registry nginx:stable-alpine3.17-slim and create a container based web server ○ Container name : farm-1 ○ Make it accessible via http://{ip_address} Sebelum Lanjut mungkin kalian bisa baca baca materi yang berkaitan di bawah ini agar lebih josss mengerjakan LAB nya heheh Pengenalan Container Pengenalan Docker …
Read More »Network Fundamental
PROOF OF CONCEPT BABAK PENYISIHAN NETWORKING COMPETITION 2024
soal klik disini
Read More »Network System LKSN ITNSA 2023
bantu saya dengan doa teman-teman agar cita-cita saya bisa tercapai source lainnya
Read More »Network System Cisco LKSN ITNSA 2022
disini saya akan menshare Jawaban ITNSA Network system LKSN ITNSA 2022 jika ada kesalahan mohon di koreksi untuk soal dan pka bisa mengakses itnsa.id
Read More »LKSN2022 – Module C – Local Registry
Soal dapat dilihat di https://itnsa.id/. Ketentuan Soal Access srv1.artemis.local to do tasks in this section Container Name : proteus-registry Use image registry:2.7.0 from docker hub Volume mounts : /mnt/registry to /var/lib/registry Expose container port 1234 Eanble https by using local self-signed CA Generate CA using openssl Common name : srv1.artemis.local …
Read More »Master Slave BIND9 Debian
Hostname IP Address Master 10.10.10.1 Slave 10.10.10.2 Konfigurasikan DNS seperti biasa hanya dilakukan pada master. Tambahkan opsi allow-transfer, notify dan also-notify ke file konfigurasi. Pada opsi allow-transfer dan also-notify masukkan IP address server Slave. [root@master ~]# nano /etc/bind/named.conf.options options { ....... allow-transfer { 10.10.10.2; }; notify yes; also-notify { 10.10.10.2; …
Read More »LKSN2021 Modul C – Containerized Python Web Application
Running Python Web Application Use the code Python Web Application in /opt/sample-web to create a Dockerfile Use base image python:3.8-slim Expose port 80 Copy all code into workdir. Use /opt/sample-web as workdir inside the container. Save the Dockerfile in /opt/sample-web/Dockerfile Build the Dockerfile into image with name sampleweb:latest Run the …
Read More »