Change time zone in Ubuntu
Check your date using date command link /etc/localtime to whatever time zone file you want sudo ln -sf /usr/share/zoneinfo/Pacific/Auckland /etc/localtime … 阅读更多 »Change time zone in Ubuntu
Check your date using date command link /etc/localtime to whatever time zone file you want sudo ln -sf /usr/share/zoneinfo/Pacific/Auckland /etc/localtime … 阅读更多 »Change time zone in Ubuntu
I have a wordpress website running in a docker instance in azure. It’s running over HTTP and I would like to add HTTPS for it. This can be done easie… 阅读更多 »Add HTTPS to wordpress running in docker container
Unfortunately, this certificate only valid for 90 days. You have to renew the certificate every 3 months. But it only take a few minutes to create the cert… 阅读更多 »Get a free SSL certificate for your own domain in a few minutes
Install VSVIM Fix ctrl+[ keyboard (I did following twice until it works)
When you use docker run to start a new docker container, you can use -p option to map a docker container port to a localhost port. For example: docker run … 阅读更多 »Expose new ports for running docker container
Column Concator This tool is used to concat text by columns. It’s great for generating similar lines that only have a few different fields. It can split yo… 阅读更多 »My Tools
Update packages: npm install -g npm-check-updates ncu -u Delete node_modules folder npm install Rollback webpack: npm remove webpack npm install webpack@3.… 阅读更多 »Few things to do to fix ng build –prod issues
Error: The code is generated using ng new command, not modified. ng build works well. The reason is that the package file generated with ng new is not usin… 阅读更多 »ng build –prod not working
/usr/local/bin/az: line 6: python3: command not found Haven't used az command for a while. I recently migrated from azure container instance to azure l… 阅读更多 »az command stop working
One of the best things of using azure file is that you can backup so easily. Before you doing a upgrade of wordpress, it's a good idea to backup your f… 阅读更多 »Backup wordpress before updating