Melt's Blog

An Emacser


  • Home

  • Archives

  • Tags

浅说正向代理和反向代理和应用

Posted on 2024-03-02 00:00 | Post modified

Table of Contents

  • 1. Preface
  • 2. Retrospection
  • 3. Forward proxy
  • 4. Reverse proxy
  • 5. Forward proxy via SSH

1. Preface

在 macos 上的 Clash-X 有点不好用,并且界面崩坏。如果使用命令行的 clash 就没有如此烦恼,于是就是安装 brew install clash 。但 homebrew 中无 clash-premium ,无法使用 clash-premium 的 RULE-SET 指令,也尝试在网络设置中直接设置网络 proxy 为本地服务器,不过在 terminal 和 Emacs 中有不少使用形如 127.0.0.1:proxy-port 的代理配置,若直接根据机器修改配置将会对配置文件维护带来麻烦。

Read more »

闲游长江

Posted on 2024-02-15 00:00 | Post modified

Table of Contents

  • 1. 老家
  • 2. 公路
  • 3. 长江
  • 4. 378Q
Read more »

读完《高敏感是种天赋》

Posted on 2024-01-20 00:00 | Post modified

今天看完了一本一直想看的书,名字是 高敏感是种天赋 。 书名虽带有「天赋」二字,看完给我的感受是,内容整体上更多在介绍高敏感人会是什么样子,并未突出天赋。 甚至书中还不断提到,高敏感人士的回避、低自尊性实际上在主流上看来是一种劣势。 也有提到高敏感人士对与共情、创造有更多的体验,这些算是好处,但也算不上是天赋吧。

Read more »

一些与「三国」相关

Posted on 2024-01-16 00:00 | Post modified

Table of Contents

  • 1. 游戏
  • 2. 影视
  • 3. 音乐
  • 4. 考据
    • 4.1. 地图
    • 4.2. 巡礼
Read more »

Use SSH Service via Cloudflare

Posted on 2024-01-13 00:00 | Post modified

Table of Contents

  • 1. Preface
  • 2. Cloudflare tunnel
  • 3. SSH client connect

1. Preface

一直以来有在公网使用 SSH 服务的需求,之前有使用过公网服务器来进行 SSH 转发,但若公网服务器或域名被网关封锁就也无能为力了,幸好还有 Cloudflare 的动态代理,为人津津乐道的还是它的免费。为什么对普通用户这么友好的服务在大陆没有呢?这个问题就很好所以答案不重要。

2. Cloudflare tunnel

Cloudflare 官网有详细的教程指导如何借助 Cloudflare Zero Trust 来为 Secure Shell Protocol (SSH) 提供穿透 ,这里选择 Connect to SSH server with cloudflared access 的方式,步骤如下:

Read more »

2023 读书观影记录

Posted on 2023-12-31 00:00 | Post modified

Table of Contents

  • 1. 书籍
  • 2. 电影
Read more »

在 Emacs 中用正则表达式多点替换

Posted on 2023-12-29 00:00 | Post modified

最近在使用 Emacs 的 org-mode 过程中,发现有些格式的 org-agenda-schedule 的条目,诸如带有 SCHEDULED: <2023-12-29 Fri -2d ++1m> 及 DEADLINE: <2023-12-29 Fri -2d ++1m> 的条目并没有实现自己的目的。普通的条目 SCHEDULED: <2023-12-29 Fri ++1m> 可以在 2023/12/29 开始的每一个月在 org-agenda 中生成一个条目以进行日程提醒,添加 -2d 的目的是“提前两天”进行提示。

Read more »

为什么你应该写博客

Posted on 2023-11-21 00:00 | Post modified

最近在读刘未鹏的《暗时间》,很长时间之前就看过他的博客,也听说《暗时间》,现在重新读一遍还是有一种非常佩服的感觉。

Read more »

半泽直树

Posted on 2023-10-16 00:00 | Post modified

今天开始看半泽直树第一季,真的很好看。第一季第一集就可以看出主角的品行,但又对后面的剧情充满兴趣。

Read more »

GPG

Posted on 2023-07-16 00:00 | Post modified | In Linux

Table of Contents

  • 1. GPG
  • 2. GNU
  • 3. Privacy
    • 3.1. Encrypting(signature) and decrypting documents
    • 3.2. Guard

1. GPG

GPG is short for GNU Privacy Guard. GnuPG is a tool for secure communication.

2. GNU

GNU is an operating system that if free software.

3. Privacy

3.1. Encrypting(signature) and decrypting documents

  • Encrypting A public key may be thought of as an open safe. alice% gpg --output doc.gpg --encrypt --recipient [email protected] doc
  • Read more »
1 … 3 4 5 … 8
Melt

Melt

Questions create realities.

72 posts
5 categories
20 tags
RSS
GitHub
© 2021 - 2025 Melt
Powered by Jekyll
Theme - NexT.Muse