Install Gcloud Cli on Archlinux

Install from the AUR yay google-cloud-cli Start a new terminal session or source the profile file. source /etc/profile.d/google-cloud-cli.sh Verify ❯ which gcloud /opt/google-cloud-cli/bin/gcloud ❯ gcloud version Google Cloud SDK 459.0.0 alpha 2024.01.06 beta 2024.01.06 bq 2.0.101 bundled-python3-unix 3.11.6 core 2024.01.06 gcloud-crc32c 1.0.0 gsutil 5.27

<span title='2024-01-21 20:23:18 -0600 -0600'>Published on 2024-01-21</span>&nbsp;·&nbsp;<span title='2024-01-22 03:28:09 +0000 UTC'>Updated on 2024-01-22</span>&nbsp;·&nbsp;1 min&nbsp;·&nbsp;Danesh Manoharan

Disabling Google Analytics on Tdp

I don’t monetize this blog, so there is no need for Google Analytics tracking. I am running the papermod theme. Here’s how I disabled tracking on my blog. Edit the config.yml file. Comment out the Google analytics line. #googleAnalytics: G-6L9QBHWEKX Commit and wait for the pipeline to push out the changes. Verify that no Google tracking is getting picked up now.

<span title='2022-12-06 11:12:01 +0800 +0800'>Published on 2022-12-06</span>&nbsp;·&nbsp;<span title='2024-01-22 03:28:09 +0000 UTC'>Updated on 2024-01-22</span>&nbsp;·&nbsp;1 min&nbsp;·&nbsp;Danesh Manoharan

Change the default DNS Servers on TM Unifi Netis DL4480V1 Modem Router

The factory configuration on the TM Unifi Netis DL4480V1 modem/router defaults to TM’s DNS servers. I prefer to use custom external DNS servers instead, to bypass any potential censorship at the ISP DNS level. I normally have PiHole running on a RPi sitting around for this purpose but can’t get my hands on one in Malaysia at MSRP. Follow the steps below to change the default DNS servers to Cloudflare’s DNS servers....

<span title='2022-10-29 19:21:45 +0800 +0800'>Published on 2022-10-29</span>&nbsp;·&nbsp;<span title='2024-01-22 03:28:09 +0000 UTC'>Updated on 2024-01-22</span>&nbsp;·&nbsp;1 min&nbsp;·&nbsp;Danesh Manoharan

Upgrading Fedora 35 to Fedora 36

Successfully upgraded my Fedora 35 work station to Fedora 36 today. ❯ cat /etc/redhat-release Fedora release 35 (Thirty Five) ❯ sudo dnf makecache ❯ sudo dnf upgrade --refresh ❯ sudo dnf install dnf-plugin-system-upgrade ❯ sudo dnf system-upgrade download --releasever=36 Before you continue ensure that your system is fully upgraded by running "dnf --refresh upgrade". Do you want to continue [y/N]:y Transaction Summary ============================================================================================================================================= Install 114 Packages Upgrade 1859 Packages Remove 4 Packages Downgrade 1 Package Total download size: 2....

<span title='2022-05-15 13:25:48 -0500 -0500'>Published on 2022-05-15</span>&nbsp;·&nbsp;<span title='2024-01-22 03:28:09 +0000 UTC'>Updated on 2024-01-22</span>&nbsp;·&nbsp;2 min&nbsp;·&nbsp;Danesh Manoharan

Arista EOS: Management Interface IP

Follow the steps below to assign or change the IP address on the management interface on a Arista swtich. localhost> en localhost# configure localhost(config)# interface management 1 localhost(config-if-Ma1)# ip address 192.168.57.2/24 localhost(config-if-Ma1)# show active interface Management 1 ip address 192.168.57.2/24 localhost(config-if-Ma1)# exit localhost(config)# exit localhost# copy running-config startup-config

<span title='2022-03-07 09:26:52 -0600 -0600'>Published on 2022-03-07</span>&nbsp;·&nbsp;<span title='2024-01-22 03:28:09 +0000 UTC'>Updated on 2024-01-22</span>&nbsp;·&nbsp;1 min&nbsp;·&nbsp;Danesh Manoharan