logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

centos7系统下rancher ui编译

1. 安装watchmanyum install autoconf automake libtool -ywget https://github.com/facebook/watchman/archive/v4.9.0.tar.gztar zxvf v4.9.0.tar.gzcd watchman-4.9.0./autogen.sh./configuremake &&amp...

Peer‘s certificate issuer has been marked as not trusted by the user

/etc/profile在最后一行加入export GIT_SSL_NO_VERIFY=1保存

k8s benchmark工具kubestone使用

1.安装https://github.com/kubernetes-sigs/kustomize两种方法:go getgithub.com/kubernetes-sigs/kustomize或者:mkdir -p $GOPATH/src/github.com/kubernetes-sigs/cd $GOPATH/src/github.com/kubernetes-sigs/...

rancher/coreos-etcd:v3.3.15编译arm64版本

首先,下载etcd代码mkdir -p $GOPATH/src/github.com/coreoscd $GOPATH/src/github.com/coreosgit clone https://github.com/etcd-io/etcd.gitcd etcdgit chechout v3.3.15make build如果在arm64环境下,出现如下结果,说明成功2020-08-20 18:

GOPROXY配置

阿里云export GOPROXY=https://mirrors.aliyun.com/goproxy/nexus社区提供的export GOPROXY=https://gonexus.devgoproxy.io 的export GOPROXY=https://goproxy.io/基于athens的公共服务export GOPROXY=https://athe...

arm64安装zulu

zulu下载网址:https://www.azul.com/downloads/zulu-community/命令为:wget https://cdn.azul.com/zulu-embedded/bin/zulu8.44.0.213-ca-jdk1.8.0_242-linux_aarch64.tar.gzmkdir -p /usr/lib/jvm/tar zxvfzulu8...

gitlab ci过程中runner报错No such file or directory

在gitlab-runner启动的过程中报错:/bin/bash: line 72: cd: /xxx: No such file or directory大概率是gitlab-ci.yml依赖的基础docker镜像中,没有包含git命令

Win11系统下安装Deepspeed报错处理

OSError: [WinError 1314] 客户端没有所需的特权。: '..\\..\\csrc' -> '.\\deepspeed\\ops\\csrc'原因是没有权限执行创建软连接的操作,需要“以管理员身份运行”cmd或者powershell命令行程序。这个是由于cuda版本比较新,与pytorch的版本不兼容导致,需要卸载掉pytorch重新安装。LINK : fatal error

文章图片
#windows
Permission denied: AH00072: make_sock: could not bind to address 0.0.0.0:9001

yum provides /usr/sbin/semanageyum -y install policycoreutils-pythonsemanage port -l | grep -w http_port_t// http_port_t  tcp  80, 81, 443, 488, 8008, 8009, 8443, 9000semanage port -a -t http_port...

python解析pcap文件中的http数据包

使用scapy、scapy_http就可以方便的对pcap包中的http数据包进行解析scapy_http可以在https://github.com/invernizzi/scapy-http下载,该地址下也给出了简单的示例程序,按照此示例程序我修改了一个输出pcap包中http包的源目的地址、payload的小程序,如下所示:#!/usr/bin/env pythontry:

暂无文章信息