jib-maven-plugin pushing to registry is timing out

https://github.com/GoogleContainerTools/jib/issues/582 Description of the issue:Our docker-registry is sometimes a little bit slow, so the building-process...

CentOS离线安装MySQL

卸载系统自带mariadb1234567# 查看系统自带的Mariadb[root@iZ2ze3hm3gyjyjz628l7rgZ ~]# rpm -qa|grep mariadbmariadb-libs-5.5.44-2.el7.centos.x86_64# 卸载系统自带的Mariadb[root@iZ2ze3...

个人/家庭应对奥密克戎备忘录(仅西药)

https://v2ex.com/t/900404 注意:以下包含医疗建议,而我不是医生Omicron 的特征很多,只说一些针对常规症状的处理办法。 疫苗接种: 请完成你的疫苗接种 即使有基础病,也请(更应该)完成疫苗接种 即使在哺乳或怀孕,也请完成疫苗接种 你的抗体(来自疫苗或康复)将传递至...

openwrt: dnsmasq cannot start

https://github.com/openwrt/openwrt/issues/9726 12daemon.crit dnsmasq[1]: cannot access directory /etc/dnsmasq.d/: No such file or directorydaemon.crit dnsm...

oh-my-posh安装与配置

改造 PowerShell(以下简称 Posh)zsh 下有 oh-my-zsh,Posh 下也有 oh-my-posh 可以做到和 oh-my-zsh 一样的外观。 本文一样采用 Scoop 来安装 oh-my-posh。 Scoop 安装1scoop install https://github.com/Ja...

PSReadLine最强PowerShell模块

PSReadLine最强PowerShell模块 PowerShell其实从设计理念上来说是一直强于bash的.毕竟不是一个时代的产物.但是bash的好处是经历了足够长的时间发展,有良好的周边支持. Readline 就是其中一个很棒的功能.主要包含了根据你输入的内容进行搜索历史,提示命令,删除文字之类的功能...

Windows终端设置代理

PowerShell12$env:http_proxy="http://127.0.0.1:10809"$env:https_proxy="http://127.0.0.1:10809" CMD1set http_proxy=http://127.0.0.1:1080

Mounting VirtualBox shared folders on Ubuntu Server

Initial StepsOpen VirtualBox Go to Shared Folders section and add a new shared folder On Add Share prompt, select the Folder Path in your host that you want ...

Chrome GPU进程占用内存的解决方案

Chrome浏览器卡顿占用内存过高的解决方法: 禁用GPU加速地址栏输入 chrome://flags,在顶部搜索栏中搜索“gpu”,列表中找到:“GPU rasterization”(GPU 渲染) 以及 “Accelerated 2D canvas”(2D 图形加速) 两项,将它们都设为“Disabled...

Github全局代理配置

项目地址 ghproxy 使用1git clone https://ghproxy.com/https://github.com/stilleshan/ServerStatus 全局配置1git config --global url."https://ghproxy.com/https://g...