傻瓜个人站
首页
读书笔记
文章归档
默认分类
关于页面
分类
默认分类 (16)
技术 (22)
日记 (10)
读书笔记 (4)
全部分类 ( 27 )
查询
当前位于"shell"标签下
ubuntu20.04编译IfcOpenShell
1.安装依赖sudo apt-get install git cmake gcc g++ libboost-all-dev libcgal-dev2.以下任选一种安装OCCT包(如果源码编译安装,编译时间很长,可能需要花几个小时机器配置差的话,耐心等待)a.使用系统源中自带的sudo apt-get
c++
shell
linux
2022年01月25日
1,346次浏览
自动重连云服务器实现内网穿透
本地的虚拟机或者本地linux系统,在有云服务器情况下,可以将本地服务端口通过ssh暴露到公网使用,自动重连脚本如下:#!/bin/bashwhile truedo ping xxx.xx -c 4 networkIsOk=$? </dev/tcp/xxx.xx/port
虚拟机
shell
2021年11月10日
1,231次浏览
自动重连虚拟机,端口转发
windows系统需要安装 git将打开sh的程序 默认使用git bash打开具体代码#!/bin/bashwhile truedo ping 192.168.19.125 -n 2 u20=$? ping 192.168.19.128 -n 2 u16=$? ech
虚拟机
shell
2021年09月23日
1,449次浏览
一些shell 收集
获取多个pod的错误日志及数量统计#!/bin/shif [ $1 ];then for i in `kubectl get po -n $1 | grep -i eric-apigm | awk 'NR>=2 {print $1}'` do printf "%-40s
shell
2021年01月20日
1,207次浏览
«
1
(current)
»
个人信息
键盘侠
广州
文章数量
27
分类数量
4
标签数量
29
所有标签
算法
1
linux
1
虚拟机
2
c++
4
git
2
测试
1
gatling
1
proxy
1
代理
1
jenkins
1
生活
1
vscode
1
软件
1
网络
1
windows
1
日记
1
读书
2
shell
4
kubernetes
1
k8s
1
web
1
vert.x
1
grafana
1
prometheus
1
集成
1
jmeter
1
helm
1
test
2
cucumber
1
所有标签
27