跳到正文
LEo的网络日志
返回

配置新mac

软件

命令行工具

配置

git

ssh-keygen -t rsa -b 4096 -C "ssli@redhat.com"
cat ~/.ssh/id_rsa.pub
git config --global user.email "ssli@redhat.com"
git config --global user.name "Song Song Li"
git config --global color.ui auto
git config --global --add --bool push.autoSetupRemote true

/etc/hosts

# local vm
192.168.0.121 h1
192.168.0.122 h2
192.168.0.133 h3

# private-cloud
192.168.0.107 www.private-cloud.com

# github
# 192.30.255.112 github.com

cmd

mkdir -p ~/share/git

bash

brew install bash-completion@2
echo "/opt/homebrew/bin/bash" >> /etc/shells
chsh -s /usr/local/bin/bash

jumpvm

更新public key到authorized_key。



上一篇
github repo添加lint工具
下一篇
如何在kubernetes使用dynatrace收集prometheus指标