New pages
- 17:30, 17 October 2025 Git : Apa itu Git ? (hist | edit) [1 byte] Novy (talk | contribs) (Created page with "s") Tag: Visual edit
- 12:58, 17 October 2025 Shell Scripting : Mariadb dan PhpMyAdmin (hist | edit) [16,052 bytes] Novy (talk | contribs) (Created page with "s") Tag: Visual edit
- 22:53, 16 October 2025 Shell Scripting : SFTP (Secure FTP) (hist | edit) [7,919 bytes] Novy (talk | contribs) (Created page with "s") Tag: Visual edit
- 17:58, 8 October 2025 Shell Scripting : Debian Clean Up (hist | edit) [13,337 bytes] Novy (talk | contribs) (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 Shell Scripting : Setup DNS Server (Bind9) (hist | edit) [8,573 bytes] Novy (talk | contribs) (Created page with "s") Tag: Visual edit
- 22:23, 7 October 2025 Shell Scripting : Setup Web Server (Apache) (hist | edit) [10,354 bytes] Novy (talk | contribs) (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 Shell Scripting : Fix Error Shell Script (hist | edit) [938 bytes] Novy (talk | contribs) (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 Shell Scripting : Menambahkan Repositori Debian (hist | edit) [2,792 bytes] Novy (talk | contribs) (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 Linux: Secure Copy (SCP) (hist | edit) [506 bytes] Novy (talk | contribs) (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
- 19:56, 7 October 2025 Shell Scripting : Basic (hist | edit) [2,678 bytes] Novy (talk | contribs) (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 Shell Scripting : IP Address Debian (hist | edit) [2,641 bytes] Novy (talk | contribs) (Created page with "Membuat shell script untuk konfigurasi IP Address di Debian") Tag: Visual edit
- 08:23, 6 October 2025 Debian : SFTP Server (hist | edit) [7,732 bytes] Novy (talk | contribs) (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
- 20:07, 30 September 2025 Debian : Database Server (hist | edit) [5,924 bytes] Novy (talk | contribs) (Created page with "s") Tag: Visual edit
- 09:40, 18 September 2025 Debian : Konfigurasi DNS Cache (hist | edit) [4,556 bytes] Novy (talk | contribs) (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:01, 18 September 2025 Debian : Layanan WebDav dengan webserver Apache (hist | edit) [4,044 bytes] Novy (talk | contribs) (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:25, 18 September 2025 Debian : Konfigurasi Web Server (Nginx) (hist | edit) [1 byte] Novy (talk | contribs) (Created page with "S") Tag: Visual edit