<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Hack - 分类 - Windvalley</title><link>https://windvalley.github.io/categories/hack/</link><description>Hack - 分类 - Windvalley</description><generator>Hugo -- gohugo.io</generator><language>zh-CN</language><managingEditor>levinwang6@gmail.com (windvalley)</managingEditor><webMaster>levinwang6@gmail.com (windvalley)</webMaster><copyright>This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.</copyright><lastBuildDate>Sun, 11 Dec 2022 22:53:45 +0800</lastBuildDate><atom:link href="https://windvalley.github.io/categories/hack/" rel="self" type="application/rss+xml"/><item><title>使用 Gopass 管理你的密码</title><link>https://windvalley.github.io/gopass/</link><pubDate>Sun, 11 Dec 2022 22:53:45 +0800</pubDate><author>作者</author><guid>https://windvalley.github.io/gopass/</guid><description>本文基于 MacOS 系统说明安装和使用 gopass 工具. 终端管理 gopass 安装 gopass 二进制安装 1 2 3 4 5 6 7 8 9 mkdir tmp &amp;amp;&amp;amp; cd tmp # 从官网找最新稳定版下载链接进行下载. wget -c https://github.com/gopasspw/gopass/releases/download/v1.15.0/gopass-1.15.0-darwin-amd64.tar.gz tar zxf gopass-1.15.0-darwin-amd64.tar.gz</description></item><item><title>使用Markdown编写漂亮的文档</title><link>https://windvalley.github.io/markdown-cheatsheet/</link><pubDate>Tue, 08 Mar 2022 10:54:53 +0800</pubDate><author>作者</author><guid>https://windvalley.github.io/markdown-cheatsheet/</guid><description><![CDATA[字符串高亮 1 2 3 4 5 I need to highlight these ==very important words==. 或 I need to highlight these &lt;mark&gt;very important words&lt;/mark&gt;. I need to highlight these very important words. 粗体字和斜体字 1 2 3 **bold text** *italicized text* This text is ***really important***. bold text italicized text This text is really important. 删除线 1 ~~The world is]]></description></item><item><title>实现Mac开机自动启动指定服务</title><link>https://windvalley.github.io/mac-onlogin/</link><pubDate>Sat, 09 Jun 2018 15:35:44 +0800</pubDate><author>作者</author><guid>https://windvalley.github.io/mac-onlogin/</guid><description>本文主要讲的是 macOS 重新启动后, 自动运行我们指定的服务, 实现开机自启动. 比如我们要实现让 hugo 本地 sever 开机自启动. macOS 的开机自启说明文档参考: man launchd 创建并</description></item><item><title>聊一聊代理</title><link>https://windvalley.github.io/proxy-overview/</link><pubDate>Wed, 02 Sep 2015 14:37:11 +0800</pubDate><author>作者</author><guid>https://windvalley.github.io/proxy-overview/</guid><description>什么是代理 代理（Proxy）是一个中间服务，它在客户端和目标服务器之间转发请求和响应。 代理的用途 用于 CDN 缓存技术, 静态内容或动态内容的加速服务</description></item><item><title>Linux命令行编辑快捷键</title><link>https://windvalley.github.io/linux-command-edit-tips/</link><pubDate>Sun, 20 Dec 2009 11:18:29 +0800</pubDate><author>作者</author><guid>https://windvalley.github.io/linux-command-edit-tips/</guid><description>命令行的光标移动 ctrl+b: 向左移动一个字符. ctrl+f: 向右移动一个字符. esc+b: 向左移动一个单词, 注意, 每移动一次都需要重新按esc键. esc+f: 向右移动一个单词, 注意,</description></item></channel></rss>