码迷,mamicode.com
首页 >  
搜索关键字:bash    ( 15235个结果
Cygwin安装器交互式bat自动调用脚本
@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 ...
分类:Windows程序   时间:2021-07-12 17:53:56    阅读次数:0
Tanzu Kubernetes集群节点SSH登录
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
Download data from EMPIAR:从我的终端直接下载数据
# 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
Git的使用方法
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代码的运行脚本
我们写的 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
linux下nginx编译安装、版本信息修改
环境 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
failed to execute /bin/bash: Resource temporarily unavailable(Linux系统root无法通过su切换到某个普通用户)
由此报错,可以看到是由于进程过多,资源限制住了,主要检查如下文件: 环境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本地有三角服务器没有的解决方法
昨天突然发现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
Git 连接pycharm
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
15235条   上一页 1 2 3 4 ... 1524 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!