笔记
剑遥^
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
yum -y install --downloadonly --downloaddir=/usr/src/nginx nginx
安装要求 在开始之前,部署Kubernetes集群机器需要满足以下几个条件: 一台或多台机器,操作系统 CentOS7.x-86_x64 硬件配置:2GB或更多RAM,2个CPU或更多CPU,硬盘30GB或更多 static 静态IP 集群中所有机器之间网络互通 可以访问外网,需要拉取镜像 禁止swap分区 1、准备环境 关闭防火墙: $ systemctl stop firewalld $ systemctl disable firewalld 关闭selinux: $ sed -i 's/enforc原创 2020-08-26 15:33:49 · 959 阅读 · 0 评论 -
npm instll -g serve
1serve 安装 npm i -g serve 使用 serve -p 8000 2live-server 安装 npm install -g live-server 使用 live-server 或者 live-server --port=8000转载 2020-05-27 16:51:48 · 4579 阅读 · 2 评论 -
脚本定义启动 jar 文件,并按执行当前系统时间定义日志文件,相应的tomcat都可以套用
shell 脚本快捷运行 jar 文件,并按执行当前系统时间定义日志文件 #!/bin/bash #description: 启动重启server服务 #端口号,根据此端口号确定PID PORT=8080 Server_name=EnergyGateway.jar #启动命令所在目录 HOME='/home/server/server-jar' #查询出监听了test.jar端口TCP...转载 2020-04-26 15:12:19 · 512 阅读 · 0 评论 -
mysql备份脚本
不想和别人聊天呢、在yggh ggh hhh python原创 2020-04-26 14:57:41 · 204 阅读 · 0 评论
分享