# OpenPGP [RFC4880](https://tools.ietf.org/html/rfc4880) 将[OpenPGP](https://www.openpgp.org/) 定义为用于签名和加密的标准。它使用私钥对邮件和文档进行签名/加密。使用OpenPGP的最常用工具之一是`GNU Privacy Guard`,简称`GnuPG`或`gpg`。 私钥可以存储在CanoKey
# Setup 本节介绍开始使用`CanoKey`之前需要做的事情。 ## Linux ### udev 为了允许非root用户使用密钥,您需要在其中添加udev规则`/etc/udev/rules.d/69-canokeys.rules` ``` # GnuPG/pcsclite SUBSYSTEM!="usb", GOTO="canokeys_rules_end"
message
2021-02-13
## 1. 安装 `ipset` ```shell apt install ipset ``` ## 2. 新建防火墙组 `cf4` ```shell ipset create cf4 hash:net ``` ## 3. 在防火墙内填 Cloudflare的 IPv4 地址 ```shell for x in $(curl https://www.cloud
今天我们要介绍的是Pacman[(消歧义)](https://en.wikipedia.org/wiki/Pac-Man_(disambiguation) Pacman是一个软件包管理器,作为ArchLinux发行版的一部分,是ArchLinux的一大亮点。它汲取了其他Linux版本软件管理的优点,譬如Debian的`APT`机制、Redhat的 `Yum`机制、 Suse的`Yast`等,对