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).
- 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