@echo off set "PATH=%~dp0bin;%path%" echo. echo 当前配置 echo. bash --login -c "echo mirror=`apt-cyg mirror`;echo cache=`apt-cyg cache`;echo;apt-cyg proxy ...
SSH登录Tanzu Kubernetes集群节点进行日常运维排错 环境介绍: NameSpace: tkc-cluster https://img2020.cnblogs.com/blog/1048291/202006/1048291-20200630190840044-1058379559.pn ...
分类:
Web程序 时间:
2021-07-09 17:55:11
阅读次数:
0
# Author by zhangyida# 詹皇明年夺冠download_empiar.sh#!/usr/bin/env bash# Downloads a dataset with a given accession code from EMPIAR##########ACCESSION_COD ...
分类:
其他好文 时间:
2021-07-05 18:58:45
阅读次数:
0
1、安装git客户端 安装注意点:不要放到C盘(可能会有权限问题) 2、注册码云 码云地址:https://gitee.com/ 3.在码云上创建仓库(一定要是私有仓库) 4、生成ssh公钥 4.1、安装Git客户端成功后,运行Git Bash 4.2、输入命令:ssh-keygen -t rsa ...
分类:
其他好文 时间:
2021-07-02 15:59:21
阅读次数:
0
我们写的 PVPC 的代码在 gitee 上可以下载:https://gitee.com/luyi07/pvpc.git 这里摘录一个脚本,用来自动做变分+投影,在最新的版本里会放在 example/run.sh 中,运行方法: bash run.sh #!/bin/bash nucleus=Cr4 ...
分类:
其他好文 时间:
2021-07-01 17:36:28
阅读次数:
0
环境 centos 7 安装依赖包 yum install -y gcc gcc-c++ glibc glibc-devel pcre pcre-devel zlib zlib-devel openssl openssl-devel \unzip psmisc bash-completion lib ...
分类:
系统相关 时间:
2021-07-01 17:29:41
阅读次数:
0
由此报错,可以看到是由于进程过多,资源限制住了,主要检查如下文件: 环境centos7.6 [root@rac02 ~]# cat /etc/security/limits.conf orgrid soft nproc 2047orgrid hard nproc 16384orgrid soft n ...
分类:
系统相关 时间:
2021-07-01 17:01:50
阅读次数:
0
昨天突然发现Iterm2有个新的功能shell integration然后就去试了一下,结果装了之后不能用, 只是本地安装成功但是服务器不成功, 试了很多种方法都没成功,也安装了bash版和zsh版但是都没用,网上也没有相关问题。 最后想了想感觉应该是我的本地用zsh但是服务器用的是bash。 参考 ...
分类:
系统相关 时间:
2021-06-30 18:19:53
阅读次数:
0
#!/usr/bin/env bash __Author__="liy" # 发送钉钉告警 function DingDing(){ curl 'https://oapi.dingtalk.com/robot/send?access_token=xxxxxxxxxxxxxxxxxxxxxxxxxxx ...
分类:
其他好文 时间:
2021-06-30 18:14:38
阅读次数:
0
1.打开Pycharm->VCS->Enable Version Control Integration->Git->remote->输入SSH 2.Define Remotes 3.复制SSH 到GIt Open Git bash 4.复制最后黄色的到git ,添加ssh key 5.复制SSH ...
分类:
其他好文 时间:
2021-06-29 15:28:35
阅读次数:
0