随笔分类 -  技巧

实用技巧
摘要:1、在 Git Bash 里面执行命令来安装 bun curl -fsSL https://bun.com/install | GITHUB='https://gh-proxy.com/https://github.com' bash 注意:https://gh-proxy.com/https:// 阅读全文
posted @ 2026-08-24 10:15 It's_OK 阅读(15) 评论(0) 推荐(0)
摘要:配置RHEL(Red Hat Enterprise Linux) 8 本地yum源一、虚拟机配置 二、配置文件 [root@localhost ~]# mkdir /yum [root@localhost ~]# mount /dev/cdrom /yum mount: /yum: WARNING: device write-protected, mounted read-onl 阅读全文
posted @ 2022-04-15 14:35 It's_OK 阅读(298) 评论(0) 推荐(0)
摘要:一、环境准备 服务器 tomcat 上,bin 目录下增加一个 shell 脚本,文件名:setenv.sh,内容如下(5005调试端口号,可修改) export JPDA_OPTS="-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,add 阅读全文
posted @ 2021-12-28 19:51 It's_OK 阅读(421) 评论(0) 推荐(1)