diff --git a/2023/03/10/hello-world/index.html b/2023/03/10/hello-world/index.html index e9bd459..1ba2b86 100644 --- a/2023/03/10/hello-world/index.html +++ b/2023/03/10/hello-world/index.html @@ -154,6 +154,7 @@ } detectApple() })(window) +

Hexo简单使用文档

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.

Quick Start

Create a new post

1
$ hexo new "My New Post"
diff --git a/2023/03/26/nihao/index.html b/2023/03/26/nihao/index.html index 350ad59..aa3285e 100644 --- a/2023/03/26/nihao/index.html +++ b/2023/03/26/nihao/index.html @@ -154,6 +154,7 @@ } detectApple() })(window) +

常用的markdown语法

欢迎使用 Cmd Markdown 编辑阅读器


我们理解您需要更便捷更高效的工具记录思想,整理笔记、知识,并将其中承载的价值传播给他人,Cmd Markdown 是我们给出的答案 —— 我们为记录思想和分享知识提供更专业的工具。 您可以使用 Cmd Markdown:

diff --git a/2023/04/04/ipv6-test/index.html b/2023/04/04/ipv6-test/index.html index 5bb0691..59c4734 100644 --- a/2023/04/04/ipv6-test/index.html +++ b/2023/04/04/ipv6-test/index.html @@ -154,6 +154,7 @@ } detectApple() })(window) +

ipv6_test

现在大部分的光纤宽带配备的光猫路由器二合一设备都默认开启ipv6了,这样我的香橙派连接wifi就可以获得ipv6地址了。可以使用ifconfig(ubuntu)来查看inet6。

inet6 fe80::5e9c:2494:bd70:e545 prefixlen 64 scopeid 0x20 //本地ipv6地址
 inet6 2409:8a5c:7223:29c0:faa5:xxxx:bbd8:53a7 prefixlen 64 scopeid 0x0//分配的ipv6地址 一般几天重新分配
diff --git a/2024/04/04/hello-github/index.html b/2024/04/04/hello-github/index.html
index e3d74c9..1558440 100644
--- a/2024/04/04/hello-github/index.html
+++ b/2024/04/04/hello-github/index.html
@@ -154,6 +154,7 @@
       }
       detectApple()
     })(window)
+
 

简单介绍一下github

GitHub是一个面向开源及私有软件项目的托管平台,因为只支持Git作为唯一的版本库格式进行托管,故名GitHub。GitHub拥有1亿以上的开发人员,400万以上组织机构和3.3亿以上资料库。

GitHub于2008年4月10日正式上线,除了Git代码仓库托管及基本的Web管理界面以外,还提供了订阅、讨论组、文本渲染、在线文件编辑器、协作图谱(报表)、代码片段分享(Gist)等功能。截止到2022-11-17,其注册用户已经超过9400万,托管版本数量也是非常之多,其中不乏知名开源项目Ruby on Rails、jQuery、python等。

2014年1月23日,联合创始人汤姆·普雷斯顿-维尔纳(Tom Preston-Werner)从另一位联合创始人克里斯·万斯特拉斯(Chris Wanstrath)手中接过总裁职位,后者也将接过普雷斯顿-维尔纳留下的CEO位置。

diff --git "a/2024/04/20/\347\256\200\345\215\225\344\273\213\347\273\215\344\270\200\344\270\213vlc/index.html" "b/2024/04/20/\347\256\200\345\215\225\344\273\213\347\273\215\344\270\200\344\270\213vlc/index.html" index 7ff4d3b..9373556 100644 --- "a/2024/04/20/\347\256\200\345\215\225\344\273\213\347\273\215\344\270\200\344\270\213vlc/index.html" +++ "b/2024/04/20/\347\256\200\345\215\225\344\273\213\347\273\215\344\270\200\344\270\213vlc/index.html" @@ -154,6 +154,7 @@ } detectApple() })(window) +

简单介绍一下vlc播放器

前言

作为一个经常动画的人,我需要一个能够播放动画的软件。vlc就是一个强大的动画播放器,它支持多种动画格式,如mp4,mkv等。一般下载的动画都能打开。

安装

vlc的安装非常简单,只需要下载安装包并按照说明进行安装即可。安装完成后,可以在开始菜单中找到vlc的快捷方式,双击即可打开vlc。也可以设置为默认播放器,这样在打开动画文件时,vlc会自动打开。

官网:https://www.videolan.org/vlc/

diff --git "a/2024/04/30/\347\256\200\345\215\225\344\273\213\347\273\215\344\270\200\344\270\213docker/index.html" "b/2024/04/30/\347\256\200\345\215\225\344\273\213\347\273\215\344\270\200\344\270\213docker/index.html" index 66135f9..3ffa2e8 100644 --- "a/2024/04/30/\347\256\200\345\215\225\344\273\213\347\273\215\344\270\200\344\270\213docker/index.html" +++ "b/2024/04/30/\347\256\200\345\215\225\344\273\213\347\273\215\344\270\200\344\270\213docker/index.html" @@ -154,6 +154,7 @@ } detectApple() })(window) +

简单介绍一下docker

docker-logo

什么是docker

Docker 是一个开源的应用容器引擎,它允许开发者打包他们的应用以及应用的依赖包到一个可移植的容器中,然后发布到任何流行的 Linux 机器上,也可以实现虚拟化。容器是完全使用沙箱机制,相互之间不会有任何接口

为什么要用docker

\ No newline at end of file diff --git a/link/index.html b/link/index.html index e783c35..4a4765b 100644 --- a/link/index.html +++ b/link/index.html @@ -151,6 +151,7 @@ } detectApple() })(window) +
公告
让世界更好地运行,让人们更好地生活。
\ No newline at end of file +
公告
让世界更好地运行,让人们更好地生活。
\ No newline at end of file diff --git a/rss2.xml b/rss2.xml new file mode 100644 index 0000000..4a65d0c --- /dev/null +++ b/rss2.xml @@ -0,0 +1,219 @@ + + + + RCLiLong + https://rclilong.github.io/ + + + + + Sun, 22 Dec 2024 14:13:45 GMT + http://hexo.io/ + + + 有趣的网站-radar.cloudflare.com + https://rclilong.github.io/2024/12/22/%E6%9C%89%E8%B6%A3%E7%9A%84%E7%BD%91%E7%AB%99-radar.cloudflare.com/ + https://rclilong.github.io/2024/12/22/%E6%9C%89%E8%B6%A3%E7%9A%84%E7%BD%91%E7%AB%99-radar.cloudflare.com/ + Sun, 22 Dec 2024 14:00:00 GMT + + + + + + <h2 id="网站地址"><a href="#网站地址" class="headerlink" title="网站地址"></a>网站地址</h2><figure class="highlight plaintext"><table><tr><td + + + + + + + + 网站 + + + https://rclilong.github.io/2024/12/22/%E6%9C%89%E8%B6%A3%E7%9A%84%E7%BD%91%E7%AB%99-radar.cloudflare.com/#disqus_thread + + + + + qbittorrent-优秀的服务器磁力下载器 + https://rclilong.github.io/2024/09/01/qbittorrent-%E4%BC%98%E7%A7%80%E7%9A%84%E6%9C%8D%E5%8A%A1%E5%99%A8%E7%A3%81%E5%8A%9B%E4%B8%8B%E8%BD%BD%E5%99%A8/ + https://rclilong.github.io/2024/09/01/qbittorrent-%E4%BC%98%E7%A7%80%E7%9A%84%E6%9C%8D%E5%8A%A1%E5%99%A8%E7%A3%81%E5%8A%9B%E4%B8%8B%E8%BD%BD%E5%99%A8/ + Sun, 01 Sep 2024 15:52:19 GMT + + + + + + <h1 id="qbittorrent-优秀的服务器磁力下载器"><a href="#qbittorrent-优秀的服务器磁力下载器" class="headerlink" + + + + + + + + 工具软件 + + + https://rclilong.github.io/2024/09/01/qbittorrent-%E4%BC%98%E7%A7%80%E7%9A%84%E6%9C%8D%E5%8A%A1%E5%99%A8%E7%A3%81%E5%8A%9B%E4%B8%8B%E8%BD%BD%E5%99%A8/#disqus_thread + + + + + 简单介绍一下docker + https://rclilong.github.io/2024/04/30/%E7%AE%80%E5%8D%95%E4%BB%8B%E7%BB%8D%E4%B8%80%E4%B8%8Bdocker/ + https://rclilong.github.io/2024/04/30/%E7%AE%80%E5%8D%95%E4%BB%8B%E7%BB%8D%E4%B8%80%E4%B8%8Bdocker/ + Tue, 30 Apr 2024 14:52:19 GMT + + + + + + <p><img src="https://cdn.jsdelivr.net/gh/RCLiLong/picture/docker-logo.jpeg" alt="docker-logo"></p> +<h2 id="什么是docker"><a href="#什么是docker" + + + + + + + + 工具软件 + + + https://rclilong.github.io/2024/04/30/%E7%AE%80%E5%8D%95%E4%BB%8B%E7%BB%8D%E4%B8%80%E4%B8%8Bdocker/#disqus_thread + + + + + 简单介绍一下vlc播放器 + https://rclilong.github.io/2024/04/20/%E7%AE%80%E5%8D%95%E4%BB%8B%E7%BB%8D%E4%B8%80%E4%B8%8Bvlc/ + https://rclilong.github.io/2024/04/20/%E7%AE%80%E5%8D%95%E4%BB%8B%E7%BB%8D%E4%B8%80%E4%B8%8Bvlc/ + Sat, 20 Apr 2024 08:20:19 GMT + + + + + + <h2 id="前言"><a href="#前言" class="headerlink" + + + + + + + + 软件 + + + https://rclilong.github.io/2024/04/20/%E7%AE%80%E5%8D%95%E4%BB%8B%E7%BB%8D%E4%B8%80%E4%B8%8Bvlc/#disqus_thread + + + + + 简单介绍一下github + https://rclilong.github.io/2024/04/04/hello-github/ + https://rclilong.github.io/2024/04/04/hello-github/ + Thu, 04 Apr 2024 08:20:19 GMT + + + + + + <p>GitHub是一个面向开源及私有软件项目的托管平台,因为只支持Git作为唯一的版本库格式进行托管,故名GitHub。GitHub拥有1亿以上的开发人员,400万以上组织机构和3.3亿以上资料库。</p> +<p>GitHub于2008年4月10日正式上线,除了Git代码仓库托 + + + + + + + + 网站 + + + https://rclilong.github.io/2024/04/04/hello-github/#disqus_thread + + + + + ipv6_test + https://rclilong.github.io/2023/04/04/ipv6-test/ + https://rclilong.github.io/2023/04/04/ipv6-test/ + Tue, 04 Apr 2023 08:42:19 GMT + + + + + + <p>现在大部分的光纤宽带配备的光猫路由器二合一设备都默认开启ipv6了,这样我的香橙派连接wifi就可以获得ipv6地址了。可以使用ifconfig(ubuntu)来查看inet6。</p> +<pre><code>inet6 fe80::5e9c:2494:bd70:e545 + + + + + + + + 技术 + + + https://rclilong.github.io/2023/04/04/ipv6-test/#disqus_thread + + + + + 常用的markdown语法 + https://rclilong.github.io/2023/03/26/nihao/ + https://rclilong.github.io/2023/03/26/nihao/ + Sun, 26 Mar 2023 08:33:38 GMT + + + + + + <h1 id="欢迎使用-Cmd-Markdown-编辑阅读器"><a href="#欢迎使用-Cmd-Markdown-编辑阅读器" class="headerlink" title="欢迎使用 Cmd Markdown 编辑阅读器"></a>欢迎使用 Cmd + + + + + + + + 文档 + + + https://rclilong.github.io/2023/03/26/nihao/#disqus_thread + + + + + Hexo简单使用文档 + https://rclilong.github.io/2023/03/10/hello-world/ + https://rclilong.github.io/2023/03/10/hello-world/ + Fri, 10 Mar 2023 08:20:19 GMT + + + + + + <p>Welcome to <a href="https://hexo.io/">Hexo</a>! This is your very first post. Check <a href="https://hexo.io/docs/">documentation</a> + + + + + + + + 文档 + + + https://rclilong.github.io/2023/03/10/hello-world/#disqus_thread + + + + + diff --git "a/tags/\345\267\245\345\205\267\350\275\257\344\273\266/index.html" "b/tags/\345\267\245\345\205\267\350\275\257\344\273\266/index.html" index 52039e9..2718f4e 100644 --- "a/tags/\345\267\245\345\205\267\350\275\257\344\273\266/index.html" +++ "b/tags/\345\267\245\345\205\267\350\275\257\344\273\266/index.html" @@ -51,7 +51,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-12-25 23:06:36' + postUpdate: '2024-12-25 23:36:26' } -
标签 - 工具软件
2024
qbittorrent-优秀的服务器磁力下载器
简单介绍一下docker
公告
让世界更好地运行,让人们更好地生活。
\ No newline at end of file + +
标签 - 工具软件
2024
qbittorrent-优秀的服务器磁力下载器
简单介绍一下docker
公告
让世界更好地运行,让人们更好地生活。
\ No newline at end of file diff --git "a/tags/\346\212\200\346\234\257/index.html" "b/tags/\346\212\200\346\234\257/index.html" index 66e73b5..b8b04ea 100644 --- "a/tags/\346\212\200\346\234\257/index.html" +++ "b/tags/\346\212\200\346\234\257/index.html" @@ -51,7 +51,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-12-25 23:06:36' + postUpdate: '2024-12-25 23:36:26' } -
标签 - 技术
2023
ipv6_test
公告
让世界更好地运行,让人们更好地生活。
\ No newline at end of file + +
标签 - 技术
2023
ipv6_test
公告
让世界更好地运行,让人们更好地生活。
\ No newline at end of file diff --git "a/tags/\346\226\207\346\241\243/index.html" "b/tags/\346\226\207\346\241\243/index.html" index d6c3ad2..a8a9e4f 100644 --- "a/tags/\346\226\207\346\241\243/index.html" +++ "b/tags/\346\226\207\346\241\243/index.html" @@ -51,7 +51,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-12-25 23:06:36' + postUpdate: '2024-12-25 23:36:26' } -
标签 - 文档
2023
常用的markdown语法
Hexo简单使用文档
公告
让世界更好地运行,让人们更好地生活。
\ No newline at end of file + +
标签 - 文档
2023
常用的markdown语法
Hexo简单使用文档
公告
让世界更好地运行,让人们更好地生活。
\ No newline at end of file diff --git "a/tags/\347\275\221\347\253\231/index.html" "b/tags/\347\275\221\347\253\231/index.html" index 9bc24ef..595b32a 100644 --- "a/tags/\347\275\221\347\253\231/index.html" +++ "b/tags/\347\275\221\347\253\231/index.html" @@ -51,7 +51,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-12-25 23:06:36' + postUpdate: '2024-12-25 23:36:26' } -
标签 - 网站
2024
有趣的网站-radar.cloudflare.com
简单介绍一下github
公告
让世界更好地运行,让人们更好地生活。
\ No newline at end of file + +
标签 - 网站
2024
有趣的网站-radar.cloudflare.com
简单介绍一下github
公告
让世界更好地运行,让人们更好地生活。
\ No newline at end of file diff --git "a/tags/\350\275\257\344\273\266/index.html" "b/tags/\350\275\257\344\273\266/index.html" index 5daf1ad..eb1885c 100644 --- "a/tags/\350\275\257\344\273\266/index.html" +++ "b/tags/\350\275\257\344\273\266/index.html" @@ -51,7 +51,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-12-25 23:06:36' + postUpdate: '2024-12-25 23:36:26' } -
标签 - 软件
2024
简单介绍一下vlc播放器
公告
让世界更好地运行,让人们更好地生活。
\ No newline at end of file + +
标签 - 软件
2024
简单介绍一下vlc播放器
公告
让世界更好地运行,让人们更好地生活。
\ No newline at end of file