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" |
常用的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
Docker 是一个开源的应用容器引擎,它允许开发者打包他们的应用以及应用的依赖包到一个可移植的容器中,然后发布到任何流行的 Linux 机器上,也可以实现虚拟化。容器是完全使用沙箱机制,相互之间不会有任何接口
为什么要用docker
diff --git "a/2024/09/01/qbittorrent-\344\274\230\347\247\200\347\232\204\346\234\215\345\212\241\345\231\250\347\243\201\345\212\233\344\270\213\350\275\275\345\231\250/index.html" "b/2024/09/01/qbittorrent-\344\274\230\347\247\200\347\232\204\346\234\215\345\212\241\345\231\250\347\243\201\345\212\233\344\270\213\350\275\275\345\231\250/index.html" index 5607012..0a961cc 100644 --- "a/2024/09/01/qbittorrent-\344\274\230\347\247\200\347\232\204\346\234\215\345\212\241\345\231\250\347\243\201\345\212\233\344\270\213\350\275\275\345\231\250/index.html" +++ "b/2024/09/01/qbittorrent-\344\274\230\347\247\200\347\232\204\346\234\215\345\212\241\345\231\250\347\243\201\345\212\233\344\270\213\350\275\275\345\231\250/index.html" @@ -154,6 +154,7 @@ } detectApple() })(window) +
qbittorrent-优秀的服务器磁力下载器
qbittorrent-优秀的服务器磁力下载器
简介
qbittorrent是一款开源的、跨平台的、支持多种协议的BT下载软件,具有图形用户界面和命令行界面。
qbittorrent官方信息
官网:https://www.qbittorrent.org/download
dockerhub:https://hub.docker.com/r/linuxserver/qbittorrent
diff --git "a/2024/12/22/\346\234\211\350\266\243\347\232\204\347\275\221\347\253\231-radar.cloudflare.com/index.html" "b/2024/12/22/\346\234\211\350\266\243\347\232\204\347\275\221\347\253\231-radar.cloudflare.com/index.html" index 90a9ff8..6b015e3 100644 --- "a/2024/12/22/\346\234\211\350\266\243\347\232\204\347\275\221\347\253\231-radar.cloudflare.com/index.html" +++ "b/2024/12/22/\346\234\211\350\266\243\347\232\204\347\275\221\347\253\231-radar.cloudflare.com/index.html" @@ -154,6 +154,7 @@ } detectApple() })(window) +有趣的网站-radar.cloudflare.com
网站地址
1 https://radar.cloudflare.com/网站简介
Cloudflare Radar 是 Cloudflare 提供的一个工具,用于监控和可视化全球互联网的连接状况。它可以帮助用户了解互联网的延迟、丢包率、带宽等信息,从而更好地优化自己的网站或应用程序。下面将以网站侧边栏的顺序给大家一一介绍。
diff --git a/archives/2023/03/index.html b/archives/2023/03/index.html index 84d86da..03f1c2d 100644 --- a/archives/2023/03/index.html +++ b/archives/2023/03/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
文章总览 - 2