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

水底的小鱼鱼

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

公告

上一页 1 2 3 4 5 6 下一页

2021年5月15日

删除br0

摘要: ifdown br0 brctl delbr br0 rm ifcfg-br0 vim /etc/sysconfig/network-scripts/ifcfg-eth0 DEVICE=eth0 ONBOOT=yes BOOTPROTO=static IPADDR=192.168.0.111 NET 阅读全文

posted @ 2021-05-15 17:14 水底的小鱼鱼 阅读(132) 评论(0) 推荐(0)

2021年5月12日

kvm宿主机删除br哦网卡

摘要: 先用ifconfig br_name down 停掉网桥 再用brctl delbr br_name 删除网桥 为了方便,我编写了shell脚本来删除网桥 #!/bin/bash #本脚本删除的是br-开头的网桥 BRIDGE_LIST=$(sudo brctl show | cut -f 1 | 阅读全文

posted @ 2021-05-12 00:30 水底的小鱼鱼 阅读(412) 评论(1) 推荐(0)

2021年4月21日

centos7 下载

摘要: https://download1590.mediafire.com/cwxu12g34emg/fz867yox8vbvfx4/CentOS-7.6-x86_64-DVD-1810.iso 阅读全文

posted @ 2021-04-21 22:46 水底的小鱼鱼 阅读(33) 评论(0) 推荐(0)

2021年4月6日

win10 hosts非管理员权限设置hosts

摘要: https://github.com/oldj/SwitchHosts/releases/tag/v3.5.8 阅读全文

posted @ 2021-04-06 20:50 水底的小鱼鱼 阅读(115) 评论(0) 推荐(0)

2021年3月11日

redis批量删key

摘要: redis批量删除key : redis-cli -h 127.0.0.1 -a i093klJHK123 KEYS "要删除的key" | xargs redis-cli -h 127.0.0.1 -a i093klJHK123 DEL 阅读全文

posted @ 2021-03-11 16:06 水底的小鱼鱼 阅读(71) 评论(0) 推荐(0)

2021年3月7日

docker 安装harbor

摘要: wget https://storage.googleapis.com/harbor-releases/release-1.8.0/harbor-online-installer-v1.8.1.tgz tar xf harbor-online-installer-v1.8.1.tgz vim har 阅读全文

posted @ 2021-03-07 20:09 水底的小鱼鱼 阅读(71) 评论(0) 推荐(0)

2021年3月3日

docker-compose安装

摘要: curl -L https://github.com/docker/compose/releases/download/1.25.0-rc1/docker-compose-`uname -s`-`uname -m` -o /usr/local/bin/docker-compose chmod +x 阅读全文

posted @ 2021-03-03 11:34 水底的小鱼鱼 阅读(81) 评论(0) 推荐(0)

2021年3月2日

efk日志系统安装

摘要: YUM源配置: rpm --import https://packages.elastic.co/GPG-KEY-elasticsearch cat > /etc/yum.repos.d/elk.repo << EOF [elastic-7.x] name=Elastic repository fo 阅读全文

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

2021年2月26日

poms文件找不到

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

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

2021年2月25日

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 水底的小鱼鱼 阅读(62) 评论(0) 推荐(0)

上一页 1 2 3 4 5 6 下一页
 
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3