Enhancing Skills

Category: Internet

Setting Up Google Cloud SDK and Cloud DNS with Docker

Setting up a Google Cloud SDK (GCloud) environment within a Docker container is a streamlined way to manage cloud resources and DNS configurations. This guide will walk you through creating a Docker-based setup for GCloud SDK, configuring Cloud DNS, and verifying your setup. Step 1: Set Up the Docker Environment […] Read more »

How to Download credentials.json from Google Cloud

Before setting up your Docker container or Google Cloud DNS, you need to download the credentials.json file. This file allows you to authenticate your service account and access Google Cloud APIs. Here’s how to get it: Step 1: Access Google Cloud Console Step 2: Select Your Project Step 3: Navigate […] Read more »

How to Download YouTube Videos as MP4 Files Using yt-dlp

If you’ve ever wanted to download YouTube videos in MP4 format, a powerful and reliable tool to use is yt-dlp. This open-source command-line utility is a fork of the well-known youtube-dl, but with extra features and better performance. In this guide, I’ll walk you through how to install and use […] Read more »

DNS record types

We need to understand the different types of DNS records.  The purpose of this page is not to do a deep dive, but enough to set up your domain appropriately.  In addition, a couple of tools will be reviewed to validate when your change has been synced within DNS (in […] Read more »