diff --git a/COPYING b/COPYING index 684a37a..f0ad664 100644 --- a/COPYING +++ b/COPYING @@ -1,6 +1,6 @@ BSD 2-Clause License -Copyright (c) 2024, Nirmal Kumar R +Copyright (c) 2024, Nirmal Kumar R Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/blog.html b/blog.html index 515834d..d9f45af 100644 --- a/blog.html +++ b/blog.html @@ -20,8 +20,7 @@
diff --git a/blog/50-years.html b/blog/50-years.html index 56a93a0..45eabe7 100644 --- a/blog/50-years.html +++ b/blog/50-years.html @@ -20,8 +20,7 @@
diff --git a/blog/a-bite-of-unconscious-way.html b/blog/a-bite-of-unconscious-way.html index ce37ba5..c94374f 100644 --- a/blog/a-bite-of-unconscious-way.html +++ b/blog/a-bite-of-unconscious-way.html @@ -20,8 +20,7 @@
diff --git a/blog/creativity.html b/blog/creativity.html index b66d949..1528ae3 100644 --- a/blog/creativity.html +++ b/blog/creativity.html @@ -20,8 +20,7 @@
diff --git a/blog/hello-from-mysticmode.html b/blog/hello-from-mysticmode.html index 78c42d9..28128a1 100644 --- a/blog/hello-from-mysticmode.html +++ b/blog/hello-from-mysticmode.html @@ -20,8 +20,7 @@
diff --git a/blog/in-praise-of-silent-voice.html b/blog/in-praise-of-silent-voice.html index fc3f985..42e9e36 100644 --- a/blog/in-praise-of-silent-voice.html +++ b/blog/in-praise-of-silent-voice.html @@ -20,8 +20,7 @@
diff --git a/blog/interview-with-annamalai-swami-by-jim-lemkin.html b/blog/interview-with-annamalai-swami-by-jim-lemkin.html index 1a73e7a..ce9db8c 100644 --- a/blog/interview-with-annamalai-swami-by-jim-lemkin.html +++ b/blog/interview-with-annamalai-swami-by-jim-lemkin.html @@ -20,8 +20,7 @@
diff --git a/blog/is-it-really-smart-work.html b/blog/is-it-really-smart-work.html index a01535c..82339fe 100644 --- a/blog/is-it-really-smart-work.html +++ b/blog/is-it-really-smart-work.html @@ -20,8 +20,7 @@
diff --git a/blog/mid-of-the-crisis.html b/blog/mid-of-the-crisis.html index a46ea34..bcf3976 100644 --- a/blog/mid-of-the-crisis.html +++ b/blog/mid-of-the-crisis.html @@ -20,8 +20,7 @@
diff --git a/blog/my-admiration-and-respect-for-bruce-lee.html b/blog/my-admiration-and-respect-for-bruce-lee.html index 487562c..9505e5a 100644 --- a/blog/my-admiration-and-respect-for-bruce-lee.html +++ b/blog/my-admiration-and-respect-for-bruce-lee.html @@ -20,8 +20,7 @@
diff --git a/blog/nothing-can-beat-this.html b/blog/nothing-can-beat-this.html index 9ca8c21..4252287 100644 --- a/blog/nothing-can-beat-this.html +++ b/blog/nothing-can-beat-this.html @@ -20,8 +20,7 @@
diff --git a/blog/occurrence-and-non-occurrence.html b/blog/occurrence-and-non-occurrence.html index af118f9..3334b79 100644 --- a/blog/occurrence-and-non-occurrence.html +++ b/blog/occurrence-and-non-occurrence.html @@ -20,8 +20,7 @@
diff --git a/blog/time-goes-by-and-does-life-grow-in-you.html b/blog/time-goes-by-and-does-life-grow-in-you.html index bd927be..0dd1002 100644 --- a/blog/time-goes-by-and-does-life-grow-in-you.html +++ b/blog/time-goes-by-and-does-life-grow-in-you.html @@ -20,8 +20,7 @@
diff --git a/blog/when-my-mental-health-goes-down.html b/blog/when-my-mental-health-goes-down.html index 81e286a..f69c9d8 100644 --- a/blog/when-my-mental-health-goes-down.html +++ b/blog/when-my-mental-health-goes-down.html @@ -20,8 +20,7 @@
diff --git a/devlog.html b/devlog.html deleted file mode 100644 index f9466d4..0000000 --- a/devlog.html +++ /dev/null @@ -1,45 +0,0 @@ - - - - - - - - Nirmal Kumar R - devlog - - - - - - -

-
- - - -
- -
- - - - - \ No newline at end of file diff --git a/devlog/how-to-install-arch-linux.html b/devlog/how-to-install-arch-linux.html deleted file mode 100644 index d109383..0000000 --- a/devlog/how-to-install-arch-linux.html +++ /dev/null @@ -1,94 +0,0 @@ - - - - - - - - Nirmal Kumar R - How to install Arch Linux - - - - - - -

-
- - - -
-
How to install Arch Linux [2024-10-13]
- -
-

- This post emphises my way of installing Arch Linux. If you think, I - could improve upon something on this post, you can start shouting at - me via my email address which you can find in this website. -

-

- The Arch Linux is my favorite flavor of Linux to use as my daily - driver. It's simplicity combined with a vast and detailed documentation - is splendid. The installation of Arch Linux on the official page is - minimal and intentionally kept this way to install only the packages - we require. -

-

- You can find the ISO image download on the - Arch Linux website. I'll - keep the creating of a bootable disk to the exercise for the readers. -

-

- These are the steps, I'm going to focus on writing here. -

-

-

-

# Connecting to the internet

- Enter the command ip link on your terminal. - You will see the list of Ethernet or Wireless network interfaces. - Make sure, the network interface appears on the list. -

-

- We are going to use and config wpa_supplicant. - First step is to open this file: -

-	    vim /etc/wpa_supplicant/wpa_supplicant.conf
-	  
- and enter the network credentials (in my case, it is my mobile personal - hotspot): -
-	    network={
-   ssid="<your-hotspot-name>"
-   psk="<your-hostspot-password>"
- } -
- Save and close the editor. Now type in the below command with your - network interface name and enter: -
-	  wpa_supplicant -B -i wlan0 -c /etc/wpa_supplicant/wpa_supplicant.conf
-	  
-

-
-
- - - - - \ No newline at end of file diff --git a/index.html b/index.html index 00f5881..06a3901 100644 --- a/index.html +++ b/index.html @@ -22,8 +22,7 @@
@@ -33,15 +32,10 @@ musings. Rest of it is my internal flight and experience which I cannot put it into words although I try my best.

-

- I write computer programs too! - And you can find my devlog section on this website - for tech articles. -

You can connect with me on - Mastodon or - via email. + Bluesky or + via email.

diff --git a/poems.html b/poems.html index 3b16f09..6366fa3 100644 --- a/poems.html +++ b/poems.html @@ -20,8 +20,7 @@
diff --git a/poems/a-place-in-my-heart.html b/poems/a-place-in-my-heart.html index 4351c63..ced3c60 100644 --- a/poems/a-place-in-my-heart.html +++ b/poems/a-place-in-my-heart.html @@ -20,8 +20,7 @@
diff --git a/poems/dont-just-get-going.html b/poems/dont-just-get-going.html index 4fd713b..0124013 100644 --- a/poems/dont-just-get-going.html +++ b/poems/dont-just-get-going.html @@ -20,8 +20,7 @@
diff --git a/poems/free-yourself.html b/poems/free-yourself.html index 3f48db7..69ab313 100644 --- a/poems/free-yourself.html +++ b/poems/free-yourself.html @@ -19,9 +19,8 @@
diff --git a/poems/life-is-preciously-short.html b/poems/life-is-preciously-short.html index f47e5ee..3cd9dc1 100644 --- a/poems/life-is-preciously-short.html +++ b/poems/life-is-preciously-short.html @@ -20,8 +20,7 @@
diff --git a/poems/love-for-a-stranger.html b/poems/love-for-a-stranger.html index dbc5a1c..6325a45 100644 --- a/poems/love-for-a-stranger.html +++ b/poems/love-for-a-stranger.html @@ -20,8 +20,7 @@
diff --git a/poems/my-life-is-not-shrinking.html b/poems/my-life-is-not-shrinking.html index 27d401b..c6674bd 100644 --- a/poems/my-life-is-not-shrinking.html +++ b/poems/my-life-is-not-shrinking.html @@ -20,8 +20,7 @@
diff --git a/poems/path-and-love.html b/poems/path-and-love.html index 745d2c4..9e44942 100644 --- a/poems/path-and-love.html +++ b/poems/path-and-love.html @@ -20,8 +20,7 @@
diff --git a/poems/polar-bliss.html b/poems/polar-bliss.html index 1a8acd4..ee2b678 100644 --- a/poems/polar-bliss.html +++ b/poems/polar-bliss.html @@ -20,8 +20,7 @@
diff --git a/poems/seeker.html b/poems/seeker.html index 722287e..e369673 100644 --- a/poems/seeker.html +++ b/poems/seeker.html @@ -20,8 +20,7 @@
diff --git a/poems/shades-of-status-quo.html b/poems/shades-of-status-quo.html index c7bc45d..d1ef7af 100644 --- a/poems/shades-of-status-quo.html +++ b/poems/shades-of-status-quo.html @@ -20,8 +20,7 @@
diff --git a/poems/solitude.html b/poems/solitude.html index 68ce4b2..68a5dad 100644 --- a/poems/solitude.html +++ b/poems/solitude.html @@ -20,8 +20,7 @@
diff --git a/poems/you-not-be-me.html b/poems/you-not-be-me.html index b83216c..9bcd02b 100644 --- a/poems/you-not-be-me.html +++ b/poems/you-not-be-me.html @@ -20,8 +20,7 @@