Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Hong committed Jan 10, 2025
1 parent af6492e commit 509a494
Showing 64 changed files with 70 additions and 15 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Containers

# container

## Guides/Tips/...etc
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
7 changes: 6 additions & 1 deletion docs/tools/ssh.md → docs/Network_and_Protocols/ssh/ssh.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# ssh

## tips
## Guides/Tips/Misc...etc

* [OpenSSH ](https://www.openssh.com/)
* SSH Tunneling
* Local port forwarding
* Remote Port Forwarding
* Dynamic Port Forwarding
* [Setting Automatic SSH-Agent for GitBash](https://gist.github.com/adojos/5aab5e1dcedc16957c465be0212ea099)
* [Auto-launching ssh-agent on Git for Windows](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/working-with-ssh-key-passphrases#auto-launching-ssh-agent-on-git-for-windows)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Configuration Management

## Guides/tips

* Ansible
* [Ansible/docs](https://docs.ansible.com/)
7 changes: 7 additions & 0 deletions docs/Provisioning/Monitoring/Monitoring.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Monitoring

## Guides/tips...etc

* Metrics
* Logs
* Time serise data
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Observability
# OpenTelemetry

## OpenTelemetry

File renamed without changes.
5 changes: 5 additions & 0 deletions docs/Provisioning/Provisioning.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Provisioning

## Guides/Tips...etc

* [What is provisioning? - RedHat](https://www.redhat.com/en/topics/automation/what-is-provisioning)
5 changes: 5 additions & 0 deletions docs/Provisioning/Secret Management/Secret Management.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Secret Management

## Guides/tips...etc

* Vault
File renamed without changes.
10 changes: 10 additions & 0 deletions docs/Setting_up_XXX/Setting_up_XXX.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Setting up ________

## Learn how to setup:

Forward Proxy
Reverse Proxy
Load Balancer
Firewall
Caching Server
Web Server
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -5,6 +5,11 @@
There are so many Linux distributions, so the question is that what is your requriement for using Linux?
Just pick them up for your requriement!!!

## Basic

* [Linux Roadmap](https://roadmap.sh/linux)
* [鳥哥的首頁/這裡是鳥哥的網站!有 Linux 學習、伺服器學習,還有環工學習喔!](https://linux.vbird.org/)

## Performance analysis

* [perf-tools](https://github.com/brendangregg/perf-tools)
@@ -61,4 +66,4 @@ Just pick them up for your requriement!!!
* [Nix](https://nixos.org/)
* [[閒聊] Linux發行版的選擇](https://www.ptt.cc/bbs/Linux/M.1680031201.A.A70.html)
* [Open Enterprise Linux Association](https://openela.org/)
* [SUSE Linux Enterprise Server](https://www.suse.com/products/server/)
* [SUSE Linux Enterprise Server](https://www.suse.com/products/server/)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 6 additions & 2 deletions docs/tools/git.md → docs/Version_Control_Systems/Git/Git.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# git
# Git

## guides/tips/misc...etcs
## Guides/tips...etc

* [git-scm](https://git-scm.com/)
* [git-doc](https://git-scm.com/doc)
* [roadmap/git-github](https://roadmap.sh/git-github)
* git cherry-pick
* [gitiles / A simple browser for Git repositories](https://gerrit.googlesource.com/gitiles/)
* [git book/zh-tw/1.1 開始 - 關於版本控制](https://git-scm.com/book/zh-tw/v2/%E9%96%8B%E5%A7%8B-%E9%97%9C%E6%96%BC%E7%89%88%E6%9C%AC%E6%8E%A7%E5%88%B6)
* [Git & Github Training](https://w3c.github.io/wai-gh-training-2015-06-29/)
8 changes: 8 additions & 0 deletions docs/Version_Control_Systems/VCS_Hosting/VCS_Hosting.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# VCS Hosting

## Guides/tips

* Github
* GitLab
* Bitbucket
* git-server
File renamed without changes.
File renamed without changes.
7 changes: 7 additions & 0 deletions docs/cloud/Cloud_Providers/Serverless/Serverless.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Serverless

## Guides/tips..etc

* AWS Lambda
* Cloudflare
* Vercel
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@

* This is My experience with so many fields.
* Feel free to fork My notes. :)
* Prepare my dev-enviroment on a Linux machine(Could be a physical or virtual machine) and use vscode with ssh plugin to connect this.
* Prepare My SRE/DevOps enviroment on a Linux machine(Could be a physical or virtual machine) and use vscode with ssh plugin to connect this.
* mkdocs-material to render *.md files to static web site files

## Prerequisites
9 changes: 0 additions & 9 deletions docs/network/ssh/ssh.md

This file was deleted.

0 comments on commit 509a494

Please sign in to comment.