
CKA, CKAD Prep
In the summer of 2022, I decided that it was time to try again to learn a bit about Kubernetes because it’s something that becomes more and more …
In the upcoming months and years, I want to help make learning Machine Learning and Cloud Computing topics easier by writing lots of articles showing of practice cases on Cloud and Edge devices.
Furthermore, I’m planning on creating an AI and Cloud Technology community so that people can interact with each other and learn together.
In the summer of 2022, I decided that it was time to try again to learn a bit about Kubernetes because it’s something that becomes more and more …
Recently, I found a very interesting open-source project called mosdns, which is regarded as the next-generation DNS resolver from the user’s …
This post is originally published on icloudnative.io blog by 米开朗基杨 If you think GitOps sounds a bit like DevOps, you would be right. GitOps is …
I’ve been using Proxmox VE for a while now in my Homelab as an open-source alternative for a virtualization platform like ESXi. One useful feature in …
After some intensive research and consideration, I found out that virtualizing unRIAD Server in VMWare ESXi 7.0 seems like a possibility. Due to the …
Building images from a standard Dockerfile typically relies upon interactive access to a Docker daemon, which requires root access on your machine to …
Developers do not want to think about infrastructure and why it takes so long to deploy their code to a real testing environment. They just want it up …
Edge Computing places workloads closer to where data is created and where actions need to be taken and address the unprecedented scale and complexity …
Containers have become popular thanks to their focus on consistency across platforms from development to production. The rise in interest to …
Kubernetes has rapidly become a key ingredient in edge computing. With Kubernetes, companies can run containers at the edge in a way that maximizes …
Cloud Computing is the delivery of on-demand computing services — from applications to storage and processing power — typically over the internet and …
When it comes to Face Recognition there are many options to choose from. While most of them are cloud-based, I decided to build a hardware-based face …
Recently, I found a very useful library that can utilize TensorRT to massively accelerate DNN (Deep Neural Network) application — the Jetson-Inference …
In the previous post, we have covered the basic concepts of MQTT such as Client/Broker, Subscription/Publish, and MQTT’s Workflow. In this post, we …
For Internet of Things (IoT) devices, connecting to the Internet is kind of a requirement. Connecting to the Internet allows the devices to work with …
In the previous post , we have walked through the basics of using Google Colab . In this article, we will be doing an experiment on training a custom …
Cloud computing is a term used to describe the use of hardware and software delivered via network (usually the Internet). The term comes from the use …
IoT (Internet of Things) cloud refers to any number of cloud services that power the IoT. These include the underlying infrastructure needed for …
YOLOv3 is a popular DNN (Deep Neural Network) object detection algorithm, which is really fast and works also on not so powerful devices. The YOLO …
Archiconda3 is a distribution of conda for 64 bit ARM. Anaconda is a free and open-source distribution of the Python and R programming languages for …
This article is the last post in the Command Tutorial Series. In Series #1 (Basic) , we have walked through some useful commands for topics including …
In Series #1 (Basic) , we have walked through some useful commands for topics such as File System Basics, File System Permission & Ownership, SSH …
The Linux command line is a text interface to your computer. Often referred to as the shell, terminal, console, prompt or various other names, it can …
For those of you who already tried out the Jetson-Inference provided by Nvidia. You might also want to try out my 10-line Python Code for real-time …
I have used the Jetson AGX Xavier Devkit for a few weeks and noticed that when the clock on the jetson is at MAX 0, the PWM fan will run at its …
Quick Link: https://www.github.com/yqlbu/jetson-install I’ve been playing around with my Jetson Nano and Jetson AGX Xavier development kits for a few …
What does Edge AI really mean? I was asked this question several times over and decided to share my thoughts on this topic. Edge AI commonly refers to …