diff --git a/en/Development-And-Common-Documents/Basic_Operation/Address_Source_Lanzhou_University_Mirror.md b/en/Development-And-Common-Documents/Basic_Operation/Address_Source_Lanzhou_University_Mirror.md
new file mode 100644
index 00000000..04ec9ebc
--- /dev/null
+++ b/en/Development-And-Common-Documents/Basic_Operation/Address_Source_Lanzhou_University_Mirror.md
@@ -0,0 +1,22 @@
+#
Replace the address of the source server with the mirror image of Lanzhou University
+#### Author: lerambo
+#### 2022-08-04 11:25:00
+
+
+### 1. Enter the command
+```bash
+sudo pluma /etc/apt/sources.list
+```
+### 2. Replace the mirror address of the file content
+```bash
+#Original mirror address
+#deb http://archive.build.openkylin.top/openkylin/ yangtze main cross pty
+#deb http://archive.build.openkylin.top/openkylin/ yangtze-security main cross pty
+#deb http://archive.build.openkylin.top/openkylin/ yangtze-updates main cross pty
+
+
+#Lanzhou University mirror address
+deb http://mirror.lzu.edu.cn/openkylin/ yangtze main cross pty
+deb http://mirror.lzu.edu.cn/openkylin/ yangtze-security main cross pty
+deb http://mirror.lzu.edu.cn/openkylin/ yangtze-updates main cross pty
+```
\ No newline at end of file