command
-
【Mac】zsh: command not found: python
1、现象 2、原因 因为只有python3 3、处理 MacBook-Pro ~ % echo “alias python=/usr/bin/python3” >…
-
Rocklinux 8 Docke (not passed)
How to Install Docker on Rocky Linux 8 Docker is a virtualization platform that allows y…
-
od机试第三题
■ 题目描述 【统计文本数量】 题目描述 有一个文件,包含以一定规则写作的文本,请统计文件中包含的文本数量。 规则如下: 1. 文本以”;”分隔,最后一条可以没有”;”,但空文本不…
-
Linux crontab速查使用
你是否在做需求的时候,经常遇到业务发来的紧急提数要求:必须要提取指定规则的数据,还需要每天跑一次。 此时按照版本排期时间可能来不及。 那么就写个临时的脚本拉数据,使用Linux自带…
-
linux中如何将多条命令写入在一行中,其中包括while语句,同时,在k8s的command中如何来使用
我们有如下的命令: echo “Error response from daemon: driver failed programming external connectiv…
-
ansible-playbook 部署zabbix agent
cat socat.service [Unit] Description=socat Server Requires=network.target After=networ…
-
解决双击.jar包无法运行
首先确保jar包的打开方式为javaw.exe。双击仍无法打开是因为没有设置打开文件参数导致的。开始菜单搜索regedit,必须以管理员身份打开。找到HKEY_CLASSES_RO…
-
Typora快捷键大全
Typora快捷键大全 原创 超 猪猪生信收录于话题#学习小技巧2个内容 快捷键官方文档:https://support.typora.io/Shortcut-Keys/#chan…
-
PostgreSQL 10~14 安装及卸载脚本(仅适用于CentOS7,其他系统未验证)
PostgreSQL 10~14 安装及卸载脚本 新建文本直接把代码复制进去,赋予755权限,直接运行。 选项1:安装pgsql,默认账号密码都为postgres 选项2:删除之前…
-
在 jenkins 中构建镜像时,报错:repository not found: does not exist or no pull access 的分析解决
1、在 jenkins 中构建镜像时,报错:repository registry-vpc.cn-beijing.aliyuncs.com/cmc/centos-nginx112-…