摘要:
## rustdesk - https://github.com/rustdesk/rustdesk - https://gitee.com/mirrors/rustdesk  ## download - https://pulsar-edit.dev/download 阅读全文
摘要:
## 目的 elasticsearch以sql形式查询数据 ## 方式1 ``` get /_xpack/sql?format=txt { "query": " select spanId, avg(elapsed),count(1) from \"sc-log-wbjr_2022-01-21\" 阅读全文
摘要:
## edge下载  - https://www.microsoft.com/zh-cn/edge/downl 阅读全文
摘要:
## clean containers logs ``` [root@k8s-master ~]# docker info |grep Root //docker rootdir Docker Root Dir: /var/lib/docker container logs: /var/lib/do 阅读全文
摘要:
## 目的 禁用swap,虚机重启正常 **env** - centos6.9 - root/swap lvm形式 > 终端kernel异常,导致系统无法正常启动(引导出了问题) ,防止会话过期导致重复登陆 ## 解决 - https://autorefresh.io/  查看详细的入站、出站规则 阅读全文
摘要:
概述 linux隧道转发,通过22端口实现端口转发 实践 //client->sshhost->mailhost ssh -L localport:remotehost:remoteport sshhost //sshhost 中间左右联通的管道 //client ->sshhost (客户端808 阅读全文
摘要:
synology(default port) 阅读全文
摘要:
云计算学习 https://cloud.tencent.com/edu/paths/series/cloudcomputing 阅读全文
摘要:
问题描述 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 阅读全文
摘要:
aws vpn peering 两个不同段的子网(同vpc/跨vpn) 发起方建立vpc对等 接收方接受对等 发起方、接收方新增路由策略 link https://www.jianshu.com/p/472d371ea3b3 https://cdn.modb.pro/db/411872 阅读全文
摘要:
问题 # command-line-arguments 本质原因: 在同级目录下,main包文件不能直接调用必须选中加载才可以 在同级目录下,其他非main包则就可以导入包,可以关联调用 解决 阅读全文
摘要:
brief mysql表字符集修正 link https://blog.csdn.net/qq_17555933/article/details/101445526 alter table xxx convert to character set utf8 collate utf8_bin; alt 阅读全文
摘要:
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 阅读全文
摘要:
概述 linux上修改下环境变量,结果阴沟里翻车了,变量名字还存在约束 JAVA_HOME //早期习惯性写,也没出现问题,这次_ -> -结果翻车了 JAVA-HOME //不是有效的变量标识 问题 -bash: export: `PY-ENV=/home/bang/.virtualenvs/py 阅读全文
摘要:
概述 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 阅读全文
摘要:
概述 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 阅读全文
摘要:
heic https://github.com/d2phap/ImageGlass https://imageglass.org/themes download https://pan.baidu.com/s/1uyivPP3AvHwTdPc7OtosSA?pwd=edew 阅读全文
摘要:
概述 redis数据同步到其他redis env redis-4.x container single->single redis-shake(alibaba) https://github.com/alibaba/RedisShake docs https://github.com/alibaba 阅读全文
摘要:
sonarqube && sonar-scanner https://www.sonarqube.org/ sonarqube download archive github-sonarqube sonarqube-7.9.3-lts sonarqube-lts-7.9 requirement ht 阅读全文
摘要:
vsftpd模式设置 vsftpd.conf 被动模式 pasv_enable=YES 主动模式 pasv_enable=NO 主动模式 典型特征是服务端开放20端口,ftp主动连接客户端(在ip不一个网段的场景就gg了,如:k8s中pod->vsftpd,路由器下机器到互联网的ftp) 被动模式 阅读全文
