mirror of
https://github.com/Dichgrem/Blog.git
synced 2025-02-23 22:18:37 -05:00
296 lines
10 KiB
HTML
296 lines
10 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="en">
|
||
|
||
<head>
|
||
<title>Dich'blog</title>
|
||
|
||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5">
|
||
<meta name="robots" content="noodp"/>
|
||
|
||
<link rel="stylesheet" href="https://blog.dich.ink/style.css">
|
||
<link rel="stylesheet" href="https://blog.dich.ink/color/blue.css">
|
||
|
||
<link rel="stylesheet" href="https://blog.dich.ink/color/background_dark.css">
|
||
|
||
<link rel="stylesheet" href="https://blog.dich.ink/font-hack-subset.css">
|
||
|
||
<meta name="description" content="用电子罗盘,转赛博核桃,勘电磁风水,寻网络龙脉">
|
||
|
||
<meta property="og:description" content="用电子罗盘,转赛博核桃,勘电磁风水,寻网络龙脉">
|
||
<meta property="og:title" content="Dich'blog">
|
||
<meta property="og:type" content="website">
|
||
<meta property="og:url" content="https://blog.dich.ink/">
|
||
|
||
<meta name="twitter:card" content="summary_large_image">
|
||
<meta name="twitter:description" content="用电子罗盘,转赛博核桃,勘电磁风水,寻网络龙脉">
|
||
<meta name="twitter:title" content="Dich'blog">
|
||
<meta property="twitter:domain" content="blog.dich.ink">
|
||
<meta property="twitter:url" content="https://blog.dich.ink/">
|
||
|
||
|
||
<link rel="alternate" type="application/atom+xml" title="RSS" href="https://blog.dich.ink/atom.xml">
|
||
|
||
</head>
|
||
|
||
<body class="">
|
||
<div class="container">
|
||
|
||
<header class="header">
|
||
<div class="header__inner">
|
||
<div class="header__logo">
|
||
|
||
<a href="https://blog.dich.ink" style="text-decoration: none;">
|
||
<div class="logo">
|
||
|
||
Dich'blog
|
||
|
||
</div>
|
||
</a>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
|
||
<nav class="menu">
|
||
<ul class="menu__inner">
|
||
<li class="active"><a href="https://blog.dich.ink">blog</a></li>
|
||
|
||
<li><a href="https://blog.dich.ink/tags">tags</a></li>
|
||
|
||
<li><a href="https://blog.dich.ink/archive">archive</a></li>
|
||
|
||
<li><a href="https://blog.dich.ink/about">about me</a></li>
|
||
|
||
<li><a href="https://blog.dich.ink/links">links</a></li>
|
||
|
||
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">github</a></li>
|
||
</ul>
|
||
</nav>
|
||
|
||
|
||
|
||
</header>
|
||
|
||
|
||
<div class="content">
|
||
|
||
<div class="posts">
|
||
<div class="post on-list">
|
||
|
||
<h1 class="post-title"><a href="https://blog.dich.ink/open-source-what/">开源世界:什么是开源</a></h1>
|
||
<div class="post-meta-inline">
|
||
|
||
<span class="post-date">
|
||
2024-03-01
|
||
</span>
|
||
|
||
</div>
|
||
|
||
|
||
<span class="post-tags-inline">
|
||
:: tags:
|
||
<a class="post-tag" href="https://blog.dich.ink/tags/open-source/">#Open-Source</a>
|
||
<a class="post-tag" href="https://blog.dich.ink/tags/tech/">#Tech</a></span>
|
||
|
||
|
||
|
||
|
||
<div class="post-content">
|
||
<p>前言 「开源」一词对应英文 Open Source,最初起源于软件开发领域,因此也称为「开放源代码」,对应的软件则称为开源软件(Open Source Software,简称 OSS)。</p>
|
||
|
||
</div>
|
||
<div>
|
||
<!-- ︎ -- force text style - some devices render this as emoji -->
|
||
<a class="read-more button" href="https://blog.dich.ink/open-source-what/">
|
||
<span class="button__text">Read more</span>
|
||
<span class="button__icon">↩︎</span>
|
||
</a>
|
||
</div>
|
||
|
||
|
||
</div>
|
||
|
||
<div class="post on-list">
|
||
|
||
<h1 class="post-title"><a href="https://blog.dich.ink/routing/">路由器原理与组网</a></h1>
|
||
<div class="post-meta-inline">
|
||
|
||
<span class="post-date">
|
||
2024-02-19
|
||
</span>
|
||
|
||
</div>
|
||
|
||
|
||
<span class="post-tags-inline">
|
||
:: tags:
|
||
<a class="post-tag" href="https://blog.dich.ink/tags/tech/">#Tech</a>
|
||
<a class="post-tag" href="https://blog.dich.ink/tags/wifi/">#Wifi</a>
|
||
<a class="post-tag" href="https://blog.dich.ink/tags/route/">#route</a></span>
|
||
|
||
|
||
|
||
|
||
<div class="post-content">
|
||
<p>前言 所谓无线路由,就是具备无线覆盖的路由器,即我们常用的有天线的家用路由器。而家庭组网中,除了选择一个最合适的上网方案,一部好的路由器也是非常重要;那么,如何科学的选购路由器呢?</p>
|
||
|
||
</div>
|
||
<div>
|
||
<!-- ︎ -- force text style - some devices render this as emoji -->
|
||
<a class="read-more button" href="https://blog.dich.ink/routing/">
|
||
<span class="button__text">Read more</span>
|
||
<span class="button__icon">↩︎</span>
|
||
</a>
|
||
</div>
|
||
|
||
|
||
</div>
|
||
|
||
<div class="post on-list">
|
||
|
||
<h1 class="post-title"><a href="https://blog.dich.ink/local-isps-to-cn-report/">MJJ入门:国内至国际骨干ISP线路整理</a></h1>
|
||
<div class="post-meta-inline">
|
||
|
||
<span class="post-date">
|
||
2024-02-10
|
||
</span>
|
||
|
||
</div>
|
||
|
||
|
||
<span class="post-tags-inline">
|
||
:: tags:
|
||
<a class="post-tag" href="https://blog.dich.ink/tags/isp/">#ISP</a>
|
||
<a class="post-tag" href="https://blog.dich.ink/tags/net/">#Net</a>
|
||
<a class="post-tag" href="https://blog.dich.ink/tags/tech/">#Tech</a></span>
|
||
|
||
|
||
|
||
|
||
<div class="post-content">
|
||
<p>前言 本文主要探讨的是IPv4网络,国际出口线路的质量分析以及各大ISP的介绍。</p>
|
||
|
||
</div>
|
||
<div>
|
||
<!-- ︎ -- force text style - some devices render this as emoji -->
|
||
<a class="read-more button" href="https://blog.dich.ink/local-isps-to-cn-report/">
|
||
<span class="button__text">Read more</span>
|
||
<span class="button__icon">↩︎</span>
|
||
</a>
|
||
</div>
|
||
|
||
|
||
</div>
|
||
|
||
<div class="post on-list">
|
||
|
||
<h1 class="post-title"><a href="https://blog.dich.ink/awesome-podcast-use/">搭建个人信息流:播客收听指北</a></h1>
|
||
<div class="post-meta-inline">
|
||
|
||
<span class="post-date">
|
||
2024-01-20
|
||
</span>
|
||
|
||
</div>
|
||
|
||
|
||
<span class="post-tags-inline">
|
||
:: tags:
|
||
<a class="post-tag" href="https://blog.dich.ink/tags/life/">#Life</a>
|
||
<a class="post-tag" href="https://blog.dich.ink/tags/podcast/">#Podcast</a></span>
|
||
|
||
|
||
|
||
|
||
<div class="post-content">
|
||
<p>前言 讲起播客,许多人第一反应是喜马拉雅,但其实播客的订阅和收听有许多种方式。本文带你了解订阅播客的各种方式,并告诉你市面上有哪些不错的播客客户端可供选择。</p>
|
||
|
||
</div>
|
||
<div>
|
||
<!-- ︎ -- force text style - some devices render this as emoji -->
|
||
<a class="read-more button" href="https://blog.dich.ink/awesome-podcast-use/">
|
||
<span class="button__text">Read more</span>
|
||
<span class="button__icon">↩︎</span>
|
||
</a>
|
||
</div>
|
||
|
||
|
||
</div>
|
||
|
||
<div class="post on-list">
|
||
|
||
<h1 class="post-title"><a href="https://blog.dich.ink/rss-read/">搭建个人信息流:RSS阅读指南</a></h1>
|
||
<div class="post-meta-inline">
|
||
|
||
<span class="post-date">
|
||
2024-01-20
|
||
</span>
|
||
|
||
</div>
|
||
|
||
|
||
<span class="post-tags-inline">
|
||
:: tags:
|
||
<a class="post-tag" href="https://blog.dich.ink/tags/rss/">#RSS</a>
|
||
<a class="post-tag" href="https://blog.dich.ink/tags/tech/">#Tech</a></span>
|
||
|
||
|
||
|
||
|
||
<div class="post-content">
|
||
<p>前言 RSS 提供了一种数据格式,以 XML(可扩展标记语言)的形式组织信息,包括文章标题、摘要、链接和发布日期等。这些信息形成了所谓的“订阅源”(Feed),用户可以使用RSS阅读器(Feed Reader)来订阅这些源。</p>
|
||
|
||
</div>
|
||
<div>
|
||
<!-- ︎ -- force text style - some devices render this as emoji -->
|
||
<a class="read-more button" href="https://blog.dich.ink/rss-read/">
|
||
<span class="button__text">Read more</span>
|
||
<span class="button__icon">↩︎</span>
|
||
</a>
|
||
</div>
|
||
|
||
|
||
</div>
|
||
<div class="pagination">
|
||
<div class="pagination__buttons">
|
||
<span class="button previous">
|
||
<a href="https://blog.dich.ink/page/3/">
|
||
<span class="button__icon">←</span>
|
||
<span class="button__text">Newer posts</span>
|
||
</a>
|
||
</span>
|
||
|
||
<span class="button next">
|
||
<a href="https://blog.dich.ink/page/5/">
|
||
<span class="button__text">Older posts</span>
|
||
<span class="button__icon">→</span>
|
||
</a>
|
||
</span>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
|
||
<footer class="footer">
|
||
<div class="footer__inner">
|
||
<div class="copyright">
|
||
<span>©
|
||
2024
|
||
Dichgrem</span>
|
||
<span class="copyright-theme">
|
||
<span class="copyright-theme-sep">:: </span>
|
||
Theme: <a href="https://github.com/pawroman/zola-theme-terminimal/">Terminimal</a> by pawroman
|
||
</span>
|
||
</div>
|
||
</div>
|
||
</footer>
|
||
|
||
<script async defer src="http://173.249.208.93:12345/tracker.js" data-website-id="cluckwxwg0005qf4n55m737sz"></script>
|
||
</div>
|
||
</body>
|
||
|
||
</html>
|