From 4d8eb7034fb990907791cd312b49ea8cd1671e6c Mon Sep 17 00:00:00 2001
From: Shulhan
Date: Mon, 2 Jun 2025 02:49:41 +0700
Subject: all: another fix for broken links
---
_content/journal/2007/02/26__why_google/index.adoc | 18 ++++++++++++++----
.../07/Integrating_Buildbot_and_Mattermost/index.adoc | 2 +-
_content/journal/2020/re-learning_slice/index.adoc | 6 +++---
.../journal/2020/the_mountain_of_kubernetes/index.adoc | 10 ++++++----
_content/journal/2022/karajo-example-aur/index.adoc | 4 ++--
.../index.adoc | 2 +-
_content/journal/2023/research_ssh_with_2fa/index.adoc | 2 +-
_content/journal/2023/using_systemd_mkosi/index.adoc | 2 +-
_content/journal/2023/using_systemd_mkosi_2/index.adoc | 2 +-
_content/journal/2024/2023_accomplishment/index.adoc | 4 ++--
10 files changed, 32 insertions(+), 20 deletions(-)
diff --git a/_content/journal/2007/02/26__why_google/index.adoc b/_content/journal/2007/02/26__why_google/index.adoc
index 9f6acd9..341148c 100644
--- a/_content/journal/2007/02/26__why_google/index.adoc
+++ b/_content/journal/2007/02/26__why_google/index.adoc
@@ -8,10 +8,20 @@ Why you should use Google (and its applications),
* https://www.google.com/[What You Search Is What You Get^]
* https://mail.google.com/[Gmail^], 7+ GB email storage, with less spam, and
still counting for additional free space
-* https://pages.google.com/[Google Pages^], 100 MB personal pages
+* \https://pages.google.com - Google Pages, 100 MB personal pages
(out of service, replaced with
- https://sites.google.com/[Google Sites^])
-* https://picasaweb.google.com/[PicasaWeb], 250 MB photo album.
-* https://pack.google.com/[Google Pack^],
+ https://sites.google.com[Google Sites^])
+* https://picasaweb.google.com - PicasaWeb, 250 MB photo album.
++
+--
+Update 2025: discontinued on
+https://en.wikipedia.org/wiki/Picasa[February 2016^].
+--
+* \https://pack.google.com - Google Pack.
++
+--
+Update 2025: discontinued since
+https://en.wikipedia.org/wiki/Google_Pack[September 2011^],
+--
And its all FREE!
diff --git a/_content/journal/2017/07/Integrating_Buildbot_and_Mattermost/index.adoc b/_content/journal/2017/07/Integrating_Buildbot_and_Mattermost/index.adoc
index 6c694eb..f16f534 100644
--- a/_content/journal/2017/07/Integrating_Buildbot_and_Mattermost/index.adoc
+++ b/_content/journal/2017/07/Integrating_Buildbot_and_Mattermost/index.adoc
@@ -52,7 +52,7 @@ Here is the field that you need to fill,
* `Command Trigger Word`: build
** When typing `/` on channel, it will list `build` as one of the option
-* `Request URL`: "http://{{ http_auth }}:{{ http_password }}@{{
+* `Request URL`: "\http://{{ http_auth }}:{{ http_password }}@{{
buildbot_master_ip }}:{{ buildbot_master_port }}/change_hook/mattermost"
** `http_auth` and `http_password` is for authenication
** `buildbot_master_ip` is the IP address where Buildbot master running
diff --git a/_content/journal/2020/re-learning_slice/index.adoc b/_content/journal/2020/re-learning_slice/index.adoc
index d03471a..5131c85 100644
--- a/_content/journal/2020/re-learning_slice/index.adoc
+++ b/_content/journal/2020/re-learning_slice/index.adoc
@@ -973,10 +973,10 @@ instance of Field go and released.
== References
[EFF-GO] The Go Authors, “Effective Go”,
-https://go.dev/doc/effective_go, February 2019.
+https://go.dev/doc/effective_go , February 2019.
[GO-SPEC] The Go Authors, “The Go Programming Language Specification”,
-https://go.dev/ref/spec, May 2018.
+https://go.dev/ref/spec , May 2018.
[GO-BLOG] Gerrand, Andrew, “The Go Blog - Go Slices: usage and internals”,
-https://go.dev/blog/slices-intro, January 2011.
+https://go.dev/blog/slices-intro , January 2011.
diff --git a/_content/journal/2020/the_mountain_of_kubernetes/index.adoc b/_content/journal/2020/the_mountain_of_kubernetes/index.adoc
index 36cc021..fef25aa 100644
--- a/_content/journal/2020/the_mountain_of_kubernetes/index.adoc
+++ b/_content/journal/2020/the_mountain_of_kubernetes/index.adoc
@@ -20,10 +20,12 @@ The preliminary of this article is written in this single tweet,
+not by pods.
— shuLhan (@_shuLhan)
+
+April 23, 2020
+
+
+++
Let see if the assumption and premise is still stand.
diff --git a/_content/journal/2022/karajo-example-aur/index.adoc b/_content/journal/2022/karajo-example-aur/index.adoc
index 1b82349..43c1a25 100644
--- a/_content/journal/2022/karajo-example-aur/index.adoc
+++ b/_content/journal/2022/karajo-example-aur/index.adoc
@@ -294,7 +294,7 @@ You can actually do this on $REMOTE machine, thought.
== Step 8: $LOCAL - create karajo.conf
In this example we will build the AUR package
-https://aur.archlinux.org/google-cloud-ops-agent-git.git[google-cloud-ops-agent],
+https://aur.archlinux.org/packages/google-cloud-ops-agent-git[google-cloud-ops-agent],
because its use two programming language Go and Java, and give us an example
of how to bind multiple directories when running `makechrootpkg` later.
@@ -494,7 +494,7 @@ $ sudo systemctl start karajo.service
Open the browser and point it to your $REMOTE machine IP address (or 127.0.0.1
if you setup on your local machine) at port 31937, for example
-http://127.0.0.1:31937.
+\http://127.0.0.1:31937 .
It should show the simple page that have link "View build status".
Click on that link, you will see the current Hook and Job status.
diff --git a/_content/journal/2023/email_server_using_postfix_opendkim_dovecot/index.adoc b/_content/journal/2023/email_server_using_postfix_opendkim_dovecot/index.adoc
index 6a15853..f23a132 100644
--- a/_content/journal/2023/email_server_using_postfix_opendkim_dovecot/index.adoc
+++ b/_content/journal/2023/email_server_using_postfix_opendkim_dovecot/index.adoc
@@ -803,5 +803,5 @@ Also, we use nftables for firewall backend, the "banaction" and
== References
* https://dovecot.org/[Dovecot website]
-* https://www.opendkim.org/[OpenDKIM website]
+* http://www.opendkim.org/[OpenDKIM website]
* https://www.postfix.org/[Postfix website]
diff --git a/_content/journal/2023/research_ssh_with_2fa/index.adoc b/_content/journal/2023/research_ssh_with_2fa/index.adoc
index 8693992..f3fe879 100644
--- a/_content/journal/2023/research_ssh_with_2fa/index.adoc
+++ b/_content/journal/2023/research_ssh_with_2fa/index.adoc
@@ -980,7 +980,7 @@ sudo systemctl restart teleport.service
----
Once the service successfully run, you can open the Login page through,
-https://vpn.internal:3443
+\https://vpn.internal:3443
Step 7) Register new user.
diff --git a/_content/journal/2023/using_systemd_mkosi/index.adoc b/_content/journal/2023/using_systemd_mkosi/index.adoc
index f0a43b7..241fbba 100644
--- a/_content/journal/2023/using_systemd_mkosi/index.adoc
+++ b/_content/journal/2023/using_systemd_mkosi/index.adoc
@@ -8,7 +8,7 @@ October, 2023
:mkosi_man: https://man.archlinux.org/man/mkosi.1
:mkosi_repo: https://github.com/systemd/mkosi
:systemd_nspawn_man_1: https://man.archlinux.org/man/systemd-nspawn.1
-:systemd_nspawn_man_5: https://man.archlinux.org/man/systemd-nspawn.5
+:systemd_nspawn_man_5: https://man.archlinux.org/man/systemd-nspawn.5.en
This journal is part of series,
diff --git a/_content/journal/2023/using_systemd_mkosi_2/index.adoc b/_content/journal/2023/using_systemd_mkosi_2/index.adoc
index 32cd009..aaf9ba4 100644
--- a/_content/journal/2023/using_systemd_mkosi_2/index.adoc
+++ b/_content/journal/2023/using_systemd_mkosi_2/index.adoc
@@ -7,7 +7,7 @@ October, 2023
:mkosi_man: https://man.archlinux.org/man/mkosi.1
:mkosi_repo: https://github.com/systemd/mkosi
:systemd_nspawn_man_1: https://man.archlinux.org/man/systemd-nspawn.1
-:systemd_nspawn_man_5: https://man.archlinux.org/man/systemd-nspawn.5
+:systemd_nspawn_man_5: https://man.archlinux.org/man/systemd-nspawn.5.en
//{{{ PREAMBLE.
diff --git a/_content/journal/2024/2023_accomplishment/index.adoc b/_content/journal/2024/2023_accomplishment/index.adoc
index 06fd131..585e05f 100644
--- a/_content/journal/2024/2023_accomplishment/index.adoc
+++ b/_content/journal/2024/2023_accomplishment/index.adoc
@@ -200,9 +200,9 @@ Some notable changes,
* ssh/sftp: implement method MkdirAll on Client
* cmd/httpdfs: implement [libhttp.Server] with [memfs.MemFS]
-=== trunks
+=== gorankusu
-https://sr.ht/~shulhan/trunks/[trunks]
+https://sr.ht/~shulhan/gorankusu/[gorankusu]
is a Go library that provide HTTP service with web user interface to test
HTTP and/or WebSocket endpoints and for load testing HTTP endpoints.
In the past year it receives 19 commits and two releases.
--
cgit v1.3