10 followers
Random notes around Linux, Python, Django and Vuejs
I have a simple script that I run to load my ssh keys into ssh agent. It looks like this:- eval "$(ssh-agent)" ssh-add The problem is, I have to run...
This setup is for Django app but can also applies to other platform as well. The general setup before we get into details:- Run django with...
Some upfront notes - I did this a month ago. At that time, I haven't look into Cloudflare ZeroTrust and tunnel yet. So if I'm doing this now, I...
I first discovered Unit back in 2019, when it was first released. Submitted a couple of issues on their Github. I was quite interested but it's not...
My original idea with siteplan was to allow a quick way to start and run a new django project (or app). The official way is to always start a minimal...
The title didn't catch my interest the first time I looked at it. I'm not working on any JavaScript project at the moment after all. But the second...