Postingan

Menampilkan postingan dengan label ISO

How to use jigdo downloader to download Debian Linux installation ISO images (CD, DVD, DLBD)

The files in that directory are provided in Jigdo format . Jigdo allows you to download a complete ISO image efficiently by retrieving file pieces from a Debian mirror and assembling them locally. At the end of the process, you will get an exact ISO file , the same as if you had downloaded it directly via HTTP or FTP. 📥 Jigdo Download Sources 🌍 Official Global Mirror https://cdimage.debian.org/debian-cd/current/amd64/jigdo-dlbd/ 🇮🇩 Indonesia Mirror (Recommended for speed) http://kambing.ui.ac.id/iso/debian/current/amd64/jigdo-dlbd/ 🧰 Step 1 — Install Jigdo Tools Install the required package: apt-get install jigdo-file ▶️ Step 2 — Run Jigdo Start the tool: jigdo-lite You will see a prompt like this: To start a new download, enter URL of .jigdo file. You can also enter several URLs/filenames, separated with spaces, or enumerate in {}, e.g. `http://server/cd-{1_NONUS,2,3}.jigdo' jigdo: 🌐 Step 3 — Enter Jigdo File URL Paste the URL of the .jigdo file when pr...