摘要:jumpeserver的安装部署 1. 随机生成加密密钥 if [ "$SECRET_KEY" = "" ]; then SECRET_KEY=`cat /dev/urandom | tr -dc A-Za-z0-9 | head -c 50`; echo "SECRET_KEY=$SECRET_K
阅读全文
开源、架构、Linux C/C++/python AI BI 运维开发自动化运维。 春风桃李花 秋雨梧桐叶。“力尽不知热 但惜夏日长”。夏不惜,秋不获。@ruiY--秦瑞python爬虫,C编程,嵌入式开发.hadoop大数据,桉树,onenebula云计算架构.linux运维及驱动开发. |
07 2023 档案
摘要:jumpeserver的安装部署 1. 随机生成加密密钥 if [ "$SECRET_KEY" = "" ]; then SECRET_KEY=`cat /dev/urandom | tr -dc A-Za-z0-9 | head -c 50`; echo "SECRET_KEY=$SECRET_K
阅读全文
摘要:nginx 服务页面刷新报404 try_files $uri $uri/ /index.html;
阅读全文
摘要:解压jar包 修改配置文件 添加MANIFEST.MF 并打成jar包(注意不压缩) 执行jar包 // 复制jar包cp /data/single/job/champion-job-single-sms-1.0/champion-job-single-sms-1.0.jar .// 解压jar包j
阅读全文
摘要:https://sonatype-download.global.ssl.fastly.net/repository/downloads-prod-group/3/nexus-3.58.0-01-unix.tar.gz
阅读全文
摘要:使用navicat连接非默认端口的数据库 有时候数据库服务器端口不是默认的1521、1433 、3306等端口时,我们要如何通过Navicat连接它们呢?很简单,只需要在ip地址后面加“,端口号”即可
阅读全文
摘要:编译rocketMQ dashboard '爆出'的错误 No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK mvn clean package no java
阅读全文
摘要:MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist on disk. Commands that may modify the data set are disabled. P
阅读全文
摘要:MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist on disk. Commands that may modify the data set are disabled. P
阅读全文
摘要:cat /etc/my.cnf | grep -v "#" | grep -v "^$"[mysqld]port=13306max_allowed_packet=1024Mdatadir=/var/lib/mysql/datasocket=/var/lib/mysql/mysql.socksymbo
阅读全文
摘要:pycharm安装django失败,原因是报了一个ssl异常,也就是说和国外源站服务器ssl失败。 所以选用国内源站安装: 选中Options,输入:“ -i https://pypi.tuna.tsinghua.edu.cn/simple”
阅读全文
摘要:[mysqld]port=13306## Remove leading # and set to the amount of RAM for the most important data# cache in MySQL. Start at 70% of total RAM for dedicate
阅读全文
摘要:openvpn 1194 tcp centos7.9 firewalld 配置解决openvpn 连接后无法访问互联网,ping 不通vpn所在内网等问题 firewall-cmd --add-port=1194/tcp firewall-cmd firewall-cmd --permanent -
阅读全文
摘要:docker-compose logs -f --tail=100 managekubectl logs km-manage-biz-5bf7ff8fb5-7cfc5 -n pre -f --tail=100
阅读全文
摘要:server { listen 8099; server_name localhost; gzip on; gzip_static on; # 需要http_gzip_static_module 模块 gzip_min_length 1k; gzip_comp_level 4; gzip_proxi
阅读全文
摘要:openvpn 1194 tcp centos7.9 firewalld 配置解决openvpn 连接后无法访问互联网,ping 不通vpn所在内网等问题 firewall-cmd --add-port=1194/tcpfirewall-cmd firewall-cmd --permanent --
阅读全文
|