User contributions for Novy
15 October 2025
- 07:3807:38, 15 October 2025 diff hist +613 Debian : SFTP Server →Perbandingan SFTP vs. FTP current Tag: Visual edit
8 October 2025
- 18:2318:23, 8 October 2025 diff hist +92 Shell Scripting : IP Address Debian No edit summary current Tag: Visual edit
- 18:2218:22, 8 October 2025 diff hist +203 Shell Scripting : IP Address Debian No edit summary Tag: Visual edit
- 18:1918:19, 8 October 2025 diff hist +1 Shell Scripting : Fix Error Shell Script No edit summary current Tag: Visual edit
- 18:1818:18, 8 October 2025 diff hist −1 Shell Scripting : Fix Error Shell Script No edit summary Tag: Visual edit
- 18:1818:18, 8 October 2025 diff hist +5 Shell Scripting : Fix Error Shell Script No edit summary Tag: Visual edit
- 18:0618:06, 8 October 2025 diff hist +2,868 Shell Scripting : Debian Clean Up No edit summary current Tag: Visual edit
- 18:0518:05, 8 October 2025 diff hist +115 Shell Scripting : Debian Clean Up No edit summary Tag: Visual edit
- 17:5817:58, 8 October 2025 diff hist 0 m Shell Scripting : Debian Clean Up Protected "Shell Scripting : Debian Clean Up" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) [cascading]
- 17:5817:58, 8 October 2025 diff hist +10,354 N 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=..."
7 October 2025
- 23:3123:31, 7 October 2025 diff hist +55 Shell Scripting : Setup Web Server (Apache) No edit summary current Tag: Visual edit
- 23:3123:31, 7 October 2025 diff hist +55 Shell Scripting : Menambahkan Repositori Debian No edit summary current Tag: Visual edit
- 23:3123:31, 7 October 2025 diff hist +55 Shell Scripting : IP Address Debian No edit summary Tag: Visual edit
- 23:3023:30, 7 October 2025 diff hist +55 Shell Scripting : Fix Error Shell Script No edit summary Tag: Visual edit
- 23:3023:30, 7 October 2025 diff hist +55 Shell Scripting : Setup DNS Server (Bind9) No edit summary current Tag: Visual edit
- 23:2823:28, 7 October 2025 diff hist +8,517 Shell Scripting : Setup DNS Server (Bind9) No edit summary Tag: Visual edit
- 23:2723:27, 7 October 2025 diff hist 0 m Shell Scripting : Setup DNS Server (Bind9) Protected "Shell Scripting : Setup DNS Server (Bind9)" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) [cascading]
- 23:2723:27, 7 October 2025 diff hist +1 N Shell Scripting : Setup DNS Server (Bind9) Created page with "s" Tag: Visual edit
- 22:2522:25, 7 October 2025 diff hist +10,167 Shell Scripting : Setup Web Server (Apache) No edit summary Tag: Visual edit
- 22:2322:23, 7 October 2025 diff hist +132 N 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
- 22:2222:22, 7 October 2025 diff hist +788 Shell Scripting : Menambahkan Repositori Debian No edit summary Tag: Visual edit
- 21:5521:55, 7 October 2025 diff hist −1 Shell Scripting : Fix Error Shell Script No edit summary Tag: Visual edit
- 21:3921:39, 7 October 2025 diff hist 0 m Shell Scripting : Fix Error Shell Script Protected "Shell Scripting : Fix Error Shell Script" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) [cascading]
- 21:3921:39, 7 October 2025 diff hist +879 N 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
- 21:0121:01, 7 October 2025 diff hist +29 Shell Scripting : Menambahkan Repositori Debian No edit summary Tag: Visual edit
- 20:5720:57, 7 October 2025 diff hist +368 Shell Scripting : Menambahkan Repositori Debian No edit summary Tag: Visual edit
- 20:4220:42, 7 October 2025 diff hist 0 m Shell Scripting : Menambahkan Repositori Debian Protected "Shell Scripting : Menambahkan Repositori Debian" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) [cascading]
- 20:4220:42, 7 October 2025 diff hist +1,552 N 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:3320:33, 7 October 2025 diff hist +6 Linux: Secure Copy (SCP) No edit summary current Tag: Visual edit
- 20:3220:32, 7 October 2025 diff hist 0 m Linux: Secure Copy (SCP) Protected "Linux: Secure Copy (SCP)" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) [cascading]
- 20:3220:32, 7 October 2025 diff hist +500 N 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:1620:16, 7 October 2025 diff hist 0 m Shell Scripting : Basic Protected "Shell Scripting : Basic" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) [cascading] current
- 20:1520:15, 7 October 2025 diff hist +2,232 Shell Scripting : IP Address Debian No edit summary Tag: Visual edit
- 20:1220:12, 7 October 2025 diff hist +49 Shell Scripting : Basic No edit summary Tag: Visual edit
- 20:1120:11, 7 October 2025 diff hist +14 N File:ShellScripting.png No edit summary current
- 20:1020:10, 7 October 2025 diff hist +1,464 Shell Scripting : Basic →Cara mebuat Shell Scripting Tag: Visual edit
- 20:0320:03, 7 October 2025 diff hist +926 Shell Scripting : Basic No edit summary Tag: Visual edit
- 19:5619:56, 7 October 2025 diff hist +233 N 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:5519:55, 7 October 2025 diff hist 0 m Shell Scripting : IP Address Debian Protected "Shell Scripting : IP Address Debian" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) [cascading]
- 19:5519:55, 7 October 2025 diff hist +59 N Shell Scripting : IP Address Debian Created page with "Membuat shell script untuk konfigurasi IP Address di Debian" Tag: Visual edit
6 October 2025
- 10:3110:31, 6 October 2025 diff hist −15 Debian : Layanan WebDav dengan webserver Apache No edit summary current Tag: Visual edit
- 08:3608:36, 6 October 2025 diff hist +41 Debian : SFTP Server No edit summary Tag: Visual edit
- 08:3508:35, 6 October 2025 diff hist +518 Debian : SFTP Server →Konfigurasi SFTP di Debian Server Tag: Visual edit
- 08:2408:24, 6 October 2025 diff hist 0 m Debian : SFTP Server Protected "Debian : SFTP Server" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) [cascading]
- 08:2408:24, 6 October 2025 diff hist +30 Debian : SFTP Server No edit summary Tag: Visual edit
- 08:2408:24, 6 October 2025 diff hist +4 N File:Sftp.jpg No edit summary current
- 08:2308:23, 6 October 2025 diff hist +2,642 N 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
30 September 2025
- 21:0221:02, 30 September 2025 diff hist +38 Debian : Database Server No edit summary current Tag: Visual edit
- 21:0221:02, 30 September 2025 diff hist +8 N File:Database.jpg No edit summary current
- 21:0121:01, 30 September 2025 diff hist +721 Debian : Database Server No edit summary Tag: Visual edit