随笔分类 -  linux

摘要:https://vscode.cdn.azure.cn/stable/3866c3553be8b268c8a7f8c0482c0c0177aa8bfa/vscode-server-linux-x64.tar.gz cd .vscode-server/bin/379476f0e13988d90fab1 阅读全文
posted @ 2021-08-26 21:40 gdut17 阅读(52) 评论(0) 推荐(0)
摘要:# CentOS-Base.repo # # The mirror system uses the connecting IP address of the client and the # update status of each mirror to pick mirrors that are 阅读全文
posted @ 2021-07-17 23:18 gdut17 阅读(2099) 评论(0) 推荐(0)
摘要:kubectl cp static-tcpdump helloworld-7fb98fb75b-rzjz6:/ kubectl exec -it helloworld-7fb98fb75b-rzjz6 sh ./static-tcpdump -i any -X tcp -s0 port 80 -w 阅读全文
posted @ 2021-07-17 17:52 gdut17 阅读(175) 评论(0) 推荐(0)
摘要:查看所有分支 git branch -r git branch -a 创建分支 git branch dev 切换分支 git checkout v1 clone某个分支 git clone -b dev5 https://git.coding.net/aiyongbao/tradepc.git 将 阅读全文
posted @ 2021-07-17 16:42 gdut17 阅读(28) 评论(0) 推荐(0)
摘要:一套操作只要5分钟 vi /etc/sysconfig/network-scripts/ifcfg-eno16777736 BOOTPROTO=static ONBOOT=yes IPADDR=192.168.150.59 GATEWAY=192.168.150.2 NETMASK=255.255. 阅读全文
posted @ 2021-07-17 16:39 gdut17 阅读(125) 评论(0) 推荐(0)