shell脚本执行错误 $’\r’:command not found
shell脚本是在win下编写的,每行结尾是\r\n Unix 结果行是\n 所以在Linux下运行… 继续阅读 shell脚本执行错误 $’\r’:command not found
shell脚本是在win下编写的,每行结尾是\r\n Unix 结果行是\n 所以在Linux下运行… 继续阅读 shell脚本执行错误 $’\r’:command not found
在 Unix 系统上无法直接通过 ssh 客户端执行 bash 别名 别名命令找不到 ssh use… 继续阅读 ssh执行远程服务器的命令别名
export PATH=/usr/local/sbin:/usr/local/bin:/usr/sb… 继续阅读 bash: tty: command not found…
系统版本 [root@test]# cat /etc/redhat-release Red Hat … 继续阅读 Red Hat Enterprise Linux Server release 7.6 (Maipo)改用CentOS7 yum源
–no-check-certificate yum install -y openssl-deve… 继续阅读 wget出现Unable to establish SSL connection
“`bash #!/bin/bash #Oct,20, to clean catalina log… 继续阅读 delCatalinaLogs.sh
在运行kubectl命令之前设置namespace首选项。在执行kubectl命令之前运行以下命令,… 继续阅读 kubernetes设置默认namespace
# 列出默认命名空间下的所有Deployment kubectl get deploy # 通过定义… 继续阅读 kubectl控制ReplicaSet更新状态
curl ‘https://qyapi.weixin.qq.com/cgi-bin/webhook/… 继续阅读 企业微信机器人发消息
准备: cat <<EOF | tee /etc/modules-load.d/cont… 继续阅读 Kubelet安装集成Containerd
https://github.com/star7th/showdoc 原版官方镜像安装命令(中国大陆… 继续阅读 docker安装showdoc文档管理
手机号都为11位,且以1开头,第二位一般为3、5、6、7、8、9 ,剩下八位任意数字 例如:1398… 继续阅读 python正则表达式 手机号码
kubectl taint node node01 node-role.kubernetes.io/… 继续阅读 kubernetes master节点参与调度
#!/bin/bash curl -i -k ‘https://aip.baidubce.com/o… 继续阅读 获取百度云api token
docker-wine-coolq 可以使你通过 Wine 在 Docker 容器中运行 酷Q Ai… 继续阅读 coolq 安装
安装 yum groupinstall -y “Development tools” yum ins… 继续阅读 uwsgi安装
安装EPEL源: yum install -y epel-release 查看下jq包是否存在: y… 继续阅读 CentOS7安装jq
rewrite server { listen 80; server_name test.com w… 继续阅读 nginx中http强制跳https
javax.activation.DataSource.getConnection 找不到getCo… 继续阅读 javax.activation.DataSource.getConnection
启用 SSL Session 缓存可以大大减少 TLS 的反复验证,减少 TLS 握手的 round… 继续阅读 nginx启用 SSL Session 缓存