Appearance
第14期 52 week share 2024-12-27
本周我读到有趣的文章
1、dsq
TIP
一个命令行工具,可以对 JSON、CSV、Excel 等格式的文件执行 SQL 查询语句。
2、Mnginx playground(英文)
TIP
一个线上的 nginx 游乐场。你可以在网页上填写 nginx 配置文件,然后在线启动一个 nginx 实例。接着,你输入各种 curl 命令,与这个实例互动。
3、Jodd
TIP
一个 Java 工具包,包含一些实用的小工具,增强 JDK 的功能,包体积不到 1.7M。
TIP
这个网页工具可视化展示了 Base64 内部的解码编码过程
TIP
长篇的学习笔记,介绍 Linux 系统管理入门操作
TIP
2024-12-18 GitHub 宣布,编程助手 GitHub Copilot 向所有用户免费开放
7、rsync 命令
bash
rsync [options] source destination
rsync /path/to/local/folder/ vps-user@185.185.185.185:/path/to/remote/folder/
Recursively searches files in a directory for a pattern
grep -ir
grep -ir "test"