mirror of
https://github.com/ditatompel/insights.git
synced 2025-01-08 03:12:06 +07:00
Adding old content "New Archlinux Mirror in Indonesia" #1
This commit is contained in:
parent
cacd3efb5e
commit
62718944e5
9 changed files with 135 additions and 2 deletions
Binary file not shown.
After Width: | Height: | Size: 106 KiB |
73
content/blog/new-archlinux-mirror-in-indonesia/index.id.md
Normal file
73
content/blog/new-archlinux-mirror-in-indonesia/index.id.md
Normal file
|
@ -0,0 +1,73 @@
|
||||||
|
---
|
||||||
|
title: "Official Mirror Arch Linux Dari Indonesia Bertambah Satu Lagi"
|
||||||
|
description: "Mirror official Arch Linux (Tier 2) baru dari Indonesia (Lokasi: IDC Duren Tiga)"
|
||||||
|
date: 2023-02-17T08:36:36+07:00
|
||||||
|
lastmod:
|
||||||
|
draft: false
|
||||||
|
noindex: false
|
||||||
|
featured: false
|
||||||
|
pinned: false
|
||||||
|
# comments: false
|
||||||
|
series:
|
||||||
|
# -
|
||||||
|
categories:
|
||||||
|
# -
|
||||||
|
tags:
|
||||||
|
- Arch Linux
|
||||||
|
images:
|
||||||
|
# -
|
||||||
|
# menu:
|
||||||
|
# main:
|
||||||
|
# weight: 100
|
||||||
|
# params:
|
||||||
|
# icon:
|
||||||
|
# vendor: bs
|
||||||
|
# name: book
|
||||||
|
# color: '#e24d0e'
|
||||||
|
authors:
|
||||||
|
- ditatompel
|
||||||
|
---
|
||||||
|
|
||||||
|
Kemarin pada tanggal 16 Februari 2023, saya membuat [*feature request*](https://bugs.archlinux.org/task/77542) supaya **mirror repositori Arch Linux** saya dapat ditambahkan ke *official* repositori Arch Linux. Dan saat ini sudah terlisting ke [halaman resmi mirror Arch Linux](https://archlinux.org/mirrors/mirror.ditatompel.com/)! Terima kasih [Anton Hvornum](https://bugs.archlinux.org/user/15638) dan Arch Linux Mirror Team!
|
||||||
|
|
||||||
|
Sebenarnya, dulu saya pernah juga me-maintenance mirror Arch Linux. Pada saat itu waktu server devilzc0de.org masih sehat dan domain belum hilang 😂. Tapi... Ah, sudahlah.. Jadi keinget masa-masa indah 😍, masa masa sendu 😞.
|
||||||
|
|
||||||
|
<!--more-->
|
||||||
|
|
||||||
|
## Informasi Mirror
|
||||||
|
|
||||||
|
Lokasi: Indonesia Data Center Duren Tiga (IDC3D) **Jakarta**, **Indonesia** (ID)
|
||||||
|
|
||||||
|
URL:
|
||||||
|
- `http://mirror.ditatompel.com/archlinux`
|
||||||
|
- `https://mirror.ditatompel.com/archlinux`
|
||||||
|
|
||||||
|
Bandwidth:
|
||||||
|
1Gbps
|
||||||
|
|
||||||
|
Pada saat artikel ini dibuat, `mirror.ditatompel.com` melakukan sinkronisasi ke *Tier 1 mirror* **setiap 2 jam sekali**.
|
||||||
|
|
||||||
|
Untuk menggunakan mirror tersebut cukup tambahkan konfigurasi berikut pada `/etc/pacman.d/mirrorlist` Anda:
|
||||||
|
```
|
||||||
|
Server = http://mirror.ditatompel.com/archlinux/$repo/os/$arch
|
||||||
|
Server = https://mirror.ditatompel.com/archlinux/$repo/os/$arch
|
||||||
|
```
|
||||||
|
|
||||||
|
Atau anda bisa menggunakan *package* `reflector` (`pacman -S reflector`) untuk mencari dan menggenerate mirror yang paling cepat untuk Anda.
|
||||||
|
Misalnya:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
reflector --verbose -l 10 -f 10 --sort rate -c Indonesia,Singapore
|
||||||
|
```
|
||||||
|
|
||||||
|
> ***Note**: Saya menambahkan `-c Indonesia,Singapore` karena rata-rata ISP di Indonesia saat ini memiliki bandwidth yang cukup besar dan latency yang baik untuk ke Singapore.*
|
||||||
|
|
||||||
|
|
||||||
|
## Public Monitoring
|
||||||
|
Untuk official mirror, situs Arch Linux sendiri sudah menyediakan monitoring yang dapat diakses di [https://archlinux.org/mirrors/mirror.ditatompel.com/](https://archlinux.org/mirrors/mirror.ditatompel.com/).
|
||||||
|
|
||||||
|
Namun saya sendiri menyediakan [monitoring untuk server mirror.ditatompel.com melalui Grafana](https://monitor.ditatompel.com/d/mirror-ditatompel-com/mirror-ditatompel-com?orgId=2&refresh=1m) yang dapat diakses tanpa harus login / memiliki akun di server Grafana saya.
|
||||||
|
|
||||||
|
Semoga mirror tambahan saya yang tidak seberapa ini dapat membantu mengurangi *server load* dan *bandwidth* rekan-rekan sebangsa dan setanah air. (*Wedjiannnn* 😂)
|
||||||
|
|
||||||
|
Doakan juga supaya saya tetap dapat *me-maintenance* mirror ini dan sedikit berkontribusi ke *distro* yang paling Saya sayangi sejak tahun 2011 lalu. Amin!
|
60
content/blog/new-archlinux-mirror-in-indonesia/index.md
Normal file
60
content/blog/new-archlinux-mirror-in-indonesia/index.md
Normal file
|
@ -0,0 +1,60 @@
|
||||||
|
---
|
||||||
|
title: "New Archlinux Mirror in Indonesia"
|
||||||
|
description: "New archlinux mirror repository in Indonesia and it's Grafana monitoring metrics"
|
||||||
|
date: 2023-02-17T08:36:36+07:00
|
||||||
|
lastmod:
|
||||||
|
draft: false
|
||||||
|
noindex: false
|
||||||
|
featured: false
|
||||||
|
pinned: false
|
||||||
|
# comments: false
|
||||||
|
series:
|
||||||
|
# -
|
||||||
|
categories:
|
||||||
|
# -
|
||||||
|
tags:
|
||||||
|
- Arch Linux
|
||||||
|
images:
|
||||||
|
# -
|
||||||
|
# menu:
|
||||||
|
# main:
|
||||||
|
# weight: 100
|
||||||
|
# params:
|
||||||
|
# icon:
|
||||||
|
# vendor: bs
|
||||||
|
# name: book
|
||||||
|
# color: '#e24d0e'
|
||||||
|
authors:
|
||||||
|
- ditatompel
|
||||||
|
---
|
||||||
|
|
||||||
|
Yesterday, on February 16th, 2023, I made a [feature request](https://bugs.archlinux.org/task/77542) so that my **Arch Linux** repository mirror can be added to the **official Arch Linux repository**. And now it's already listed on the [official Arch Linux mirror page](https://archlinux.org/mirrors/mirror.ditatompel.com/)! Yay! Thank you, [Anton Hvornum](https://bugs.archlinux.org/user/15638) and Arch Linux Mirror Team!
|
||||||
|
|
||||||
|
<!--more-->
|
||||||
|
|
||||||
|
## Mirror Information
|
||||||
|
Location: **Indonesia Data Center Duren Tiga** (IDC3D) Jakarta, Indonesia (ID)
|
||||||
|
|
||||||
|
URL:
|
||||||
|
- `http://mirror.ditatompel.com/archlinux`
|
||||||
|
- `https://mirror.ditatompel.com/archlinux`
|
||||||
|
|
||||||
|
Bandwidth: **1Gbps**
|
||||||
|
|
||||||
|
At the time this article was written, `mirror.ditatompel.com` **synchronizes to the Tier 1 mirror every 2 hours**.
|
||||||
|
|
||||||
|
To use this mirror, simply add the following configuration to your `/etc/pacman.d/mirrorlist`:
|
||||||
|
```plain
|
||||||
|
Server = http://mirror.ditatompel.com/archlinux/$repo/os/$arch
|
||||||
|
Server = https://mirror.ditatompel.com/archlinux/$repo/os/$arch
|
||||||
|
```
|
||||||
|
|
||||||
|
Alternatively, you can use the `reflector` package (`pacman -S reflector`) to search and generate the fastest mirror for you. For example:
|
||||||
|
```shell
|
||||||
|
reflector --verbose -l 10 -f 10 --sort rate
|
||||||
|
```
|
||||||
|
|
||||||
|
## Public Monitoring
|
||||||
|
For official mirrors, the **Arch Linux** website itself provides monitoring that can be accessed at [https://archlinux.org/mirrors/mirror.ditatompel.com/](https://archlinux.org/mirrors/mirror.ditatompel.com/).
|
||||||
|
|
||||||
|
However, I provide [monitoring for the mirror.ditatompel.com server through Grafana](https://monitor.ditatompel.com/d/mirror-ditatompel-com/mirror-ditatompel-com?orgId=2&refresh=1m), which can be accessed without having to log in / have an account on my Grafana server.
|
File diff suppressed because one or more lines are too long
|
@ -1 +1 @@
|
||||||
{"Target":"css/hb.d9424a41c344b3eed4adcd059a51a0dcbb198548e84b32b3654656e2d64f27d2.css","MediaType":"text/css","Data":{"Integrity":"sha256-2UJKQcNEs+7Urc0FmlGg3LsZhUjoSzKzZUZW4tZPJ9I="}}
|
{"Target":"css/hb.804fc7f80e8ad8b27ac20e6e96cd155fe0ac4c6114120f9c456a0b4c7fffd912.css","MediaType":"text/css","Data":{"Integrity":"sha256-gE/H+A6K2LJ6wg5uls0VX+CsTGEUEg+cRWoLTH//2RI="}}
|
Binary file not shown.
After Width: | Height: | Size: 54 KiB |
Binary file not shown.
After Width: | Height: | Size: 110 KiB |
Binary file not shown.
After Width: | Height: | Size: 32 KiB |
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
Loading…
Reference in a new issue