brew安装
1. 国内安装 /bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)" 附件: Homebrew.sh Homebrew.sh 2. 安装之后配置 此步骤成功 /Users/fsbook/.bash_profile:75: command not found: c...
1. 国内安装 /bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)" 附件: Homebrew.sh Homebrew.sh 2. 安装之后配置 此步骤成功 /Users/fsbook/.bash_profile:75: command not found: c...
法1.安装bash-completion 安装完成之后,根据提示 在 ~/.bash_profile中添加此行 [[ -r "/usr/local/etc/profile.d/bash_completion.sh" ]] && . "/usr/local/etc/profile.d/bash_completion.sh" 法2.新增文件.bashrc 在里面最后一行添加 c...
创建用户 #全网可登录 create user 'cmstest'@'%' identified by 'yTaFp=4vH@gKAp86kC'; #本地登录 create user 'cmstest'@'localhost' identified by 'yTaFp=4vH@gKAp86kC'; #指定IP登录 create user 'cmstest'@'192.168.0.33_' ...
偏好设置 前往 "系统偏好设置" > "软件更新",将 "自动检查更新" 勾选框取消勾选。 命令行 sudo defaults write /Library/Preferences/com.apple.SoftwareUpdate AutomaticDownload -boolean FALSE 禁止更新 sudo softwareupdate --ignore "macOS ...
Visio2019破解使用
1. curl -s : 结果不显示统计信息,参数将不输出错误和进度信息。 -m : 允许的最多传输时间 连接websocket curl --no-buffer -H 'Connection: keep-alive, Upgrade' -H 'Upgrade: websocket' -v -H 'Sec-WebSocket-Version: 13' -H 'Sec-WebSocket...
自建邮箱服务器集群可以提高邮箱服务的可靠性和可扩展性。以下是实现自建邮箱服务器集群的一般步骤: 选择邮件服务器软件:常见的邮件服务器软件包括 Postfix、Exim、Qmail、Sendmail 等。你可以根据自己的需求和偏好选择合适的软件。 配置基本的邮件服务器:安装所选邮件服务器软件,并按照软件的官方文档或其他指南进行基本的配置,例如配置域名、DN...
Grafana 的 Metrics Browser 正则表达式 匹配数字: AliyunEcs_CPUUtilization{instanceName=~"edm-[0-9]+.*"} [0-9]+: 匹配一个或多个数字字符 鼠标放在其中一个表上,会显示同一时间段的所有面板的数值 列表配置 无数据时补充数据 1. clamp_min 限制最小值 ...
gitlab hook shell脚本 例子 #!/bin/bash # Set the JIRA ID pattern to match against JIRA_PATTERN='[A-Z]{2,}-[0-9]+' # Read the commit message from GitLab standard input while read oldrev newrev re...
https://blog.csdn.net/dling8/article/details/122865329 keepalive_timeout send_timeout client_header_timeout client_body_timeout proxy_connect_timeout proxy_send_timeout proxy_read_timeout l...