Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Hong committed Nov 18, 2024
1 parent 1c38a1a commit c5ac244
Show file tree
Hide file tree
Showing 15 changed files with 44 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/System programming/Systems programming.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Guides/Tips/misc...

* [Yocto Project Quick Build](https://docs.yoctoproject.org/brief-yoctoprojectqs/index.html)
* [Celery - Distributed Task Queue](https://docs.celeryq.dev/en/stable/index.html)
* [container2wasm](https://github.com/ktock/container2wasm)
* [v86/x86 PC emulator and x86-to-wasm JIT, running in the browser](https://github.com/copy/v86)
Expand Down
1 change: 1 addition & 0 deletions docs/cloud/AWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Guides/Tips

* [AWS Lambda](https://docs.aws.amazon.com/lambda/latest/dg/welcome.html)
* [Tutorial for adding a new Prometheus scrape target: Redis on Amazon EKS and Kubernetes clusters](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/ContainerInsights-Prometheus-Setup-redis-eks.html)
* [VPC/subnet-sizing-ipv4](https://docs.aws.amazon.com/vpc/latest/userguide/subnet-sizing.html#subnet-sizing-ipv4)
* [VPC/Amazon DNS server](https://docs.aws.amazon.com/vpc/latest/userguide/AmazonDNS-concepts.html#AmazonDNS)
3 changes: 2 additions & 1 deletion docs/computer languages/programming_languages/Lua/Lua.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@

## Guides/Tips..etc

* [Lua](https://www.lua.org/)
* [Lua](https://www.lua.org/)
* [rathena/wiki/Lua](https://github.com/rathena/rathena/wiki/Lua)
4 changes: 4 additions & 0 deletions docs/computer languages/programming_languages/go/go.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ go version

## basic

* [golang](https://roadmap.sh/golang)
* [Documentation](https://go.dev/doc/)
* [bregman-arie/go-exercises](https://github.com/bregman-arie/go-exercises)

Expand All @@ -35,6 +36,9 @@ go version

## projects/tips/guides with golang

* [ptt/pttweb](https://github.com/ptt/pttweb)
* [Cobra](https://github.com/spf13/cobra)
* [urfave/cli](https://github.com/urfave/cli)
* [Go kit/A toolkit for microservices](https://gokit.io/)
* [worker-pools](https://gobyexample.com/worker-pools)
* [trivy](https://github.com/aquasecurity/trivy)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

## runtime/engine/frameworks/packages/library/...etc

* [discordjs.guide/sharding/#when-to-shard](https://discordjs.guide/sharding/#when-to-shard)
* [pm2](https://github.com/Unitech/pm2)
* [vue:dockerize-vuejs-app](https://v2.vuejs.org/v2/cookbook/dockerize-vuejs-app)
* [nvm](https://github.com/nvm-sh/nvm)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

## docs/news/guides/tips/misc...

* [VizTracer is a low-overhead logging/debugging/profiling tool that can trace and visualize your python code execution.](https://github.com/gaogaotiantian/viztracer)
* [roadmap/Python Developer](https://roadmap.sh/python)
* [class](https://www.geeksforgeeks.org/python-classes-and-objects/)
* [3.8/tutorial/classes](https://docs.python.org/3.8/tutorial/classes.html)
Expand Down
1 change: 1 addition & 0 deletions docs/computer languages/programming_languages/rust/rust.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ rustup completions bash cargo > ~/.local/share/bash-completion/completions/cargo

## Any projects with Rust

* [vector: A high-performance observability data pipeline.](https://vector.dev/)
* [bottlerocket-os](https://github.com/bottlerocket-os/bottlerocket)
* [hyperswitch](https://github.com/juspay/hyperswitch)
* hyperswitch: An open source payments switch written in Rust to make payments fast, reliable and affordable
Expand Down
6 changes: 6 additions & 0 deletions docs/database/mysql.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# MySQL

## Guides/tips/...etc

* [MySQL version 5.7/4.6.7 mysqlbinlog — Utility for Processing Binary Log Files](https://dev.mysql.com/doc/refman/5.7/en/mysqlbinlog.html)
* [GCP/mysql/backup](https://cloud.google.com/mysql/backup)
5 changes: 5 additions & 0 deletions docs/database/postgresql.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# PostgreSQL

## Guides/tips/...etc

* [正規化探討](https://hackmd.io/@pgsql-tw/BJZrBWU86)
1 change: 1 addition & 0 deletions docs/k8s/helm/helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
You can specify the '--values'/'-f' flag multiple times. The priority will be given to the last (right-most) file specified.
```

* [Subcharts and Global Values](https://helm.sh/docs/chart_template_guide/subcharts_and_globals/)

```
curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash
Expand Down
1 change: 1 addition & 0 deletions docs/network/network.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## guides/tips/misc...etcs

* [AWS/What’s the Difference Between a Proxy and a VPN?](https://aws.amazon.com/compare/the-difference-between-proxy-and-vpn/)
* [The C10K problem](http://www.kegel.com/c10k.html)
* [smallnest/network_benchmark](https://github.com/smallnest/network_benchmark)
* [Wireshark](https://www.wireshark.org/)
Expand Down
5 changes: 5 additions & 0 deletions docs/network/vpn/vpn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# vpn

## guides/tips/...etc

* [wireguard](https://www.wireguard.com/)
8 changes: 7 additions & 1 deletion docs/subsystem/prometheus.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,10 @@
Prometheus can reload its configuration at runtime. If the new configuration is not well-formed, the changes will not be applied. A configuration reload is triggered by sending a SIGHUP to the Prometheus process or sending a HTTP POST request to the /-/reload endpoint (when the --web.enable-lifecycle flag is enabled). This will also reload any configured rule files.
```

* [artifacthub/prometheus-community/prometheus](https://artifacthub.io/packages/helm/prometheus-community/prometheus)
* [querying/operators/#comparison-binary-operators](https://prometheus.io/docs/prometheus/latest/querying/operators/#comparison-binary-operators)
* [artifacthub/prometheus-community/prometheus](https://artifacthub.io/packages/helm/prometheus-community/prometheus)
* [Alertmanager](https://prometheus.io/docs/alerting/latest/overview/)
* [go template](https://pkg.go.dev/text/template)
* binary comparison operators
* [amtool](https://github.com/prometheus/alertmanager?tab=readme-ov-file#amtool)
* amtool is a cli tool for interacting with the Alertmanager API. It is bundled with all releases of Alertmanager.
5 changes: 5 additions & 0 deletions docs/tools/jenkins.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# jenkins

## Guides/tips/...etc

* [gitlab-plugin](https://plugins.jenkins.io/gitlab-plugin/)
3 changes: 3 additions & 0 deletions docs/tools/pulumi.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@

## tips

* [Is getting Ansible to work with Pulumi possible?](https://stackoverflow.com/questions/68081282/is-getting-ansible-to-work-with-pulumi-possible)
* [Dynamic resource providers](https://www.pulumi.com/docs/iac/concepts/resources/dynamic-providers/)

```
iam --> vpc --> ec2
--> eks
Expand Down

0 comments on commit c5ac244

Please sign in to comment.