This guide provides detailed steps to install Home Assistant OS (HAOS) in a Virtual Machine (VM) on TrueNAS SCALE.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 1. Get service information such as IP addresses and ports across all namespaces | |
k3s kubectl get services --all-namespaces | |
# 2. Get pod information such as name, health, and age across all namespaces | |
k3s kubectl get pods --all-namespaces | |
# 3. List all nodes in the cluster along with their status and roles | |
k3s kubectl get nodes | |
# 4. Get detailed information about all deployments across all namespaces |
Frustrated with an unplayable DAT file from your Canon Vixia HFG50 or another Canon camera? You're not alone. This guide is here to shed some light on the issue and guide you through the recovery process.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ---> Node.js and NPM packages | |
node_modules/ | |
package-lock.json | |
yarn.lock | |
# ---> TypeScript Compiler Output | |
dist/ | |
*.tsbuildinfo | |
# ---> IDE - Visual Studio Code |
Hey folks, welcome back to another exciting guide! Today, we're diving into the world of Git and GitHub. Specifically, we're going to walk you through creating a local repository and pushing it up to GitHub. Yep, we're getting our hands dirty with some good old command-line action!