会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
mvpbang
新随笔
联系
管理
上一页
1
2
3
4
5
6
···
24
下一页
2023年6月27日
跨平台开源远程连接工具rustdesk
摘要: ## rustdesk - https://github.com/rustdesk/rustdesk - https://gitee.com/mirrors/rustdesk 
评论(0)
推荐(0)
2023年6月26日
编辑器atom下载
摘要: ## atom  ## download - https://pulsar-edit.dev/download
阅读全文
posted @ 2023-06-26 16:46 mvpbang
阅读(29)
评论(0)
推荐(0)
2023年6月24日
elasticsearch-sql查询
摘要: ## 目的 elasticsearch以sql形式查询数据 ## 方式1 ``` get /_xpack/sql?format=txt { "query": " select spanId, avg(elapsed),count(1) from \"sc-log-wbjr_2022-01-21\"
阅读全文
posted @ 2023-06-24 12:45 mvpbang
阅读(107)
评论(0)
推荐(0)
edge预览版下载
摘要: ## edge下载  - https://www.microsoft.com/zh-cn/edge/downl
阅读全文
posted @ 2023-06-24 12:43 mvpbang
阅读(14)
评论(0)
推荐(0)
2023年6月23日
容器日志滚动清理
摘要: ## clean containers logs ``` [root@k8s-master ~]# docker info |grep Root //docker rootdir Docker Root Dir: /var/lib/docker container logs: /var/lib/do
阅读全文
posted @ 2023-06-23 13:00 mvpbang
阅读(127)
评论(0)
推荐(0)
2023年6月22日
centos6以lvm划分磁盘分区swap/root禁用swap导致重启kernel异常
摘要: ## 目的 禁用swap,虚机重启正常 **env** - centos6.9 - root/swap lvm形式 > 终端kernel异常,导致系统无法正常启动(引导出了问题) 
评论(0)
推荐(0)
2023年6月20日
centos6禁用swap启动异常解决
摘要: ## 问题描述 ``` 1、禁用swap重启后导致系统进不去 2、重启后终端提示: Kernel panic - not syncing: Attempted to kill init ``` **env** - centos6.9 - swap/root lvm ## 问题解决 **启动异常**
阅读全文
posted @ 2023-06-20 14:03 mvpbang
阅读(104)
评论(0)
推荐(0)
2023年6月14日
tomcat服务发布根路径
摘要: ## 解决 **m1修改conf/server.xml** ``` conf/server.xml /x/tomcat/bot-x-web_tomcat/bot-x-web.war ``` **m2修改war名字** ``` bot-x-web.war -> ROOT.war webapps/ ``
阅读全文
posted @ 2023-06-14 16:01 mvpbang
阅读(12)
评论(0)
推荐(0)
2023年6月12日
redis集群异常修复
摘要: 概述 分析redis在异常情况在的处理流程,redis集群在正常情况下自动主从切换,前提条件master在线多于一半的情况 https://github.com/tair-opensource/RedisShake/wiki http://www.redis.cn/commands/cluster-
阅读全文
posted @ 2023-06-12 14:41 mvpbang
阅读(596)
评论(0)
推荐(0)
2023年6月10日
清理docker镜像
摘要: ## brief ``` 本地出现none image是由于构建过程异常导致残存的image,占用空间,或者历史image ``` ## resolve - https://docs.docker.com/engine/reference/commandline/images/#filtering
阅读全文
posted @ 2023-06-10 16:49 mvpbang
阅读(132)
评论(0)
推荐(0)
2023年6月5日
chrome/edge浏览器自动刷新插件
摘要: ## 问题 在浏览器页面自动刷新页面(模拟请求在活跃的状态),防止会话过期导致重复登陆 ## 解决 - https://autorefresh.io/ 
评论(0)
推荐(0)
2023年6月3日
git仓库支持submodule
摘要: ## 概述 ``` git仓库引用其他仓库,类似软连接 //used git submodule add git://github.com/[USERNAME]/[REPO_NAME].git TARGET_FOLDER 在主仓库创建为TARGET_FOLDER的文件夹 这会克隆一个外部仓库: gi
阅读全文
posted @ 2023-06-03 10:43 mvpbang
阅读(195)
评论(0)
推荐(0)
云效codeup构建镜像
摘要: ## 目的 git代码托管,目录层级改动则自动触发构建 ## 步骤 ### x01 在codeup创建git仓库 - https://codeup.aliyun.com/ 
评论(0)
推荐(0)
2023年6月2日
wsl提示系统命令找不到
摘要: ## 问题 wsl命令在window11找不到,之前还用的好好的 ## 解决 - https://blog.csdn.net/caiji112/article/details/124916376 ### x01 打开store ### x02 wsl->打开 
评论(0)
推荐(0)
2023年4月19日
window11防火墙阻止应用部分功能
摘要: 问题 pycharm提示网络阻止部分功能 解决 关闭防火墙(正常情况关闭即可) 查看详细的入站、出站规则
阅读全文
posted @ 2023-04-19 12:44 mvpbang
阅读(194)
评论(0)
推荐(0)
2023年4月5日
ssh转发
摘要: 概述 linux隧道转发,通过22端口实现端口转发 实践 //client->sshhost->mailhost ssh -L localport:remotehost:remoteport sshhost //sshhost 中间左右联通的管道 //client ->sshhost (客户端808
阅读全文
posted @ 2023-04-05 18:22 mvpbang
阅读(31)
评论(0)
推荐(0)
2023年4月4日
群辉默认端口
摘要: synology(default port)
阅读全文
posted @ 2023-04-04 16:52 mvpbang
阅读(30)
评论(0)
推荐(0)
2023年3月31日
腾讯云-云计算学习课程
摘要: 云计算学习 https://cloud.tencent.com/edu/paths/series/cloudcomputing
阅读全文
posted @ 2023-03-31 11:39 mvpbang
阅读(29)
评论(0)
推荐(0)
2023年3月30日
nginx rewrite url
摘要: 问题描述 url发请求转发url或重写url #实现 1、http://sytest.x.cn/login-web/ -> ip:port/login-web/ 2、http://sytest.x.cn/sclogin-web/ -> ip:port/login-web/ 3、http://syte
阅读全文
posted @ 2023-03-30 09:53 mvpbang
阅读(38)
评论(0)
推荐(0)
2023年3月29日
aws跨vpc建立对等网络
摘要: aws vpn peering 两个不同段的子网(同vpc/跨vpn) 发起方建立vpc对等 接收方接受对等 发起方、接收方新增路由策略 link https://www.jianshu.com/p/472d371ea3b3 https://cdn.modb.pro/db/411872
阅读全文
posted @ 2023-03-29 22:56 mvpbang
阅读(29)
评论(0)
推荐(0)
2023年3月28日
golang目录下main包调用问题
摘要: 问题 # command-line-arguments 本质原因: 在同级目录下,main包文件不能直接调用必须选中加载才可以 在同级目录下,其他非main包则就可以导入包,可以关联调用 解决
阅读全文
posted @ 2023-03-28 15:11 mvpbang
阅读(134)
评论(0)
推荐(0)
mysql修改表字符集
摘要: brief mysql表字符集修正 link https://blog.csdn.net/qq_17555933/article/details/101445526 alter table xxx convert to character set utf8 collate utf8_bin; alt
阅读全文
posted @ 2023-03-28 12:15 mvpbang
阅读(14)
评论(0)
推荐(0)
2023年3月27日
jumpserver always wait
摘要: problem docker ps 5d34edfc8832 jumpserver/jms_all:v2.7.1 "./entrypoint.sh" 41 minutes ago Up 21 minutes 0.0.0.0:80->80/tcp, 0.0.0.0:2222->2222/tcp jms
阅读全文
posted @ 2023-03-27 12:59 mvpbang
阅读(60)
评论(0)
推荐(0)
2023年3月26日
linu-not a valid identifier
摘要: 概述 linux上修改下环境变量,结果阴沟里翻车了,变量名字还存在约束 JAVA_HOME //早期习惯性写,也没出现问题,这次_ -> -结果翻车了 JAVA-HOME //不是有效的变量标识 问题 -bash: export: `PY-ENV=/home/bang/.virtualenvs/py
阅读全文
posted @ 2023-03-26 12:51 mvpbang
阅读(200)
评论(0)
推荐(0)
2023年3月25日
mysql批量插入数据
摘要: 概述 mysql批量插入多条数据 practices //样式 insert into xxx (x,y,z) values (xx,yy,zz),(xx,yy,zz), ...(xx,yy,zz); INSERT INTO tbl_name (a,b,c) VALUES (1,2,3), (4,5
阅读全文
posted @ 2023-03-25 08:37 mvpbang
阅读(51)
评论(0)
推荐(0)
2023年3月24日
ubuntu21设置语言
摘要: 概述 ubuntu设置language编码 执行 env ubuntu-21.10 01、查看locale root@mvpbang:~# locale LANG=C.UTF-8 LANGUAGE= LC_CTYPE="C.UTF-8" LC_NUMERIC="C.UTF-8" LC_TIME="C
阅读全文
posted @ 2023-03-24 09:07 mvpbang
阅读(59)
评论(0)
推荐(0)
2023年3月23日
window打开iphone拍照heic文件
摘要: heic https://github.com/d2phap/ImageGlass https://imageglass.org/themes download https://pan.baidu.com/s/1uyivPP3AvHwTdPc7OtosSA?pwd=edew
阅读全文
posted @ 2023-03-23 11:23 mvpbang
阅读(30)
评论(0)
推荐(0)
redis-migrate(迁移)
摘要: 概述 redis数据同步到其他redis env redis-4.x container single->single redis-shake(alibaba) https://github.com/alibaba/RedisShake docs https://github.com/alibaba
阅读全文
posted @ 2023-03-23 08:59 mvpbang
阅读(136)
评论(0)
推荐(0)
2023年3月22日
sonarqube搭建及使用
摘要: sonarqube && sonar-scanner https://www.sonarqube.org/ sonarqube download archive github-sonarqube sonarqube-7.9.3-lts sonarqube-lts-7.9 requirement ht
阅读全文
posted @ 2023-03-22 09:34 mvpbang
阅读(175)
评论(0)
推荐(0)
2023年3月21日
ftp的主动被动模式区别
摘要: vsftpd模式设置 vsftpd.conf 被动模式 pasv_enable=YES 主动模式 pasv_enable=NO 主动模式 典型特征是服务端开放20端口,ftp主动连接客户端(在ip不一个网段的场景就gg了,如:k8s中pod->vsftpd,路由器下机器到互联网的ftp) 被动模式
阅读全文
posted @ 2023-03-21 16:37 mvpbang
阅读(77)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
···
24
下一页
公告