My Yay Cheatsheet

Show information for installed packages and system health. yay -Ps Show available updates for packages installed from the AUR. yay -Qau Update packages installed from the AUR. yay -Sau Update all system and installed packages. yay -Syu or yay Update a single package. yay -Sy <package>

<span title='2024-04-28 10:36:02 -0500 -0500'>Published on 2024-04-28</span>&nbsp;·&nbsp;<span title='2024-04-28 12:04:12 -0500 -0500'>Updated on 2024-04-28</span>&nbsp;·&nbsp;1 min&nbsp;·&nbsp;Danesh Manoharan

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-04-28 12:04:12 -0500 -0500'>Updated on 2024-04-28</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-04-28 12:04:12 -0500 -0500'>Updated on 2024-04-28</span>&nbsp;·&nbsp;1 min&nbsp;·&nbsp;Danesh Manoharan

Vagrant 2.3.2 Failing With Virtualbox 7.0.2

There was an error while executing `VBoxManage`, a CLI used by Vagrant for controlling VirtualBox. The command and stderr is shown below. Command: ["hostonlyif", "create"] Stderr: 0%...NS_ERROR_FAILURE VBoxManage: error: Failed to create the host-only adapter VBoxManage: error: VBoxNetAdpCtl: Error while adding new interface: failed to open /dev/vboxnetctl: No such file or directory VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component HostNetworkInterfaceWrap, interface IHostNetworkInterface VBoxManage: error: Context: "RTEXITCODE handleCreate(HandlerArg *)" at line 105 of file VBoxManageHostonly....

<span title='2022-11-05 23:32:22 +0800 +0800'>Published on 2022-11-05</span>&nbsp;·&nbsp;<span title='2024-04-28 12:04:12 -0500 -0500'>Updated on 2024-04-28</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-04-28 12:04:12 -0500 -0500'>Updated on 2024-04-28</span>&nbsp;·&nbsp;1 min&nbsp;·&nbsp;Danesh Manoharan