-
Quick Notes on “kubectl” Commands and Testing
Use “kubectl” command to list all the pods in a specific namespace, in this case “mynamespace”: List all pods deployed in the “default” namespace: To ssh into Kubernetes pod, in this case ssh into a busybox pod. Obtain the quote-service pod’s IP address using the following command: Try to hit the quote-service pod via its…
-
How to Create Databricks Workspace hosted on AWS
In this post, I will explain the details on how to setup Databricks Workspace on AWS Cloud.
-
Access To Docker Container Shell on Synology NAS
In this post, I will explain how to access to Docker container shell that hosted on Synology NAS using “Terminal” on MacOS. Assuming you know how to create and start a Docker Container on Synology NAS. I will write a post in the future explaining the steps to create and run Docker Container on Synology…
-
Configure K540 USB wireless keyboard shortcut keys for MacOS
You can configure Logic K540 USB wireless keyboard default Window shortcut keys to align with MacOS where “Option” and “Command” keys are swapped.
-
Remove Chrome McAfee VirusScan pop up on Android phone
If your android phone is getting annoying pop ups stating that Viruses defect from Mcafee VirusScan constantly and you don’t know how to stop these pop ups. Don’t panic, I will help to get rid of this problem. 1. Goto Google Chrome, Setting, Privacy and Security, Delete browsing data , Basic Tab, ensure “All time”…
-
Add SSL/TLS cert on WordPress site with Amazon Lightsail
It is always a good idea to add an extra layer of security to protect the data for our website. **In addition, starting from August 2014, HTTPS website ranks closer to the top of search results compared to website that only uses HTTP. In this post, I am going to share how simple it is…
-
Hosting WordPress on Amazon Lightsail
Today one of my dream comes true —-> I got my very first website, www.9ice.cloud using Amazon Lightsail. However, it took me almost a couple of hours to get “www.9ice.cloud” to finally work properly. What happened was I created a domain name of “9ice.cloud” to create my email and later migrate the email host from…