All public logs
Combined display of all available logs of WIKI TKJ. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 17:58, 8 October 2025 Novy talk contribs protected Shell Scripting : Debian Clean Up [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) [cascading] (hist)
- 17:58, 8 October 2025 Novy talk contribs created page Shell Scripting : Debian Clean Up (Created page with "thumb|'''ShellScripting''' Buat file baru dengan nama konfig_apache.sh<syntaxhighlight lang="linuxconfig"> nano konfig_apache.sh </syntaxhighlight>isikan script berikut ini :<syntaxhighlight lang="linuxconfig" line="1"> #!/bin/bash # ============================================== # AUTO WEB SERVER SETUP SCRIPT # Debian 12 - Apache + PHP + Virtual Host # ============================================== # Colors for output RED='\033[0;31m' GREEN=...")
- 23:27, 7 October 2025 Novy talk contribs protected Shell Scripting : Setup DNS Server (Bind9) [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) [cascading] (hist)
- 23:27, 7 October 2025 Novy talk contribs created page Shell Scripting : Setup DNS Server (Bind9) (Created page with "s") Tag: Visual edit
- 22:23, 7 October 2025 Novy talk contribs created page Shell Scripting : Setup Web Server (Apache) (Created page with "Buat file baru denga nama konfig_webserver.sh<syntaxhighlight lang="linuxconfig"> nano konfig_webserver.sh </syntaxhighlight>setelah") Tag: Visual edit
- 21:39, 7 October 2025 Novy talk contribs protected Shell Scripting : Fix Error Shell Script [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) [cascading] (hist)
- 21:39, 7 October 2025 Novy talk contribs created page Shell Scripting : Fix Error Shell Script (Created page with "Adakalanya ScriptShell yang kita buat pada saat di jalankan ternyata tidak berjalan. itu disebabkan oleh beberapa alasa seperti lupa memberi ijin eksekusi, hasil pemformatan dari sistem operasi lain. untuk sebab seperti itu, agar script dapat berjalan buatlah sebuah shell swcript fix seperti berikut ini. step pertama install paket aplikasi dos2unix<syntaxhighlight lang="linuxconfig"> apt install dos2unix -y </syntaxhighlight>setelah itu periksan apah format file terindi...") Tag: Visual edit
- 20:42, 7 October 2025 Novy talk contribs protected Shell Scripting : Menambahkan Repositori Debian [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) [cascading] (hist)
- 20:42, 7 October 2025 Novy talk contribs created page Shell Scripting : Menambahkan Repositori Debian (Created page with "Buat file baru dengan nama tambah_repositori.sh<syntaxhighlight lang="linuxconfig"> nano tambah_repositori.sh </syntaxhighlight>isikan script berikut ini :<syntaxhighlight lang="linuxconfig" line="1"> #!/bin/bash # Quick setup - hapus cdrom, tambah repo, update & upgrade sudo cp /etc/apt/sources.list /etc/apt/sources.list.backup.$(date +%Y%m%d_%H%M%S) && \ sudo sed -i '/^deb cdrom/d' /etc/apt/sources.list && \ sudo cat >> /etc/apt/sources.list << 'EOF' # Debian 12 Repo...") Tag: Visual edit
- 20:32, 7 October 2025 Novy talk contribs protected Linux: Secure Copy (SCP) [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) [cascading] (hist)
- 20:32, 7 October 2025 Novy talk contribs created page Linux: Secure Copy (SCP) (Created page with "Untuk melakukan copy file dari Windows Poweshell ke Linux kita dapat menggunakan SCP, perintahnya seperti berikut ini :<syntaxhighlight lang="linuxconfig" line="1"> # Format dasar: scp [file_sumber] [username]@[ip_server]:[folder_tujuan] # Contoh nyata: scp document.txt user@192.168.1.100:/home/user/documents/ # Kirim seluruh folder: scp -r C:\MyFolder\ user@192.168.1.100:/home/user/backup/ </syntaxhighlight>Syarat menjalankan perintah di atas adalah servis SSH sudah a...") Tag: Visual edit
- 20:16, 7 October 2025 Novy talk contribs protected Shell Scripting : Basic [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) [cascading] (hist)
- 20:11, 7 October 2025 Novy talk contribs created page File:ShellScripting.png
- 20:11, 7 October 2025 Novy talk contribs uploaded File:ShellScripting.png
- 19:56, 7 October 2025 Novy talk contribs created page Shell Scripting : Basic (Created page with "Bayangin shell script itu kayak "resep masakan" buat terminal Linux. Lo bikin file yang berisi perintah-perintah Linux, terus file itu bisa lo jalanin sekaligus. Ribet banget kan kalo lo harus ngetik perintah satu-satu terus menerus?") Tag: Visual edit
- 19:55, 7 October 2025 Novy talk contribs protected Shell Scripting : IP Address Debian [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) [cascading] (hist)
- 19:55, 7 October 2025 Novy talk contribs created page Shell Scripting : IP Address Debian (Created page with "Membuat shell script untuk konfigurasi IP Address di Debian") Tag: Visual edit
- 08:24, 6 October 2025 Novy talk contribs protected Debian : SFTP Server [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) [cascading] (hist)
- 08:24, 6 October 2025 Novy talk contribs created page File:Sftp.jpg
- 08:24, 6 October 2025 Novy talk contribs uploaded File:Sftp.jpg
- 08:23, 6 October 2025 Novy talk contribs created page Debian : SFTP Server (Created page with "== Apa itu SFTP ? == Bayangkan kamu punya sebuah file penting (misalnya, skrip konfigurasi router atau laporan prakerin) yang ingin kamu kirim ke server yang letaknya jauh di data center. * Jika kamu pakai FTP (File Transfer Protocol), itu seperti mengirim surat terbuka. Siapa saja yang "mengintip" di perjalanan bisa membaca isi suratmu. Ini tidak aman. * SFTP (SSH File Transfer Protocol) adalah seperti mengirim surat berharga dengan mobil armored. Suratnya dikunci dala...") Tag: Visual edit
- 21:02, 30 September 2025 Novy talk contribs created page File:Database.jpg
- 21:02, 30 September 2025 Novy talk contribs uploaded File:Database.jpg
- 21:01, 30 September 2025 Novy talk contribs created page File:Phpmyadmin dashboard.png
- 21:01, 30 September 2025 Novy talk contribs uploaded File:Phpmyadmin dashboard.png
- 20:58, 30 September 2025 Novy talk contribs created page File:Phpmyadmin.png
- 20:58, 30 September 2025 Novy talk contribs uploaded File:Phpmyadmin.png
- 20:50, 30 September 2025 Novy talk contribs created page File:Phpmyadminvhost.jpg
- 20:50, 30 September 2025 Novy talk contribs uploaded File:Phpmyadminvhost.jpg
- 20:09, 30 September 2025 Novy talk contribs protected Debian : Database Server [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) [cascading] (hist)
- 20:07, 30 September 2025 Novy talk contribs created page Debian : Database Server (Created page with "s") Tag: Visual edit
- 09:41, 18 September 2025 Novy talk contribs deleted page DNS Server: Cache (Author request: content was: "== Apa itu DNS Server Cache ? == DNS cache server adalah server yang menyimpan data alamat IP dari nama domain yang sudah pernah diakses sebelumnya. Tujuannya adalah untuk mempercepat proses pencarian alamat IP saat mengakses situs web yang sama di kemudian hari, sehingga mengurangi beban pada server DNS utama dan mempercepat waktu pemuatan halaman web. * '''Fungsi Utama:''' Saat A...", and the only contributor was "Novy" ([[Use...)
- 09:40, 18 September 2025 Novy talk contribs protected Debian : Konfigurasi DNS Cache [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) [cascading] (hist)
- 09:40, 18 September 2025 Novy talk contribs created page Debian : Konfigurasi DNS Cache (Created page with "== Apa itu DNS Server Cache ? == DNS cache server adalah server yang menyimpan data alamat IP dari nama domain yang sudah pernah diakses sebelumnya. Tujuannya adalah untuk mempercepat proses pencarian alamat IP saat mengakses situs web yang sama di kemudian hari, sehingga mengurangi beban pada server DNS utama dan mempercepat waktu pemuatan halaman web. * '''Fungsi Utama:''' Saat Anda mengakses sebuah situs web, perangkat Anda akan mencari alamat IP dari nama domain...")
- 08:28, 18 September 2025 Novy talk contribs created page File:Webdav2.jpg
- 08:28, 18 September 2025 Novy talk contribs uploaded File:Webdav2.jpg
- 08:27, 18 September 2025 Novy talk contribs created page File:Webdav1.jpg
- 08:27, 18 September 2025 Novy talk contribs uploaded File:Webdav1.jpg
- 08:01, 18 September 2025 Novy talk contribs created page Debian : Layanan WebDav dengan webserver Apache (Created page with "== Apa itu WebDAV? == WebDAV (''Web-based Distributed Authoring and Versioning'') adalah ekstensi dari protokol HTTP/1.1. Ia memungkinkan kita meng-''mount'' storage di server seolah-olah drive jaringan. * '''Kegunaan:''' berbagi file, kolaborasi dokumen, remote storage. * '''Cara kerja:''' WebDAV berjalan di atas Apache atau Nginx (paling umum: Apache <code>mod_dav</code>). == Instalasi Apache + modul WebDAV di Debian == Jalankan perintah update dan upgrade server De...") Tag: Visual edit
- 07:26, 18 September 2025 Novy talk contribs protected Debian : Konfigurasi Web Server (Nginx) [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) [cascading] (hist)
- 07:25, 18 September 2025 Novy talk contribs created page Debian : Konfigurasi Web Server (Nginx) (Created page with "S") Tag: Visual edit
- 19:23, 17 September 2025 Novy talk contribs changed protection settings for Debian : Konfigurasi Web Server (Apache) [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) [cascading] (hist)
- 11:08, 17 September 2025 Novy talk contribs created page File:Hosts.jpg
- 11:08, 17 September 2025 Novy talk contribs uploaded File:Hosts.jpg
- 10:15, 17 September 2025 Novy talk contribs created page File:Apache3.jpg
- 10:15, 17 September 2025 Novy talk contribs uploaded File:Apache3.jpg
- 10:12, 17 September 2025 Novy talk contribs created page File:Apache2.jpg
- 10:12, 17 September 2025 Novy talk contribs uploaded File:Apache2.jpg
- 09:49, 17 September 2025 Novy talk contribs created page File:Apache.jpg
- 09:49, 17 September 2025 Novy talk contribs uploaded File:Apache.jpg