IT

Installing RTL8812 (USB Wifi Dongle) on Ubuntu 18 and 20 LTS

Being a certified scrimp, reviving old PCs that will otherwise be thrown away by the Uni has become a hobby of mine. To connect these desktops at home where I only have access to wifi, I bought and used cheap USB wifi dongles from ebay.

Gov Hack 2020 Raw Onion

I recently spent my weekend with govHack. See project video, description below and github repo for details. It was a tiring two day sprint, but a pleasurable (and learning) experience to work with awesome people remotely!

Latex Beamer UNSW Slides

Sharing my UNSW theme template for Latex Beamer. See github repo for the template and on instructions to install. If you want to use Beamer with presenter view (like Microsoft PPT), check out Dual Screen PDF viewer for latex beamer and its installation procedure.

Hugo Academic Slides - UNSW Template

Sharing my UNSW theme template for Hugo Academic slides. See github repo for the template and on instructions to install. Demos: basic demo. embc presentation.

Set AWS Route 53 DNS to Netlify DNS

Assuming your Hugo pages are hosted in Netlify, you may want to set your DNS to Netlify to take advantage of their easy HTTPS setup feature. To do so, Go to your website's Domain settings in Netlify and find the nameservers specified by Netlify.

Docker Openproject

Run Assuming setup is finished. docker run openproject Upgrade First, pull the latest version of the image: docker pull openproject/community:VERSION # e.g. docker pull openproject/community:10 Then stop and remove your existing container (we assume that you are running with the recommended production setup here): docker stop openproject docker rm openproject Then re-setup the openproject container.

FSC NSW Website using Hugo + Netlify + Miraheze

FSC NSW website FSC NSW wiki Concept Setup a website with some pages that can be editted by everyone (knowledge base). Design approach is to have a static website linking to a wiki page.

PhD code documentation

Setup Reference repository that has been the basis of my structure opencobra keras Sphinx The code documentation was done using sphinx. Initially I planned on using doxygen but decided to shift to sphinx as it supports html, latex, and pdf generation superbly.

Markdown <-> Latex Conversion

Researched on how I can make my markdown files to latex and vice versa. After a bit of googling, the best fit to what I need was pandoc. Unadmittedly, I remember my first work back in Japan related to compilers and reminiced the fun along with it.

AWS note to self

Consolidated billing is now made easier using AWS organizations The email address of your account can be changed (i.e., if I am gonna lose my institution email address, I can easily change it with my personal email).