Archive of posts in category “guide”
How to use JavaScript in GitHub Actions without committing
node_modules
I was creating my first GitHub Action. According to the official documentation, I should commit the
node_modules
to the repo or generate a script that bundles the wholenode_modules
if I want to create a JavaScript action. I think this is not good practice, so I try to find another way.- Categories: guide
- Tags: javascript
Letting people know when you are asleep
While you are asleep, indicate that on your Discord and GitHub user status.
Using nmcli to connect to eduroam in UCSB
Use nmcli to connect to eduroam in UCSB without using the configuration assistant tool provided by eduroam.
How to self-host Overleaf (ShareLaTeX)
It has been a pain setting up Overleaf on my own server. I have finally figured it out and I am sharing my notes here.
- Categories: guide
- Tags: linux, selfhosting, tex