加载中
[Bash] Shift 命令

shift #This is a BASH shell builtin, to display your local syntax from the bash prompt type: help shift -bash-4.1$ help shift shift: shift [n] Shift positional parameters. Renam...

2019/09/05 18:39
307
AWS S3 CLI - Could not connect to the endpoint URL

$ aws s3 ls Could not connect to the endpoint URL: "https://s3.us-east-1a.amazonaws.com/" You probably have something wrong in your default profile for the default region. Check...

执行Git命令时出现 SSL certificate problem 的解决办法

我在 windows下用git clone gitURL 就提示 SSL certificate problem: self signed certificate in certificate chain 这种问题,在windows下出现得频率高些。我估计主要是git本身就是基于lin...

在 centos7上 python2 和 python3 共存

一、解决Python2 pip问题 centos7自带的是Python2,但是并没有安装pip,我们需要自行安装 包名为 python-pip # yum install epel-release -y # yum -y install python-pip // 安装完成后不是...

在 CentOS 7 上安装和配置 Puppet

1 准备 2台 centos7 (master/server:192.168.1.103 agent/client:192.168.1.106) 分别添加puppet自定义仓库 https://yum.puppet.com/puppet6-release-el-7.noarch.rpm 2 Master/Server 设置 ...

【Linux】如何修改用户的密码

你是普通用户的话 你是普通用户的话,修改自己的密码,用:passwd,就可以了,会让你先输入自己的旧密码,再输入两遍新密码。 你是root的话 你是root的话,用:password username,就可以修改...

2019/05/18 08:00
371

没有更多内容

加载失败,请刷新页面

返回顶部
顶部