Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Hong committed Mar 30, 2024
1 parent 7598b03 commit b8eaa19
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/computer languages/Computer_languages.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Guides/Misc...etc

* [The Raft Consensus Algorithm](https://raft.github.io/)
* [SonarLint](https://marketplace.visualstudio.com/items?itemName=SonarSource.sonarlint-vscode)
* [vscode](https://code.visualstudio.com/)
* [vscode github](https://github.com/microsoft/vscode)
Expand Down
10 changes: 10 additions & 0 deletions docs/database/database.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## guides/tips/misc...etcs

* SQL GUI tools
* [HeidiSQL](https://www.heidisql.com/)
* [DBeaver](https://dbeaver.io/)
* [MySQL workbench](https://www.mysql.com/products/workbench/)
* [navicat premium](https://www.navicat.com/cht/products/navicat-premium)
* [vscode sql extensions](https://marketplace.visualstudio.com/search?term=tag%3Amysql&target=VSCode&category=All%20categories&sortBy=Relevance)
* [SQLTools](https://github.com/mtxr/vscode-sqltools)
* MySQL Shell for VS Code
* [wikipedia/List_of_relational_database_management_systems](https://en.wikipedia.org/wiki/List_of_relational_database_management_systems)
* [build-and-automate-your-python-etl-pipeline-with-airflow](https://morioh.com/a/7c5f74462887/build-and-automate-your-python-etl-pipeline-with-airflow)
* [automate_etl_with_airflow.py](https://github.com/hnawaz007/pythondataanalysis/blob/main/ETL%20Pipeline/automate_etl_with_airflow.py)
Expand Down Expand Up @@ -130,12 +138,14 @@
* AWS/AWS Prescriptive Guidance
* [MyDumper](https://docs.aws.amazon.com/prescriptive-guidance/latest/migration-large-mysql-mariadb-databases/mydumper.html)
* AWS RDS
* [Questions tagged with Amazon Relational Database Service](https://repost.aws/tags/questions/TAsibBK6ZeQYihN9as4S_psg?view=all&search=mysql&sort=relevant)
* [AWS RDS connection limits](https://serverfault.com/questions/862387/aws-rds-connection-limits)
* The current RDS MySQL max_connections setting is default by {DBInstanceClassMemory/12582880}, if you use t2.micro with 512MB RAM, the max_connections could be (512*1024*1024)/12582880 ~= 40, and so on.
```shell
SHOW GLOBAL VARIABLES LIKE 'max_connections';
```
* AWS RDS Aurora
* [Analyzing DB load by wait events](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_PerfInsights.UsingDashboard.AnalyzeDBLoad.html)
* [Replication between Aurora and MySQL or between Aurora and another Aurora DB cluster (binary log replication)](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Replication.MySQL.html#AuroraMySQL.Replication.MySQL.EnableReplication)
* [Announcing Amazon Relational Database Service (RDS) Snapshot Export to S3](https://aws.amazon.com/about-aws/whats-new/2020/01/announcing-amazon-relational-database-service-snapshot-export-to-s3/)
* [Restoring Parquet snapshot to a local version of mysql](https://community.zenduty.com/t/restoring-parquet-snapshot-to-a-local-version-of-mysql/536)
Expand Down
9 changes: 9 additions & 0 deletions docs/network/ssh/ssh.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# ssh

## Guides/Tips/Misc...etc

* [OpenSSH ](https://www.openssh.com/)
* SSH Tunneling
* Local port forwarding
* Remote Port Forwarding
* Dynamic Port Forwarding
4 changes: 4 additions & 0 deletions docs/tools/automation.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,16 @@
## Tools/Guides/Tips/misc...

* [OpenKore](https://github.com/OpenKore/openkore)
* [pulumi](https://www.pulumi.com)
* [github/pulumi](https://github.com/pulumi/pulumi)
* [install](https://www.pulumi.com/docs/install/)
* [terraform](https://www.terraform.io/)
* [Install Terraform](https://developer.hashicorp.com/terraform/downloads)
* [terraform-provider-proxmox](https://github.com/Telmate/terraform-provider-proxmox)

## ansible

* [ansible.builtin.sudo become – Substitute User DO](https://docs.ansible.com/ansible/latest/collections/ansible/builtin/sudo_become.html#ansible-builtin-sudo-become-substitute-user-do)
* [github.com/ansible](https://github.com/ansible/ansible)
* [Ansible community documentation](https://docs.ansible.com/index.html)
* [ansible_roadmap_index](https://docs.ansible.com/ansible/latest/roadmap/ansible_roadmap_index.html)
Expand Down
2 changes: 1 addition & 1 deletion docs/tools/ci_and_cd_tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@
* [Skipping workflow runs](https://docs.github.com/en/actions/managing-workflow-runs/skipping-workflow-runs)
* [publishing-packages/publishing-docker-images#introduction](https://docs.github.com/en/actions/publishing-packages/publishing-docker-images#introduction)
* [publishing-images-to-docker-hub](https://docs.github.com/en/actions/publishing-packages/publishing-docker-images#publishing-images-to-docker-hub)
* [runner](https://github.com/actions/runner)
* [runner](https://github.com/actions/runner)

0 comments on commit b8eaa19

Please sign in to comment.