Category: Shunned Tutorials
-
Tutorial: public ghrc.io container image (github respository) using github actions
We will walk you through the simple steps to create your own public ghrc.io container image for your GitHub repository.
-
Unlocking the Power of Kubernetes Operators for Network Automation [Part 1]
In this blog post, we’ll dive into the world of Kubernetes operators for network management. We’ll show how to use kubebuilder in a quick tutorial first to build the foundation of your operator.
-
Using pyang for Checking YANG Models for Nokia 7×50
The YANG data modeling language is widely used in network configuration and data representation. This tutorial guides you through the installation and use of pyang, a YANG validator, converter, and code generator, to inspect the YANG info for Nokia 7×50 models.
-
Python: URL Construction: Mapping Magic vs. If/Else Statements
We explore two approaches to URL construction: “Mapping” and the logical “If/Else Statements.”
-
How to Fix .gitignore after Pushing Undesired Files to the Repository
sometimes we inadvertently commit files that were supposed to be ignored. In such cases, the git rm -r –cached command comes in handy
-
How to resolve “no cgroup mount found in mountinfo: unknown” error?
If you’re using Fedora 33 and encountering the frustrating “OCI runtime create failed” error whenever you attempt to start a Docker instance, don’t worry! We have a solution for you. This tutorial will guide you through the process of creating a custom systemd service unit to resolve the issue.
-
What is __name__ and __main__ in python?
As a Python enthusiast, you’re likely digging into others’ code, seeking to learn and understand more. This self-driven exploration is indeed a fantastic way to enhance your skills. However, it’s natural to come across a few puzzling aspects, like __main__ or __name__, leaving you a bit befuddled. These are powerful constructs within Python that control…
-
Segment Routing Lab: SR-MPLS SR-ISIS/TE-LSP Demo
This lab is showing a simple configuration and verification of SR on Nokia routers to signal both IGP’s shortest path and TE LSPs similar to the capabilities of LDP and RSVP-TE MPLS transport label signaling protocols respectively. SR’s built-in capability for Fast ReRoute (FRR) using Loop-Free Alternate (LFA) is also shown Network Setup See topology…
-
3GPP 5G Core explain in 5min
This post is an extract from the approach provided by Larry Peterson Oguz Sunay and Bruce Davie. I highly recommend you to go and read their online book. I did this extract to have a direct way to get into the all 5G acronyms, and also because this reading was one of the best I…