diff --git a/content/posts/blog-operation/index.md b/content/posts/blog-operation/index.md new file mode 100644 index 0000000..6b14b10 --- /dev/null +++ b/content/posts/blog-operation/index.md @@ -0,0 +1,7 @@ +--- +date: '2025-06-15T20:32:04+08:00' +draft: true +title: '博客站运营' +--- + +## diff --git a/content/posts/network-terminology/index.md b/content/posts/network-terminology/index.md new file mode 100644 index 0000000..9071b0d --- /dev/null +++ b/content/posts/network-terminology/index.md @@ -0,0 +1,21 @@ +--- +date: '2025-06-15T20:32:04+08:00' +draft: true +title: '网络术语' +--- + +## 软路由 + +“软路由”是“软体路由器”(Software Router)的简称,是指通过 普通 PC 或嵌入式硬件 安装专门的路由系统(如 OpenWrt、LEDE、RouterOS、爱快、ZeroShell 等)来实现路由器功能的设备。区别于“硬路由”(专用硬件 + 固化系统),软路由通常具有更高的可玩性、性能和灵活性。 + +## VPS + +“VPS” 是 Virtual Private Server 的缩写,中文常译为“虚拟专用服务器”,是一种基于虚拟化技术的服务器租赁服务,介于虚拟主机和独立服务器之间。 + +## 私有云 + +“私有云”是指由个人或组织构建并拥有的云计算环境,其硬件资源和数据完全由自己控制,通常用于实现文件同步、数据备份、远程访问、办公协作等功能。 + +## NAS + +NAS(Network Attached Storage,网络附加存储)是一种专门用于存储和共享数据的设备,它通过网络将文件服务提供给多个用户,广泛用于家庭、工作室、中小企业等场景。 \ No newline at end of file diff --git a/hugo.yaml b/hugo.yaml index 6499515..13eeea6 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -44,7 +44,7 @@ params: ShowCodeCopyButtons: true # 是否显示代码复制按钮 socialIcons: footer: - text: "粤ICP备2025426649号-1" + text: "粤ICP备2025426649号" pagination: disableAliases: false