-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update README with the recent issue activity
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,11 +19,12 @@ | |
<!--START_SECTION:blog--> | ||
| UpdateTime | Title | Summary | | ||
| ------ | ------ | ------ | | ||
| 2024-11-27 | [三摸 k3s: 正式部署](https://github.com/Bpazy/blog/issues/320) | 观望 k3s 好几年了,现在也有上的场景,干就完了!奥利给! | | ||
| 2024-11-27 | [可观测体系建设](https://github.com/Bpazy/blog/issues/340) | | | ||
| 2024-11-27 | [Ubuntu 裸机安装 Redis Server](https://github.com/Bpazy/blog/issues/338) | 这里记录下裸机安装 Redis 的步骤。 先 apt 安装: ``` sudo apt install -y redis-server ``` 然后修改配置文件: ``` sudo vim /e | | ||
| 2024-11-26 | [再入 MySQL 的门](https://github.com/Bpazy/blog/issues/202) | 用 MySQL 很久了,记录一些知识点。比如创建新用户,mysqld_exporter 创建方法等等 | | ||
| 2024-11-23 | [夜莺 (n9e) 安装](https://github.com/Bpazy/blog/issues/339) | 推荐二进制安装,遵循官方的安装方法即可: https://flashcat.cloud/docs/content/flashcat-monitor/nightingale-v7/install/bin | | ||
| 2024-11-23 | [Ubuntu 逻辑安装 Redis Server](https://github.com/Bpazy/blog/issues/338) | 这里记录下裸机安装 Redis 的步骤。 先 apt 安装: ``` sudo apt install -y redis-server ``` 然后修改配置文件: ``` sudo vim /e | | ||
| 2024-11-22 | [Keepalived与MySQL互为主从自动切换配置](https://github.com/Bpazy/blog/issues/337) | | | ||
| 2024-11-05 | [三摸 k3s: 正式部署](https://github.com/Bpazy/blog/issues/320) | 观望 k3s 好几年了,现在也有上的场景,干就完了!奥利给! | | ||
| 2024-11-01 | [lego 使用记录](https://github.com/Bpazy/blog/issues/336) | 类似于 [acme.sh](https://github.com/Bpazy/blog/issues/138), lego 也是用于签发证书的工具,采用 go 语言实现(acme.sh 是用 shel | | ||
| 2024-10-31 | [创建 Tailscale derper](https://github.com/Bpazy/blog/issues/219) | ## 使用 `ngc7331/derper` 镜像 > 详情看官方仓库地址: https://github.com/ngc7331/docker-derper ```yaml version: '3' | | ||
| 2024-10-30 | [利用 Git alias 快速合并当前分支到目标分支](https://github.com/Bpazy/blog/issues/319) | ```sh vim ~/.gitconfig ``` ``` [user] name = Your Name email = [email protected] [alias] | | ||
|
@@ -68,5 +69,4 @@ | |
| 2023-11-02 | [缓存系统](https://github.com/Bpazy/blog/issues/301) | 几个重点: 1. 击穿、穿透、雪崩 2. 二级缓存 3. 布隆过滤器 ![image](https://github.com/Bpazy/blog/assets/9838749/10bc7a78-f | | ||
| 2023-10-25 | [JVM ](https://github.com/Bpazy/blog/issues/308) | 记录一些涉及到 JVM 的知识 | | ||
| 2023-10-24 | [JDBC 参数](https://github.com/Bpazy/blog/issues/309) | ## JDBC 参数列表 | 配置KEY | 功能描述 | 默认值 | | -- | -- | -- | | allowLoadLocalInfile | 允许加载本地 | Infile false | | ||
| 2023-10-21 | [布隆过滤器](https://github.com/Bpazy/blog/issues/302) | 布隆过滤器(Bloom Filter)是由布隆(Burton Howard Bloom)在 1970 年提出的,它实际上是由一个很长的二进制向量和一系列随机hash映射函数组成(说白了,就是用二进制数 | | ||
<!--END_SECTION:blog--> |