Archive: 2019/11

0

git

git docs git tutorials github help basic1. create a first repo1234567891011# create a dir> mkdir dir && cd dir# initialize a repo> git init# check repo status> git status# add new

0

ssh port forward

openbsd ssh ssh SSH1. 服务器端安装ssh-server123456789101112131415161718# 1. 服务器端, ssh server安装# Ubuntu 没有安装SSH-server服务器,需要安装SSH服务器并开启 > sudo apt-get install openssh-server# 查看是否开启;sshd代表开启 > sudo

0

docker

Docker1. install1. dockerdocker 1234567891011121314151617181920# SET UP THE REPOSITORY> sudo apt-get update && sudo apt-get install \ apt-transport-https \ ca-certificates \ curl