I needed to print using a local receipt printer from the cloud VM when an order is placed by a customer.So the LAN printer has to be accessible from CloudVM. Below is complete diagram of what I needed to do. Before we go about setting up our infra and devices, lets create account with zerotier…
Access webmail using Android Phone
First, download this app on your phone. https://play.google.com/store/apps/details?id=com.my.mail&hl=en&gl=US Once you open the app. you will see this screen and then select Other email Now enter your email ID and password. Now app will try to set up your account but it may fail and present below screen. Now correct these settings as below Now your…
No Sweat , Screenshot !
For years (I don’t know how long), I have been using this tool to manage my screenshot requirements. https://picpick.app/en/download/ Free for personal usage. Read more details in their website. Once you download this portable version unzip the file, extract it. Once extracted, it shows as below. Now run the program by clicking on picpick.exe Now…
Setup Laravel Stack in VM (Ubuntu, Apache, MySQL, Laravel)
There are probably thousands of guides on how to create a VM using VMware Workstation. Lets visit to ubuntu site to download Ubuntu 20.04.4 LTS Server image. The image file name is ubuntu-20.04.4-live-server-amd64.iso (image link may change, dont fume on me) I will skip installation of VMware workstation. Start from creating vm. Ensure you have checked…
Traefik on Kubernetes
With Kubernetes becoming more and more important in the world of Cloud computing, companies are now migrating their old infrastructures to this powerful tool.However, Kubernetes is far from simple, particularly when it comes to accessing your applications using domain names from outside your cluster. To achieve this, one of the solutions is to use an ingress controller such as…
Another Testing Blog
When I initially set out to build a website, I wanted it ranked #1 when you searched my name on Google. I remember seeing other students like Kevin Frans(MIT/OpenAI) and Gautam Mittal(Berkeley/Stripe) having their websites highly ranked on Google and took inspiration from that to do the same. I also wanted to automate a lot…