Skip to content

Instantly share code, notes, and snippets.

@S-Yuan137
S-Yuan137 / units.md
Last active August 27, 2025 02:14
Unit conversion in CGS in star formation group

CGS Units conversion in star formation group

distance

Given $\pi \text{pc} = 96,939,420,213,600,000 \text{m}$, the exact value from 2015 IAU resolution B2. So

$$ 1 \text{pc} = 30,856,775,814,913,673 \text{m},

@kJAHsin
kJAHsin / google-chrome-apt-install.md
Last active August 19, 2025 07:09
Install Google Chrome in Ubuntu Linux with apt

Installing Google Chrome via APT

Note: This is an updated installation method for Google Chrome, as the previous apt-get approach has been deprecated. Note: sh file is attached.

1. Set Up the Google Signing Key and Repository

Add Google’s public signing key and set up the APT repository for Google Chrome:

curl -fsSL https://dl.google.com/linux/linux_signing_key.pub | sudo gpg --dearmor -o /usr/share/keyrings/google-chrome.gpg