<?xml version='1.0' encoding='UTF-8'?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="zh"><id>https://liqiang.io/</id><title>格物致知</title><updated>2025-01-14T22:19:44.393148+00:00</updated><author><name>行者酱油君</name><email>liqianglau@outlook.com</email></author><link href="https://liqiang.io" rel="alternate"/><link href="https://liqiang.io/atom.xml" rel="self"/><generator uri="https://lkiesow.github.io/python-feedgen" version="0.9.0">python-feedgen</generator><subtitle>专注于分享后端相关的技术以及设计架构思想，偶尔写一些生活和前端相关的东西</subtitle><entry><id>https://liqiang.io/post/4c8c6242</id><title>curl 常用的一些命令</title><updated>2024-11-09T15:09:00+00:00</updated><content>Linux curl 是通过 URL 语法在命令行下上传或下载文件的工具软件，它支持 http, https, ftp, ftps, telnet 等多种协议，常被用来抓取网页和监控Web服务器状态，在日常工作中，我也经常用它来验证一些线上的问题，但是因为参数有不少，所以经常记不住，于是就做了一下笔记。</content><link href="https://liqiang.io/post/tips-for-curl-4c8c6242" rel="alternate"/></entry><entry><id>https://liqiang.io/post/7663c87c-85c8-4424-98a3-8584feb98c27</id><title>Ubuntu 安装 Terraform 和 Terragrunt</title><updated>2024-09-05T23:54:00+00:00</updated><content>因为需要在云上部署一些服务，所以就使用了一下 terraform，这篇简单记录了一些常用操作以及遇到的一些问题和解决方法。</content><link href="https://liqiang.io/post/install-terraform-and-terragrunt-in-ubuntu-7663c87c" rel="alternate"/></entry><entry><id>https://liqiang.io/post/203bca11-dae4-4b91-9dcc-848216bd8b6b</id><title>基于 libbpf 的 ebpf 实操入门</title><updated>2024-09-02T23:06:00+00:00</updated><content>之前研究了一段时间的 eBPF，并且记录了一些笔记，但是因为懒所以没有整理，所以简单梳理了一些，这篇主要是介绍基于 libbpf 使用 eBPF 的一些记录。</content><link href="https://liqiang.io/post/libbpf-in-action-zh-203bca11" rel="alternate"/></entry><entry><id>https://liqiang.io/post/cad560a6-620a-49bb-9eca-390c67af8cbc</id><title>基于 BCC 的 eBPF 实操入门</title><updated>2024-08-25T23:54:00+00:00</updated><content>之前研究了一段时间的 eBPF，并且记录了一些笔记，但是因为懒所以没有整理，所以简单梳理了一些，这篇主要是介绍给予 BCC 使用 eBPF 的一些记录。</content><link href="https://liqiang.io/post/ebpf-bcc-in-action-zh-cad560a6" rel="alternate"/></entry><entry><id>https://liqiang.io/post/856688fa</id><title>Chrome 插件开发</title><updated>2024-08-03T09:38:00+00:00</updated><content>Chrome 支持各种各样的功能，功能比较强大，其中插件是必不可少的利器，但是，平时出于职业习惯（有些产品强迫症），对于使用的插件总是有一些不满意，所以就会自己去改改，其实改起来很简单，但是对插件的整体没啥了解，所以这篇文章记录一下关于 Chrome 插件开发的一些概览。</content><link href="https://liqiang.io/post/chrome-extension-development-856688fa" rel="alternate"/></entry><entry><id>https://liqiang.io/post/00dd5914</id><title>Chrome Devtools 使用 JQuery</title><updated>2024-08-03T02:16:00+00:00</updated><content>因为 Chrome 开发者工具里面的选择器和 jQuery 类似，但是不一样，所以我还是习惯使用 jQuery，所以这里记录一下如何在 DevTools 中引用 jQuery</content><link href="https://liqiang.io/post/using-jquery-in-chrome-devtools-00dd5914" rel="alternate"/></entry><entry><id>https://liqiang.io/post/72ed8e1b-17ea-48af-b88c-922565bec857</id><title>CoreDNS 介绍与简单入门使用</title><updated>2024-07-22T14:09:00+00:00</updated><content>DNS 是网络中非常重要的一个服务和话题，在平时工作中使用的也非常多，之前我也写过一篇介绍 DNS 以及系统设置的文章，DNS 以及 Linux 下的相关配置文件，但是今天我要聊一聊的是自己通过 CoreDNS 部署一个 DNS 服务器。</content><link href="https://liqiang.io/post/coredns-introduce-and-usage-72ed8e1b" rel="alternate"/></entry><entry><id>https://liqiang.io/post/ab6d1224-5667-4a88-8028-7b22da5235e7</id><title>Mac 无法打开终端</title><updated>2024-07-17T01:47:00+00:00</updated><content>今天一上班打开电脑就遇到终端无法使用的情况，一脸懵，所以就手忙脚乱地查找资料来解决了。</content><link href="https://liqiang.io/post/mac-cannot-open-terminal" rel="alternate"/></entry><entry><id>https://liqiang.io/post/dc6c8d96-4971-42a6-978d-daec4710caee</id><title>DNS 中的两个特殊案例：绝对限定域名和通配符</title><updated>2024-06-22T12:42:00+00:00</updated><content>在进行 DNS 设置的时候，我们通常都是指定一个域名的名字，然后配置 CNAME 或者 A/AAAA 记录，但是，最近因为工作的原因，我发现了两个特殊的用法，分别是：域名后面加了个 . 和 DNS 中使用通配符，本文就对这两种情况简单做个小结。</content><link href="https://liqiang.io/post/absolute-fully-qualified-domain-dc6c8d96" rel="alternate"/></entry><entry><id>https://liqiang.io/post/3647e525-ebcf-4775-9f5a-8577109945b3</id><title>Jenkins 的 Credentials 并不安全</title><updated>2024-06-18T14:02:00+00:00</updated><content>最近在使用 Jenkins 的时候，突然想到我一直都是使用 Credentials 来保存加密信息，那么它真的是安全的吗？所以就有了这篇文章用于简单地介绍它并不是真的完全安全。</content><link href="https://liqiang.io/post/insecure-jenkins-credentials-3647e525" rel="alternate"/></entry></feed>