domain 的自言自语 2504

Linux

深入理解Linux Netlink机制:进程间通信的关键 – 知乎

The proc/net/tcp and proc/net/tcp6 variables — The Linux Kernel documentation

kernel.org/doc/Documentation/networking/proc_net_tcp.txt

How to increase swap space? – Ask Ubuntu

GitHub – canonical/cloud-utils: This package provides a useful set of utilities for interacting with a cloud.

apt install cloud-guest-utils -y
growpart /dev/sda 1
e2fsck -f /dev/sda1
resize2fs /dev/sda1

读书

大教堂与集市 (豆瓣)

网络

HTTPS 温故知新(四) —— 直观感受 TLS 握手流程(下)

Submarine Cable Map

杂项

calculator-app – Chad Nauseam Home
搞个计算器是真的不容易。

Site Names in Google Search | Google Search Central  |  Documentation  |  Google for Developers
发现搜索的时候,站点名称没有展示,而是显示为域名。

找到了从哪里获取的就比较好办了,这段可以直接在 functions.php 里面注入:

add_action('wp_head', function () {
    echo '<script type="application/ld+json">{"@context":"http://schema.org","@type":"WebSite","name":"我们的笔记","url":"' . home_url() . '"}</script>';
});

评论

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注

目录