conda.md 安装第 1 步 – 准备 Anaconda 安装程序使用 cd 命令,进入/tmp目录: cd /tmp 接下来,使用 curl 命令从官网下载 Anaconda 安装程序脚本。访问 Anaconda安装程序脚本下载页面,以检查最新版本。执行命令下载脚本: # 示例 curl --output anaconda.sh https://repo.anaconda.com/archive/Anac 2024-05-08 domain > python #conda #Anaconda #python
有线连接两台ubuntu.md 概述通过网线连接两台物理机使相连 步骤 网线连接 设置机器A 设置机器B 机器设置 设置 -> 网络 -> 选择网卡 mac -> ipv4 选择手动,不需要设置网关 2024-05-07 domain > linux #ubuntu #network
网络扫描工具.md 概述工具fping1234# apt install fping# 扫描局域网 192.168.1.1/24 存活的主机fping -a -g 192.168.1.1/24 2024-05-07 domain > network #network #scan
editorconfig.md 概述编辑器配置,放入到 项目根目录中 参考editor config 官网 实例123456789101112131415161718192021222324; https://editorconfig.org/root = true[*]insert_final_newline = truecharset = utf-8trim_trailing_whitespace = trueindent_ 2024-05-07 domain > 文档 #editor config
html2markdown.md 概述html to markdown 安装见 github 使用(从获取 html) 浏览器打开目标 html C-s 保存 html 到本地 执行 html2text xxx.html utf-8 2024-05-07 domain > 文档 #tool
有线连接两台ubuntu.md 概述通过网线连接两台物理机使相连 步骤 网线连接 设置机器A 设置机器B 机器设置 设置 -> 网络 -> 选择网卡 mac -> ipv4 选择手动,不需要设置网关 2024-05-07 domain > linux #ubuntu #network
网络扫描工具.md 概述工具fping1234# apt install fping# 扫描局域网 192.168.1.1/24 存活的主机fping -a -g 192.168.1.1/24 2024-05-07 domain > network #network #scan
editorconfig.md 概述编辑器配置,放入到 项目根目录中 参考editor config 官网 实例123456789101112131415161718192021222324; https://editorconfig.org/root = true[*]insert_final_newline = truecharset = utf-8trim_trailing_whitespace = trueindent_ 2024-05-07 domain > 文档 #editor config
html2markdown.md 概述html to markdown 安装见 github 使用(从获取 html) 浏览器打开目标 html C-s 保存 html 到本地 执行 html2text xxx.html utf-8 2024-05-07 domain > 文档 #tool