上一页 1 2 3 4 5 6 ··· 24 下一页
摘要: ## rustdesk - https://github.com/rustdesk/rustdesk - https://gitee.com/mirrors/rustdesk ![image](https://img2023.cnblogs.com/blog/790307/202302/790307 阅读全文
posted @ 2023-06-27 12:03 mvpbang 阅读(52) 评论(0) 推荐(0) 编辑
摘要: ## atom ![image](https://img2023.cnblogs.com/blog/790307/202301/790307-20230107164844047-663598121.png) ## download - https://pulsar-edit.dev/download 阅读全文
posted @ 2023-06-26 16:46 mvpbang 阅读(16) 评论(0) 推荐(0) 编辑
摘要: ## 目的 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 阅读(51) 评论(0) 推荐(0) 编辑
摘要: ## edge下载 ![image](https://img2023.cnblogs.com/blog/790307/202306/790307-20230606150903776-881696838.png) - https://www.microsoft.com/zh-cn/edge/downl 阅读全文
posted @ 2023-06-24 12:44 mvpbang 阅读(5) 评论(0) 推荐(0) 编辑
摘要: ## 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:01 mvpbang 阅读(71) 评论(0) 推荐(0) 编辑
摘要: ## 目的 禁用swap,虚机重启正常 **env** - centos6.9 - root/swap lvm形式 > 终端kernel异常,导致系统无法正常启动(引导出了问题) ![image](https://img2023.cnblogs.com/blog/790307/202306/7903 阅读全文
posted @ 2023-06-22 09:23 mvpbang 阅读(52) 评论(0) 推荐(0) 编辑
摘要: ## 问题描述 ``` 1、禁用swap重启后导致系统进不去 2、重启后终端提示: Kernel panic - not syncing: Attempted to kill init ``` **env** - centos6.9 - swap/root lvm ## 问题解决 **启动异常** 阅读全文
posted @ 2023-06-20 14:03 mvpbang 阅读(61) 评论(0) 推荐(0) 编辑
摘要: ## 解决 **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 阅读(8) 评论(0) 推荐(0) 编辑
摘要: 概述 分析redis在异常情况在的处理流程,redis集群在正常情况下自动主从切换,前提条件master在线多于一半的情况 https://github.com/tair-opensource/RedisShake/wiki http://www.redis.cn/commands/cluster- 阅读全文
posted @ 2023-06-12 14:41 mvpbang 阅读(285) 评论(0) 推荐(0) 编辑
摘要: ## brief ``` 本地出现none image是由于构建过程异常导致残存的image,占用空间,或者历史image ``` ## resolve - https://docs.docker.com/engine/reference/commandline/images/#filtering 阅读全文
posted @ 2023-06-10 16:49 mvpbang 阅读(45) 评论(0) 推荐(0) 编辑
摘要: ## 问题 在浏览器页面自动刷新页面(模拟请求在活跃的状态),防止会话过期导致重复登陆 ## 解决 - https://autorefresh.io/ ![image](https://img2023.cnblogs.com/blog/790307/202306/790307-20230605130 阅读全文
posted @ 2023-06-05 14:30 mvpbang 阅读(202) 评论(0) 推荐(0) 编辑
摘要: ## 概述 ``` git仓库引用其他仓库,类似软连接 //used git submodule add git://github.com/[USERNAME]/[REPO_NAME].git TARGET_FOLDER 在主仓库创建为TARGET_FOLDER的文件夹 这会克隆一个外部仓库: gi 阅读全文
posted @ 2023-06-03 10:44 mvpbang 阅读(94) 评论(0) 推荐(0) 编辑
摘要: ## 目的 git代码托管,目录层级改动则自动触发构建 ## 步骤 ### x01 在codeup创建git仓库 - https://codeup.aliyun.com/ ![image](https://img2023.cnblogs.com/blog/790307/202306/790307-2 阅读全文
posted @ 2023-06-03 10:42 mvpbang 阅读(121) 评论(0) 推荐(0) 编辑
摘要: ## 问题 wsl命令在window11找不到,之前还用的好好的 ## 解决 - https://blog.csdn.net/caiji112/article/details/124916376 ### x01 打开store ### x02 wsl->打开 ![image](https://img 阅读全文
posted @ 2023-06-02 20:34 mvpbang 阅读(178) 评论(0) 推荐(0) 编辑
摘要: 问题 pycharm提示网络阻止部分功能 解决 关闭防火墙(正常情况关闭即可) 查看详细的入站、出站规则 阅读全文
posted @ 2023-04-19 12:44 mvpbang 阅读(130) 评论(0) 推荐(0) 编辑
摘要: 概述 linux隧道转发,通过22端口实现端口转发 实践 //client->sshhost->mailhost ssh -L localport:remotehost:remoteport sshhost //sshhost 中间左右联通的管道 //client ->sshhost (客户端808 阅读全文
posted @ 2023-04-05 18:23 mvpbang 阅读(22) 评论(0) 推荐(0) 编辑
摘要: synology(default port) 阅读全文
posted @ 2023-04-04 16:53 mvpbang 阅读(17) 评论(0) 推荐(0) 编辑
摘要: 云计算学习 https://cloud.tencent.com/edu/paths/series/cloudcomputing 阅读全文
posted @ 2023-03-31 11:40 mvpbang 阅读(19) 评论(0) 推荐(0) 编辑
摘要: 问题描述 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 阅读(30) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(15) 评论(0) 推荐(0) 编辑
摘要: 问题 # command-line-arguments 本质原因: 在同级目录下,main包文件不能直接调用必须选中加载才可以 在同级目录下,其他非main包则就可以导入包,可以关联调用 解决 阅读全文
posted @ 2023-03-28 15:11 mvpbang 阅读(104) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(10) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(34) 评论(0) 推荐(0) 编辑
摘要: 概述 linux上修改下环境变量,结果阴沟里翻车了,变量名字还存在约束 JAVA_HOME //早期习惯性写,也没出现问题,这次_ -> -结果翻车了 JAVA-HOME //不是有效的变量标识 问题 -bash: export: `PY-ENV=/home/bang/.virtualenvs/py 阅读全文
posted @ 2023-03-26 12:51 mvpbang 阅读(74) 评论(0) 推荐(0) 编辑
摘要: 概述 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 阅读(33) 评论(0) 推荐(0) 编辑
摘要: 概述 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 阅读(44) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(14) 评论(0) 推荐(0) 编辑
摘要: 概述 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 09:00 mvpbang 阅读(92) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(118) 评论(0) 推荐(0) 编辑
摘要: vsftpd模式设置 vsftpd.conf 被动模式 pasv_enable=YES 主动模式 pasv_enable=NO 主动模式 典型特征是服务端开放20端口,ftp主动连接客户端(在ip不一个网段的场景就gg了,如:k8s中pod->vsftpd,路由器下机器到互联网的ftp) 被动模式 阅读全文
posted @ 2023-03-21 16:38 mvpbang 阅读(54) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 24 下一页