Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Hong committed Dec 4, 2023
1 parent fcc6232 commit 4dc1e49
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 2 deletions.
6 changes: 6 additions & 0 deletions docs/Linux_distribution/Red Hat/redhat.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## Guides/Tips/misc...etc

* [鳥哥/伺服器架設篇 - RockyLinux 9/第四章、網路基礎學習](https://linux.vbird.org/linux_server/rocky9/0150networking.php)
* [鳥哥/伺服器架設篇 - RockyLinux 9/第五章、建立與檢查網路連線](https://linux.vbird.org/linux_server/rocky9/0160setnetwork.php)
* [鳥哥/伺服器架設篇 - RockyLinux 9/第八章、領域名稱伺服器 DNS 服務](https://linux.vbird.org/linux_server/rocky9/0210dns.php)
* [projects/nftables](https://netfilter.org/projects/nftables/)
* [wiki-nftables/nftables](https://wiki.nftables.org/wiki-nftables/index.php/Main_Page)
* [git/nftables](https://git.netfilter.org/nftables/)
* [Extra Packages for Enterprise Linux (EPEL)](https://docs.fedoraproject.org/en-US/epel/)
* [How to extend a partition with unallocated space CentOS 7](https://community.webcore.cloud/tutorials/linux_specific_articles/how_to_extend_partition_with_unallocated_space_cen/)

Expand Down
3 changes: 2 additions & 1 deletion docs/System programming/Systems programming.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@
* [lkmpg](https://github.com/sysprog21/lkmpg)
* [Compact and Efficient RISC-V RV32I[MACF] emulator](https://github.com/sysprog21/rv32emu)
* [flamegraphs](https://www.brendangregg.com/flamegraphs.html)
* [interl/analyzing-hot-code-paths-using-flame-graphs](https://www.intel.com/content/www/us/en/docs/vtune-profiler/cookbook/2023-0/analyzing-hot-code-paths-using-flame-graphs.html)
* [interl/analyzing-hot-code-paths-using-flame-graphs](https://www.intel.com/content/www/us/en/docs/vtune-profiler/cookbook/2023-0/analyzing-hot-code-paths-using-flame-graphs.html)
* [Apache Hadoop](https://hadoop.apache.org/docs/stable/hadoop-project-dist/hadoop-common/SingleCluster.html)
10 changes: 9 additions & 1 deletion docs/computer languages/Query language/SQL/SQL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## guides/tips/docs...etc

* Data access layer/Application layer
* Object–relational mapping
* [Cloudflare/The effect of switching to TCMalloc on RocksDB memory use](https://blog.cloudflare.com/the-effect-of-switching-to-tcmalloc-on-rocksdb-memory-use/)
* [RocksDB](https://rocksdb.org/)
* Amazon DynamoDB
* PostgreSQL
* [PostgreSQL 巧用 array 處理 tags](https://hackmd.io/@pgsql-tw/rJSOHh8zT)
* [PostgreSQL 15 手冊翻譯](https://docs.postgresql.tw/v/15/)
Expand All @@ -15,4 +20,7 @@
* MySQL
* [5.7/4.5.4 mysqldump — A Database Backup Program](https://dev.mysql.com/doc/refman/5.7/en/mysqldump.html)
* [w3schools/sql](https://www.w3schools.com/sql/)
* [Triton Ho/slides](https://github.com/TritonHo/slides/tree/master)
* [Triton Ho/slides](https://github.com/TritonHo/slides/tree/master)
* [TiDB](https://www.pingcap.com/)
* Spider
* [Spider Storage Engine Overview](https://mariadb.com/kb/en/spider-storage-engine-overview/)
2 changes: 2 additions & 0 deletions docs/computer languages/programming_languages/c/c.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ sudo apt install clang

## projects/tips/guides with c

* Cmatrix
* [abishekvashok/cmatrix](https://github.com/abishekvashok/cmatrix)
* [Fun With Cmatrix in Linux](https://itsfoss.com/using-cmatrix/)
* [coolwanglu/BrowserHack](https://github.com/coolwanglu/BrowserHack)
* [The GNU C Library (glibc)](https://www.gnu.org/software/libc/)
Expand Down
1 change: 1 addition & 0 deletions docs/computer languages/programming_languages/java/java.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* [Minecraft:Java server](https://www.minecraft.net/zh-hant/download/server)
* [Plugin_Tutorial_(Eclipse)](https://bukkit.fandom.com/wiki/Plugin_Tutorial_(Eclipse))
* [Brandon416Jr/Homework_02](https://github.com/Brandon416Jr/Homework_02)
* java Decimal

## SDK/tools

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 @@ -2,6 +2,7 @@

## docs

* [Announcing general availability of the AWS SDK for Rust](https://aws.amazon.com/blogs/developer/announcing-general-availability-of-the-aws-sdk-for-rust/)
* [Generators are dead, long live coroutines, generators are back](https://blog.rust-lang.org/inside-rust/2023/10/23/coroutines.html)
* [Rust by Example](https://doc.rust-lang.org/rust-by-example/)
* [rustlings](https://github.com/rust-lang/rustlings/)
Expand Down

0 comments on commit 4dc1e49

Please sign in to comment.