• 博客园logo
  • 会员
  • 周边
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • YouClaw
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录

水底的小鱼鱼

  • 博客园
  • 联系
  • 订阅
  • 管理

公告

02 2021 档案

poms文件找不到
摘要:1、需要yum 安装maven yum install maven -y 2、安装好后需要配置全局设置cp原有的settings.xml文件到maven目录下 3、必须是jdk11 阅读全文

posted @ 2021-02-26 15:17 水底的小鱼鱼 阅读(74) 评论(0) 推荐(0)

mvn安装
摘要:wget https://mirror-hk.koddos.net/apache/maven/maven-3/3.6.3/binaries/apache-maven-3.6.3-bin.tar.gz tar xvf apache-maven-3.6.3-bin.tar.gz mv apache-ma 阅读全文

posted @ 2021-02-25 20:10 水底的小鱼鱼 阅读(73) 评论(0) 推荐(0)

wscat安装
摘要:yum -y install nodejs npm install -g wscat wscat 可以使用了 阅读全文

posted @ 2021-02-24 20:37 水底的小鱼鱼 阅读(309) 评论(0) 推荐(0)

kvm windows安装
摘要:下载驱动 wget https://github.com/xiaoxiaoniao1/python/raw/master/virtio-win-0.1.141.iso 看不到硬盘的时候浏览全局搜索 网卡驱动也是全局搜索(找到设备管理器,选择其他设备,在找到网络安装驱动即可) 阅读全文

posted @ 2021-02-22 16:33 水底的小鱼鱼 阅读(158) 评论(0) 推荐(0)

kafka topic重分区
摘要:该工具有三种使用模式 generate模式,给定需要重新分配的Topic,自动生成reassign plan(并不执行) execute模式,根据指定的reassign plan重新分配Partition verify模式,验证重新分配Partition是否成功 下面这个例子将使用该工具将Topic 阅读全文

posted @ 2021-02-21 17:53 水底的小鱼鱼 阅读(350) 评论(0) 推荐(0)

kafka鹰 sasl结合
摘要:test.kafka.eagle.sasl.enable=true test.kafka.eagle.sasl.protocol=SASL_PLAINTEXT test.kafka.eagle.sasl.mechanism=PLAIN test.kafka.eagle.sasl.jaas.confi 阅读全文

posted @ 2021-02-21 15:59 水底的小鱼鱼 阅读(99) 评论(0) 推荐(0)

去空行和空格
摘要:空格去除 1、行首 cat file |sed 's^/[ \t]*//g' 2、行尾 cat file | sed 's/[ \t]*$//g' 3、所有空格 cat file | sed s/[[:space:]]//g 去除空行 cat file | tr -s '\n' cat file | 阅读全文

posted @ 2021-02-21 14:44 水底的小鱼鱼 阅读(130) 评论(0) 推荐(0)

git 提交文件的2中方法
摘要:提交文件到github的两种方法 提交文件到github的两种方法 方法一:在github中创建代码仓库,这个仓库中几乎是空白,本地工程中有完整的需要提交的代码,通过git init、git remote add、git push等命令来完成。 方法二:在github中创建代码仓库,或者代码仓库已经 阅读全文

posted @ 2021-02-21 14:22 水底的小鱼鱼 阅读(194) 评论(0) 推荐(0)

github 大文件推送
摘要:install git-lfs即可安装curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | sudo bashyum install git-lfsgit lfs install 4. 阅读全文

posted @ 2021-02-21 14:13 水底的小鱼鱼 阅读(94) 评论(0) 推荐(0)

dhcp搭建
摘要:[root@op-benchmark-216 ~]# cat /etc/dhcp/dhcpd.conf # dhcpd.conf # # Sample configuration file for ISC dhcpd # # option definitions common to all supp 阅读全文

posted @ 2021-02-19 21:51 水底的小鱼鱼 阅读(63) 评论(0) 推荐(0)

判断域名是否通go脚本
摘要:package main import ( "fmt" "os" "os/exec" "strings" ) func main() { for i := range os.Args { replacer := strings.NewReplacer("http://", "", "https:// 阅读全文

posted @ 2021-02-19 21:36 水底的小鱼鱼 阅读(232) 评论(0) 推荐(0)

go语音centos87 安装
摘要:wget https://golang.org/dl/go1.16.linux-amd64.tar.gz tar xf go1.16.linux-amd64.tar.gz -C /usr/local/ vim /etc/profile export GOROOT=/usr/local/go expo 阅读全文

posted @ 2021-02-19 15:43 水底的小鱼鱼 阅读(100) 评论(0) 推荐(0)

loki安装
摘要:https://onedrive.live.com/?id=DBCA9F5CD98DAE74%21104&cid=DBCA9F5CD98DAE74 下载loki的安装包 ./loki-linux-amd64 -config.file=config.yaml 数据库安装完成 安装promtail no 阅读全文

posted @ 2021-02-19 15:21 水底的小鱼鱼 阅读(144) 评论(0) 推荐(0)

kvm网桥查看
摘要:https://blog.csdn.net/haiqinma/article/details/86068957 阅读全文

posted @ 2021-02-05 23:43 水底的小鱼鱼 阅读(44) 评论(0) 推荐(0)

 
博客园  ©  2004-2026
浙公网安备 33010602011771号 浙ICP备2021040463号-3