From 80156574dd5dab7e69316e72095eed989f375a32 Mon Sep 17 00:00:00 2001
From: "p.belezov"
Date: Thu, 16 Jan 2025 14:19:36 +0800
Subject: [PATCH 1/2] removed old link
---
MySQL/all_foreign_keys_to_table_or_column.md | 1 -
1 file changed, 1 deletion(-)
diff --git a/MySQL/all_foreign_keys_to_table_or_column.md b/MySQL/all_foreign_keys_to_table_or_column.md
index 811516c..e8ae629 100644
--- a/MySQL/all_foreign_keys_to_table_or_column.md
+++ b/MySQL/all_foreign_keys_to_table_or_column.md
@@ -1,5 +1,4 @@
# Find all tables whose foreign key refers to the table/column
-[SQL File](./src/branch/master/MySQL/sql/all_foreign_keys_to_table_or_column.sql)
## By table
--
2.34.1
From 7ac2b47822ef8b8754b5ec5800fa6c6266693a7b Mon Sep 17 00:00:00 2001
From: Dhaverd
Date: Sun, 19 Jan 2025 21:27:19 +0800
Subject: [PATCH 2/2] certbot
---
Linux/certbot_nginx.md | 13 +++++++++++++
Readme.md | 3 +++
2 files changed, 16 insertions(+)
create mode 100644 Linux/certbot_nginx.md
diff --git a/Linux/certbot_nginx.md b/Linux/certbot_nginx.md
new file mode 100644
index 0000000..ee09331
--- /dev/null
+++ b/Linux/certbot_nginx.md
@@ -0,0 +1,13 @@
+# Certbot renew certificate
+
+## touch nginx config
+
+```
+sudo certbot --nginx
+```
+
+## certificate only
+
+```
+sudo certbot certonly --nginx
+```
\ No newline at end of file
diff --git a/Readme.md b/Readme.md
index f4e444a..d68dbd9 100644
--- a/Readme.md
+++ b/Readme.md
@@ -4,6 +4,9 @@ This is a repository with useful snippets of various kinds of code
## Structure
+- [Linux](./src/branch/master/Linux/)
+- - [certbot_nginx](./src/branch/master/Linux/certbot_nginx.md)
+
- [MySQL](./src/branch/master/MySQL)
- - [all_foreign_keys_to_table_or_column](./src/branch/master/MySQL/all_foreign_keys_to_table_or_column.md)
- - [identify_lock](./src/branch/master/MySQL/identify_lock.md)
\ No newline at end of file
--
2.34.1