Set up Screen Recording Using ffmpeg on Ubuntu
As part of the Setup a Ubuntu Development Laptop with Me series, in this article, I worked with chatGPT but verified setp-by-step and successfully set up ffmpeg on my new…
As part of the Setup a Ubuntu Development Laptop with Me series, in this article, I worked with chatGPT but verified setp-by-step and successfully set up ffmpeg on my new…
In this article, I documented my steps to set up RayService on my ubunto laptop and I hope it will be useful for someone. This article goes through setting up…
For the full instruction from the source, see https://kind.sigs.k8s.io/docs/user/quick-start/ I documented my steps of setting up my new ubuntu laptop for Machine Learning and this step is one of the…
In this tutorial, I've gone through the simple steps to create a public test API using AWS lambda and API gateway. In this blog (and recording), I did not show…
This blog entry shows how to use Git Config files to support multiple Git accounts on the same machine. It focuses on what are Git Config files and how one…
This entry describes the steps provided by multiple chatGPT and tested by a human (me). It demonstrates connecting two systems and touches on AWS IAM AWS EKS and Cloudformation Git…
This article goes over what is a Git tag and how to use Git tags, including creating, listing, and deleting. What is a Git Tag Tags are references that point…
On macOS, Zsh is available as the default shell starting from macOS Catalina (10.15) and later versions. Note that Zsh is backward compatible with Bash, so you can still use…
What is a Python Environment and Python Virtual Environment? Python environment refers to the combination of software and settings that enable you to write, run, and manage Python programs. It…
This entry is based on Python3.11 documentation and lists Python syntax less familiar to a Java developer. It only covers up to chapter 4 (https://docs.python.org/3/tutorial/controlflow.html). Control Flow Tools The control…