Skip to content

Commit

Permalink
🔀 merge pull request #26 from dipakparmar/feature/seo
Browse files Browse the repository at this point in the history
🔍 SEO updates
  • Loading branch information
dipakparmar authored Sep 1, 2022
2 parents 20f800b + 0454068 commit e441a21
Show file tree
Hide file tree
Showing 43 changed files with 144 additions and 33 deletions.
27 changes: 26 additions & 1 deletion docs/bookmarks/awesome-lists.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,31 @@
id: awesome-lists
title: Awesome Lists
sidebar_label: 🌟 Lists
description: list of tools, projects, and resources that I like use regularly
keyowrds: [awesome, lists, tools, projects, resources]
---

### [Awesome Mac](https://github.com/jaywcjlove/awesome-mac)

| List | Description |
| ---- | ----------- |
| [Awesome Mac](https://github.com/jaywcjlove/awesome-mac) | Awesome list of MacOS apps and tools |
| [Awesome SelfHosted](https://github.com/awesome-selfhosted/awesome-selfhosted) | Awesome list of self-hosted apps and tools |
| [Awesome React](https://github.com/enaqx/awesome-react) | A collection of awesome things regarding React ecosystem |
| [Awseome VSCode](https://github.com/viatsko/awesome-vscode) | 🎨 A curated list of delightful VS Code packages and resources. |
| [Awseome DataScience](https://github.com/academic/awesome-datascience) | 📝 An awesome Data Science repository to learn and apply for real world problems. |
| [Awesome Actions](https://github.com/sdras/awesome-actions) |A curated list of awesome actions to use on GitHub |
| [Awesome Kubernetes](https://github.com/ramitsurana/awesome-kubernetes) | A curated list for awesome kubernetes sources 🚢🎉 |
| [Awesome OSS Alternatives](https://github.com/RunaCapital/awesome-oss-alternatives) | Awesome list of open-source startup alternatives to well-known SaaS products 🚀 |
| [Awesome Next.js](https://github.com/unicodeveloper/awesome-nextjs) | 📔 📚 A curated list of awesome resources : books, videos, articles about using Next.js (A minimalistic framework for universal server-rendered React applications) |
| [Awesome ML for Cybersecurity](https://github.com/jivoi/awesome-ml-for-cybersecurity) | 🐙 Machine Learning for Cyber Security |
| [Awesome Tunneling](https://github.com/anderspitman/awesome-tunneling) | List of ngrok alternatives and other ngrok-like tunneling software and services. Focus on self-hosting.|
| [Awesome Uses](https://github.com/wesbos/awesome-uses) | A list of /uses pages detailing developer setups, gear, software and configs. |
| [Awesome Audio Visualization](https://github.com/willianjusten/awesome-audio-visualization) | A curated list about Audio Visualization. |
| [Awesome Home Assistant](https://github.com/frenck/awesome-home-assistant) | A curated list of amazingly awesome Home Assistant resources. |
| [Awesome Terraform](https://github.com/shuaibiyy/awesome-terraform) | Curated list of resources on HashiCorp's Terraform |
| [Awesome Bots](https://github.com/DopplerHQ/awesome-bots) | The most awesome list about bots ⭐️🤖 |
| [Awesome AWS Cloud Development Kit (CDK)](https://github.com/kolomied/awesome-cdk) |A collection of awesome things related to the AWS Cloud Development Kit (CDK) |
| [Awesome Baremetal](https://github.com/alexellis/awesome-baremetal) | Bare-metal is awesome. Let's share our favourite tools. |
| [Awesome Minio](https://github.com/minio/awesome-minio) | A curated list of Awesome MinIO community projects.|
| [Awesome GraphViz](https://github.com/CodeFreezr/awesome-graphviz) | A curated list of GraphViz related resources|
| [Awesome Spark AR](https://github.com/Spark-AR-Community/awesome-spark-ar) | A curated list of awesome Spark AR resources, assets, and more.|
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
id: clear-database
title: Clear WordPress Records
sidebar_label: Clear WordPress Records
keywords:
[
wordpress,
clear wordpress db records,
clear wordpress media file db records,
clear mainwp db records,
delete mainwp records,
]
description: "How to clear the wordpress db records for media files, mainwp and others."
tags: [Wordpress, Front End Development, Database]
---

## Delete Media Files Data
Expand Down
3 changes: 3 additions & 0 deletions docs/containerization/docker/docker-basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
id: basics
title: Docker Basics
sidebar_label: Basics
keywords: [docker basics, run docker as not root user, list all docker containers, remove unused docker images]
description: 'Learn about the docker basic commands from setting up the docker, start-stopping docker containers and cleaning up unused docker containers'
tags: [Docker, Containerization]
---

### Install docker with script
Expand Down
3 changes: 3 additions & 0 deletions docs/containerization/kubernetes/helm/1-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
id: setup
title: Helm Setup
sidebar_label: Setup
keywords: [helm setup, install helm application ]
description: 'Learn how to setup and install helm applications'
tags: [Helm, Kubernetes]
---

## Installation
Expand Down
3 changes: 3 additions & 0 deletions docs/containerization/kubernetes/helm/2-basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
id: basics
title: Helm Basic Commands
sidebar_label: Basics
keywords: [Helm Basic Commands, Helm basics, helm install app, helm upgrade, helm rollback, helm hooks, helm charts, helm charts management, helm plugin management, helm repo search]
description: 'Learn about helm basic commands and their usecase from installing new helm chart to upgrading chart, uninstalling helm chart and building/packing new helm chart'
tags: [Helm, Kubernetes]
---

## Install and Uninstall Apps
Expand Down
3 changes: 3 additions & 0 deletions docs/containerization/kubernetes/kubectl.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
id: kubectl
title: kubectl
sidebar_label: kubectl
keywords: [kubectl basics, install kubectl cli, kubectl cli, bulk label kubernetes pods, bulk delete failed kubernetes pods]
description: 'Learn how to install kubectl cli and some basics commands to bulk apply lables on pods and delete failed pods.'
tags: [Kubernetes, Containerization]
---

## Installation
Expand Down
3 changes: 3 additions & 0 deletions docs/database/mysql/mysql-backup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
id: mysql-backup
title: How to Import/Export MySQL Database
sidebar_label: Import/Export MySQL Database
keywords: [myql backup, export mysql database, dump mysql database, dump mysql db, import mysql db]
description: 'Learn how to import/export MySQL Database using mysql cli'
tags: [Database, mySQL]
---

## Exporting MySQL Database
Expand Down
1 change: 1 addition & 0 deletions docs/database/postgres/1-setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: PostgreSQL Setup
sidebar_label: Setup
keywords: [PostgreSQL, libpq, psql, pg_dump, postgres, install postgres, install postgres client, install psql, install pgdump]
description: Learn how to install and setup PostgreSQL, and the libpq client library seperately for PostgreSQL, giving you access to utilities such as psql and pg_dump.
tags: [Database, PostgreSQL]
---
## Installing the PostgreSQL

Expand Down
1 change: 1 addition & 0 deletions docs/database/postgres/2-standard-operations.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ keywords:
update user role in postgres,
]
description: Learn how to install and setup PostgreSQL, and the libpq client library seperately for PostgreSQL, giving you access to utilities such as psql and pg_dump.
tags: [Database, PostgreSQL]
---

### Create a new database
Expand Down
3 changes: 3 additions & 0 deletions docs/database/postgres/3-postgres-migration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
id: postgres-migration
title: How to migrate from MySQL Database to PostgreSQL Database
sidebar_label: Migrate from MySQL to Postgres
keywords: [postgres migration, migrate from mysql db to postrgres db, mysql to PSQL]
description: 'Learn how to migrate from MySQL to PostgreSQL Database'
tags: [Database, PostgreSQL]
---

## Using pgloader
Expand Down
3 changes: 3 additions & 0 deletions docs/finance/taxes/bc-tax-info.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
id: bc-tax-info
title: BC Tax Info
sidebar_label: 💰 BC Tax Info
keywords: [british columbia tax calculation, bc net salary calculation]
description: 'Learn how to calculate net salary in BC'
tags: [Tax, Finance]
---

## Calculation of British Columbia Tax
Expand Down
3 changes: 3 additions & 0 deletions docs/networking/Tools/dig.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
id: dig
title: dig
sidebar_label: dig
keywords: [dig, dig domain dns info tool, get domain dns records, domain dns records in cli]
description: 'Learn some basics of dig cli - get the A, AAAA, CNAME, MX, NS, TXT etc. records info in cli.'
tags: [Tools, Network]
---

## Installing Dig util
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
id: ssh
title: SSH Basic
sidebar_label: ssh
keywords: [ssh, ssh basics, generate ssh key, update ssh config, copy ssh to key to server]
description: 'Learn SSH basics, how to generate ssh key, how to add ssh key to server.'
tags: [Tools, Remote Access]
---

## Installing SSH Agent
Expand Down
2 changes: 1 addition & 1 deletion docs/networking/flush-dns.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ keywords:
dns cache clear,
clear dbs cache
]
tags: [DNS, Cache]
tags: [DNS, Cache, Network]
---

import Tabs from "@theme/Tabs";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ keywords:
upgrading unifi controller,
upgrading unifi controller in the virtual machine. upgrading Ubiquiti network controller,
]
tags: [Unifi, Ubiquiti, Unifi Network Controller]
tags: [Unifi, Ubiquiti, Unifi Network Controller, Network]
---

import Tabs from "@theme/Tabs";
Expand Down
3 changes: 3 additions & 0 deletions docs/operating-system/bsd/bsd-troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
id: bsd-troubleshooting
title: BSD Troubleshooting
sidebar_label: 👹 BSD Troubleshooting
keywords: [bsd troubleshooting, install qemu-guest-agent on bsd, install qemu-guest-agent on pfsense]
description: 'Some helpful troubleshooting guides from my personal experience of working on BSD.'
tags: [Operating System, BSD, Troubleshooting]
---

## Installing qemu-guest-agent on BSD
Expand Down
2 changes: 2 additions & 0 deletions docs/operating-system/linux/certbot.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
id: certbot
title: certbot
sidebar_label: certbot
keywords: [certbot free certificate, auto-renew certificate using cert-bot, request free ssl certificate, certbot]
description: 'Learn how to get free ssl certificate using certbot and auto-renew certificate.'
tags: [Certificates, SSL/TLS, Private Key]
---

Expand Down
1 change: 1 addition & 0 deletions docs/operating-system/linux/certificates.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ id: certificates-and-keys
title: Certificates and Keys
sidebar_label: Certificates and Keys
keywords: [certificates, keys, private key, public key, convert certificate, convert crt to pem, convert pem to crt, convert key to crt]
description: 'Learn how to convert public/private key and certificates to different formats.'
tags: [Certificates, SSL/TLS, Private Key, Public Key]
---

Expand Down
3 changes: 3 additions & 0 deletions docs/operating-system/linux/curl.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
id: curl
title: curl
sidebar_label: curl
keywords: [curl basics]
description: 'Learn some basics of curl cli tool and usefull combination of its options.'
tags: [Tools]
---

### Curl run remote script
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Debian default sources list
sidebar_label: Debian default sources list
description: Default sources list for Debian that is included in the default installation of Debian.
keywords: [debian, sources list, Debian sources list, Debian default sources list, debian 10 sources list, Debian buster list]
tags: [Debian, APT]
tags: [Debian, APT, Operating System, Linux, Package Manager]
---

This should be found in the `/etc/apt/sources.list` file.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: >
QEMU Agent is a QEMU guest agent that can be used to monitor and control
QEMU virtual machines.
keywords: [install qemu guest agent, install qemu-agent on debain, qemu-agent ]
tags: [QEMU, Virtulization, Debian, Ubuntu]
tags: [QEMU, Virtulization, Debian, Ubuntu, Linux, Operating System]
---


Expand Down
3 changes: 3 additions & 0 deletions docs/operating-system/linux/disk-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
id: disk-management
title: Disk Management
sidebar_label: Disk Management
keywords: [Disk management using cli, linux disk management using cli, linux disk partation, mount disk in linux, format disk in linux, unmount disk in linux]
description: 'Learn how to using system disk management cli utilities to manage disk and perform mount, format, partation and other system disk operations.'
tags: [Tools, Disk]
---

### Check Partations
Expand Down
3 changes: 3 additions & 0 deletions docs/operating-system/linux/networking.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
id: networking
title: Networking
sidebar_label: Networking
keywords: [network cli tools, find process using port, listen to active network connections]
description: 'Learn basic of network cli tools in linux/unix'
tags: [Network, Tools]
---

### Find the process of service running/using port
Expand Down
3 changes: 3 additions & 0 deletions docs/operating-system/linux/rsync.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
id: rsync
title: Rsync
sidebar_label: rsync
keywords: [rsync, sync files and directories, sync files and directories between servers]
description: 'Learn basics of rsync cli to sync files and directories.'
tags: [Files, Tools]
---
## Syntax

Expand Down
3 changes: 3 additions & 0 deletions docs/operating-system/linux/system-info.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
id: system-info
title: System Information
sidebar_label: System Information
keywords: [system info tools, gather system information using cli]
description: 'Tools to gather system information'
tags: [Tools, System, Operating System]
---

Check Hardware info of machine
Expand Down
3 changes: 3 additions & 0 deletions docs/operating-system/linux/user-permission-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
id: user-permission-management
title: User Permission Management in Linux/Ubuntu
sidebar_label: User-Permission Management
keywords: [user permission management, debian user permisson, add new user linux, sudo user linux, change password of linux user]
description: 'Learn how to manage user permissions in Linux/Ubuntu and debian OS.'
tags: [Security, Operating System, Linux, Ubuntu]
---

## To list
Expand Down
5 changes: 3 additions & 2 deletions docs/troubleshooting-fixes/global-protect-vpn.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
id: global-protect-vpn
title: Global Protect VPN
sidebar_label: 🔑 Global Protect VPN
tags: [macOS, VPN, Global Protect VPN]
description: Stop Global Protect VPN from auto starting on boot and auto start after force quiting on macOS.
tags: [macOS, VPN, Global Protect VPN, Troubleshooting]
description: Learn how to Stop Global Protect VPN from auto starting on boot and auto start after force quiting on macOS.
keywords: [Global protect vpn fixes, Prevent global protect vpn from auto starting]
---

### Prevent Auto Starting Global Protect VPN 🌏
Expand Down
4 changes: 3 additions & 1 deletion docs/version-control/git/basic.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
id: basic
title: Git Basic
sidebar_label: Basic
tags: [git, Version Control]
tags: [Git, Version Control]
keywords: [git basics, merge git branchers, push to diffrent remote git, reset git commit]
description: 'Learn git basics, incluing branching, resetting the commits, checking status of uncomited changes, merging branches etc.'
slug: /
---

Expand Down
3 changes: 3 additions & 0 deletions docs/version-control/git/github/actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
id: actions
title: Github Actions
sidebar_label: Actions
keywords: [Github Actions]
description: 'Tips and Tricks about Github Actions'
tags: [CI/CD, Github]
---


Expand Down
3 changes: 3 additions & 0 deletions docs/version-control/git/github/pages.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
id: pages
title: Github Pages
sidebar_label: Pages
keywords: [Github Pages, github pages ips, how to set custom 404 page for github pages]
description: 'Useful tips and guides for Github Pages hosting.'
tags: [Github, Hosting]
---

## Setting apex/root domain with github pages
Expand Down
7 changes: 0 additions & 7 deletions docs/version-control/git/github/references.md

This file was deleted.

3 changes: 3 additions & 0 deletions docs/version-control/git/gpg.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
id: gpg
title: Git GPG
sidebar_label: GPG
keywords: [git gpg key sign, sign git commits with gpg key, generate gpg key, generate gpg key for git]
description: 'Learn about the GPG Key and it uses cases includig setting up gpg signed commits and generating gpg key.'
tags: [Git, GPG, Public Key, Private Key, Security]
---

## Installing gpg client
Expand Down
7 changes: 0 additions & 7 deletions docs/version-control/git/hooks.md

This file was deleted.

3 changes: 3 additions & 0 deletions docs/version-control/git/lfs.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
id: lfs
title: Git lfs
sidebar_label: LFS
keywords: [Git LFS, Git Large File Storage, LFS]
description: 'Learn about Git Large File Storage (LFS) and how to setup one.'
tags: [Git, Files]
---

```bash
Expand Down
3 changes: 3 additions & 0 deletions docs/virtulization/rancher/clean-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
id: cleaning-node
title: Cleaning the Node
sidebar_label: Cleaning the node
keywords: [Clean the kubernetes node, clean the rancher node]
description: 'Scripts and guide to clean up k8s node, specifically rancher provisioned k8s nodes.'
tags: [Rancher, Kubernetes, Docker, Containerization]
---

## My Script
Expand Down
3 changes: 3 additions & 0 deletions docs/virtulization/rancher/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
id: cli
title: Rancher CLI
sidebar_label: CLI
keywords: [Rancher CLI, Install Rancher CLI]
description: 'Steps for installing Rancher CLI'
tags: [Rancher, Tools, CLI, Containerization]
---

## Installing Rancher CLI
Expand Down
3 changes: 3 additions & 0 deletions docs/virtulization/rancher/host-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
id: host-installation
title: Rancher Host Installation
sidebar_label: Host Installation
keywords: [Rancher Server Installation, Rancher Host Installation, Rancher Installation]
description: 'Learn how to setup rancher server aka. rancher host.'
tags: [Rancher, Kubernetes, Containerization, Docker]
---

### Rancher - Docker Installation
Expand Down
3 changes: 3 additions & 0 deletions docs/virtulization/rancher/longhorn.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
id: longhorn
title: Longhorn
sidebar_label: Longhorn
keywords: [Longhorn Setup & Docs, Setup longhorn, setup longhorn in rancher, setup longhorn in kubernetes,longhorn]
description: 'Guide for installing longhorn on Kubernetes Cluster'
tags: [Rancher, Storage, Kubernetes, Containerization]
---

## Installing Longhorn Storage Engine in Rancher
Expand Down
Loading

1 comment on commit e441a21

@vercel
Copy link

@vercel vercel bot commented on e441a21 Sep 1, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.