最近是我党100周年的伟大日志,比较注重虚机安全。记录一下操作,方便后续虚机整理。 1、systemctl status firewalld 看一下防火墙状态,该开启的开启 开防火墙 systemctl start firewalld iptables 和 firewalld的区别先百度一下吧,不多 ...
分类:
其他好文 时间:
2021-06-23 17:16:07
阅读次数:
0
一、查看新添加的磁盘 二、分区 查看分区结果 创建物理卷 将添加新的物理卷,加载到centos卷组,使用vgextend centos /dev/sdb1命令 增加/dev/mapper/centos-root大小,增加100G。使用lvresize -L +100G /dev/mapper/cen ...
分类:
系统相关 时间:
2021-06-23 17:08:30
阅读次数:
0
jenkins部署vue项目 安装nodejs 配置nodejs的源,去官网查看需要安装的版本和介绍 V8.x: # curl --silent --location https://rpm.nodesource.com/setup_8.x | bash - yum安装node.js yum ins ...
分类:
其他好文 时间:
2021-06-23 17:07:38
阅读次数:
0
参考:https://www.linuxprobe.com/install-rabbitmq-on-centos-7.html 问题1:打不开管理页面 http://Your_Server_IP:15672/,而且观察日志发现 rabbitmq程序一直在自动重启 首先防火墙已经关了,启动服务的报错信 ...
分类:
其他好文 时间:
2021-06-23 17:07:23
阅读次数:
0
1、Git环境配置 下载地址:https://git-scm.com/ 也就是Git官网 官网下载太慢,我们可以使用淘宝镜像下载:http://npm.taobao.org/mirrors/git-for-windows/ 下载完成后,傻瓜式安装即可 安装完成后,我们在开始菜单Git项菜单小有3个程 ...
分类:
其他好文 时间:
2021-06-23 17:03:31
阅读次数:
0
Linux Nginx日志切割脚本 版本 操作系统版本IP版本 Centos 172.21.3.220内网 7.x Nginx日志切割脚本 #!/bin/bash #设置日志文件存放目录 logs_dir="/usr/local/nginx/logs" store_dir="/data/backup ...
分类:
系统相关 时间:
2021-06-23 17:02:55
阅读次数:
0
环境准备 kafka依赖zookeeper,所以搭建kafka需要先配置zookeeper。网格信息如下: zookeeper 192.168.56.101:2181 kafka1 192.168.56.101:9092 kafka2 192.168.56.101:9093 kafka3 192.1 ...
分类:
其他好文 时间:
2021-06-23 16:51:10
阅读次数:
0
Node.js安装 下载并默认安装node.js https://nodejs.org/en/ 检测是否安装成功 node -v npm -v 更换镜像地址 淘宝的cnpm npm install -g cnpm --registry=https://registry.npm.taobao.org ...
分类:
其他好文 时间:
2021-06-23 16:48:27
阅读次数:
0
动态SQL 什么是动态SQL 通过if,choose,when,otherwise,trim,where,set,foreach等标签,可自由组合成非常灵活的SQL语句,从而在提高SQL语句的准确性的同时,大大提高开发效率。 搭建测试环境 CREATE TABLE `blog` ( `id` var ...
分类:
其他好文 时间:
2021-06-23 16:41:27
阅读次数:
0
前期准备工作 数据库表 dp.properties driver=com.mysql.jdbc.Driver url=jdbc:mysql://localhost:3306/netshop?useSSL=true&useUnicode=true&characterEncoding=utf-8 use ...
分类:
其他好文 时间:
2021-06-23 16:40:43
阅读次数:
0