Mac中安装brew最简单的方式 1.启动命令行,输入命令 /bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)" 2.启动脚本后,选择下载源 3.默默等待安装成功。。。。 ...
分类:
系统相关 时间:
2020-11-26 14:39:06
阅读次数:
8
Linux虚拟环境创建及使用 linux安装 #方法2:linux pip 3 install virtual env wrapper mkdir $HOME/.virtualenvs #把所有虚拟环境指定到一个目录文件夹下存放 find/-name virtual env wrapper.sh # ...
分类:
系统相关 时间:
2020-11-25 12:20:22
阅读次数:
12
#二进制安装k8s ##网络设置和初始化 ##cfssl证书设置 vi cfssl.sh chmod 777 cfssl.sh #!/bin/bash wget https://pkg.cfssl.org/R1.2/cfssl_linux-amd64 wget https://pkg.cfssl.o ...
分类:
其他好文 时间:
2020-11-25 12:03:39
阅读次数:
5
# cat check_gitlab_bak.sh #!/bin/sh source /etc/profile # 定义邮件发送列表 maillist=( zise@feizhu.com ) # 发送邮件函数 send_mail(){ for mail in ${maillist[*]}; do e ...
分类:
其他好文 时间:
2020-11-24 12:46:56
阅读次数:
8
#include<stdio.h> #include<windows.h> #include<graphics.h> #include<atlimage.h> int main() { //system("adb pull /sdcard/screen.png"); //system("adb sh ...
分类:
数据库 时间:
2020-11-24 12:38:06
阅读次数:
10
昨天做了一个udhcpd与udhcpc的守护,目前只会用shell模仿编写,还有什么方法可以做守护呢? 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 #! /bin/sh #进程名字可 ...
分类:
系统相关 时间:
2020-11-23 12:39:19
阅读次数:
22
zookeeper Server 启动/关闭/查看状态zkServer.sh start/stop/stautszookeeper Client 启动zkCli.sh查看帮助命令help查看当前znode中所包含的内容ls /查看节点详细数据ls -s /创建普通节点不赋值create /sangu ...
分类:
其他好文 时间:
2020-11-23 12:15:15
阅读次数:
4
[root@monitor scripts]# cat checkmysqlperformance.sh #!/bin/sh #Create by sfzhang 2014.02.20 MYSQL_SOCK="/data/mysql/3306/mysql.sock" MYSQL_PWD=`cat / ...
分类:
数据库 时间:
2020-11-21 12:22:16
阅读次数:
13
Ansible报错:module_stdout": "/bin/sh: 1: /usr/bin/python: not found 1. 检查ansible服务器的Python: # ls /usr/bin/python 没有则安装。 2. 检查节点服务器的Python: 没有python,路径下也 ...
分类:
编程语言 时间:
2020-11-21 12:10:11
阅读次数:
6
#!/bin/bash ROOT=`cd $(dirname $0); pwd`HOOKS=$ROOT/hooks HOST=svn://192.168.20.153/repos1SLAVE=svn://192.168.20.167/repos1 USERNAME=laiyuzhouPASSWORD ...
分类:
其他好文 时间:
2020-11-21 12:06:26
阅读次数:
6