After upgrading the Ubuntu I found some of my Python scripts start to showing this error “Can’t connect to HTTPS[…]
Read moreCategory: Tool

How to install JupyterLab on MacBook Air M1?
I originally encountered a bit of problem installing JupyterLab on my new MacBook Air M1. Here is what eventually worked[…]
Read moreHow to start a graphical interface application on remote Linux server from Mac OS via SSH and X11 forwarding? A 5 minutes tutorial
Today I want to share how to run a graphical interface application on remote Linux server from Mac OS. In[…]
Read moreSet up separated development and production environment with docker-compose
In this post, I will walk through a quick example to summarize how to separate the development and production environment[…]
Read moreHow to import LastPass passwords to Safari (and iCloud Keychain)
LastPass announced a few days ago they are going to limit the device type for free account. While I am[…]
Read moreGenerating password from command line using pwgen
In some occasions we need to generate new password, salt, …etc for our apps. Today I found the pwgen tool[…]
Read more