上一页 1 2 3 4 5 6 7 8 ··· 11 下一页
摘要: k3s中使用helm安装rancher参考官方文档:https://ranchermanager.docs.rancher.com/zh/getting-started/installation-and-upgrade/install-upgrade-on-a-kubernetes-cluster版 阅读全文
posted @ 2024-03-13 11:11 东峰叵,com 阅读(717) 评论(0) 推荐(0)
摘要: kubectl patch service rancher -n cattle-system -p '{"spec":{"type":"LoadBalancer"}}' 阅读全文
posted @ 2024-03-11 18:00 东峰叵,com 阅读(37) 评论(0) 推荐(0)
摘要: 1、查看JAVA进程JVM参数 jinfo -flags pid(进程号)-XX:CICompilerCount=2 最大的并行编译数-XX:InitialHeapSize=16777216 JVM 的初始堆内存大小-XX:MaxHeapSize=257949696 JVM 的最大堆内存大小-XX: 阅读全文
posted @ 2024-03-01 13:38 东峰叵,com 阅读(1863) 评论(0) 推荐(0)
摘要: 性能监控 使用show profile查询剖析工具,可以指定具体的type 使用performance schema来更加容易的监控mysql 使用show processlist查看连接的线程个数,来观察是否有大量线程处于不正常的状态或者其他不正常的特征 schema与数据类型优化 数据类型的优化 阅读全文
posted @ 2024-02-23 09:48 东峰叵,com 阅读(985) 评论(0) 推荐(0)
摘要: GPL协议、LGPL协议与BSD协议的法律区别? 简而言之,GPL协议就是一个开放源代码协议,软件的初始开发者使用了GPL协议并公开软件的源程序后,后续使用该软件源程序开发软件者亦应当根据GPL协议把自己编写的源程序进行公开。GPL协议要求的关键在于开放源程序,但并不排斥软件作者向用户收费。虽然如此 阅读全文
posted @ 2024-02-18 14:43 东峰叵,com 阅读(63) 评论(0) 推荐(0)
摘要: 当运行下面命令报错时 ros2 run turtlesim turtlesim_node 错误信息: /opt/ros/foxy/lib/turtlesim/turtlesim_node: error while loading shared libraries: libQt5Core.so.5: 阅读全文
posted @ 2024-02-06 09:41 东峰叵,com 阅读(1381) 评论(0) 推荐(0)
摘要: 1.设置编码 apt update && apt install locales locale-gen en_US en_US.UTF-8 update-locale LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 export LANG=en_US.UTF-8 2.添加源 阅读全文
posted @ 2024-02-06 09:36 东峰叵,com 阅读(107) 评论(0) 推荐(0)
摘要: 参考链接https://github.com/fcwu/docker-ubuntu-vnc-desktop.git 1.拉取镜像 docker pull dorowu/ubuntu-desktop-lxde-vnc 2.直接docker run启动,启动参数如下,在浏览器打开,这里设置的端口是608 阅读全文
posted @ 2024-02-06 09:30 东峰叵,com 阅读(660) 评论(0) 推荐(0)
摘要: 1.下载镜像 docker pull btpanel/bt 2.启动 docker run -itd --net=host --restart=always -v /data/app:/opt --name baota cyberbolt/baota:latest 这里映射目录是为了上传的文件,宿主 阅读全文
posted @ 2024-01-26 14:00 东峰叵,com 阅读(994) 评论(0) 推荐(0)
摘要: 1.直接从官方仓库拉去指定平台的镜像 docker pull --platform=<plartform> <image-name>:<tag> 例: docker pull --platform=arm64 nginx:latest 2.打包指定平台的镜像 安装并使用 buildx 使用 buil 阅读全文
posted @ 2024-01-22 10:45 东峰叵,com 阅读(4626) 评论(0) 推荐(1)
上一页 1 2 3 4 5 6 7 8 ··· 11 下一页