随笔分类 - linux
摘要:1. 命令行-通配符 globbing patterns 命令行查询、编辑、过滤文件或目录对象时,使用通配符匹配文件或目录名称的文本格式 ? 单个任意字符,不能匹配空格 # 创建测试数据 touch a.txt b.txt cd.txt 'e f.txt' # 输出: a.txt. b.txt ls
阅读全文
摘要:1. 管理服务启停工具 systemctl -- 将应用程序抽象为一个service,然后对这个service进行创建、启停、状态查看、配合journalctl进行日志管理 子命令 效果 start 启动 stop 停止 restart 重启 status 服务的当前状态 enable 开机启动 d
阅读全文
摘要:window-子系统-ubuntu 1. 背景 提供类Linux开发环境(命令行、文件系统、进程管理、网路) 2. 安装 A. wsl 安装 下载链接: https://wslstorestorage.blob.core.windows.net/wslblob/wsl_update_x64.msi
阅读全文
摘要:1. 背景 证书需要向云服务提供商购买,是需要付费,但用在应用开发场景是不合适的,需要开发者自己自签证书进行测试 2. 工具包 Cygwin a large collection of GNU and Open Source tools which provide functionality sim
阅读全文