11 2021 档案

摘要:vSphere ESXi 7.0 注册码 测试密钥 VMware vCenter 7.0 Standard104HH-D4343-07879-MV08K-2D2H2410NA-DW28H-H74K1-ZK882-948L4406DK-FWHEH-075K8-XAC06-0JH08 VMware vS 阅读全文
posted @ 2021-11-30 16:21 向往明天-tsingyun 阅读(2889) 评论(0) 推荐(0)
摘要:第一步:下载 WinSW https://github.com/winsw/winsw/releases/download/v2.10.3/WinSW.NET4.exe 64位系统 https://github.com/winsw/winsw/releases/download/v2.10.3/Wi 阅读全文
posted @ 2021-11-29 19:09 向往明天-tsingyun 阅读(446) 评论(0) 推荐(0)
摘要:1.通配符 ? 匹配单个字符 * 代表所有字符 [abcd] 匹配[]里任意一个字符。4选1 [a-d] [!abcd] 匹配不含[]里任意一个字符的字符。[^abcd] 2.路径相关 ~ 用户的家目录,超级用户为/root,普通用户为/home - 代表上一次(相对于当前路径)用户所在的路径 $O 阅读全文
posted @ 2021-11-19 10:42 向往明天-tsingyun 阅读(809) 评论(0) 推荐(0)
摘要:原文:http://www.qingsword.com/qing/749.html 这篇文章简单的介绍一下IPv6技术,其中会涉及到IPv6的表示格式(格式和IPv4有很大不同,刚开始可能不习惯)、在Cisco路由接口上配 置IPv6地址(普通静态配置和静态EUI-64配置)、IPv6静态和动态路由 阅读全文
posted @ 2021-11-18 16:51 向往明天-tsingyun 阅读(2892) 评论(0) 推荐(0)
摘要:原文链接:http://sns.ca800.com/space.php?uid=45972&do=blog&id=2310 各位在进行OPC通讯时,常会遇到两种情况: 1)使用一个OPCClient在同一台计算机上连接远程计算机上的多个OPCServer时,发现某个OPCServer是通畅的,但其他 阅读全文
posted @ 2021-11-17 18:59 向往明天-tsingyun 阅读(2354) 评论(0) 推荐(0)
摘要:IPv4简介 在学习IPv6之前先了解下IPv4,IPv4(Internet Protocol version 4)国际协议版本4,是国际协议开发过程中的第四个修订版本,也是此协议第一个被广泛部署的版本。 IPv4使用32位(4字节)地址,因此地址空间中只有2^32(4,294,967,296)个地 阅读全文
posted @ 2021-11-17 16:51 向往明天-tsingyun 阅读(209) 评论(0) 推荐(0)
摘要:Nmap使用 Nmap是主机扫描工具,他的图形化界面是Zenmap,分布式框架为Dnamp。 Nmap可以完成以下任务: 主机探测 端口扫描 版本检测 系统检测 支持探测脚本的编写 Nmap在实际中应用场合如下: 通过对设备或者防火墙的探测来审计它的安全性 探测目标主机所开放的端口 通过识别新的服务 阅读全文
posted @ 2021-11-17 15:48 向往明天-tsingyun 阅读(646) 评论(0) 推荐(0)
摘要:无线网卡连接网络后共享给本地有线网卡使用(Win10) 1. 本文主要目的是介绍地有线网卡共享无线网卡的Wifi信号,该应用场景如下: 当在只有wifi环境下,同时有两台电脑A和B, A为笔记本:自带无线网口和有线网卡 、B为台式机:自带有线网卡;通过上面的方法能够实现A电脑通过无线网口连接Wifi 阅读全文
posted @ 2021-11-17 14:56 向往明天-tsingyun 阅读(2435) 评论(0) 推荐(0)
摘要:https://cn.ubuntu.com/download/server/step1#downloads 阅读全文
posted @ 2021-11-17 14:14 向往明天-tsingyun 阅读(168) 评论(0) 推荐(0)
摘要:数据采集配置部署文档-Win10专业版 一、jdk环境配置 1、软件下载地址:https://www.oracle.com/java/technologies/downloads/#java8-windows 选择windows版本:jdk-8u311-windows-x64.exe 2、双击jdk 阅读全文
posted @ 2021-11-16 17:09 向往明天-tsingyun 阅读(258) 评论(0) 推荐(0)
摘要:#!/bin/bash username='miaojx' password=' ' ip='192.168.0.*' file='miao1.txt' #远程复制文件,自动输入密码 sshpass -p $password scp $file $username@$ip:/home/miaojx/ 阅读全文
posted @ 2021-11-12 11:51 向往明天-tsingyun 阅读(786) 评论(0) 推荐(0)
摘要:回到顶部 解决问题:mysql 1040 too many connections 重启mysql 服务器 (systemctl restart mysqld.service) 1、mysql -u root -p 回车输入密码进入mysql 2、执行show variables like "max 阅读全文
posted @ 2021-11-11 17:43 向往明天-tsingyun 阅读(246) 评论(0) 推荐(0)
摘要:scpfile.sh #scp复制指定文件到远程服务器指定目录,在远程主机上运行命令。 #!/bin/bash #ipfile.txt是jar或war包与目标主机IP对应关系 #tmp.txt是临时存放jar或war包记录和日志 #scpfile.sh调用目标主机上的renamerun.sh,执行备 阅读全文
posted @ 2021-11-11 11:22 向往明天-tsingyun 阅读(303) 评论(0) 推荐(0)
摘要:一、命令行登陆 ssh后,一定后边加双引号 写命令,否则命令实在本地执行的,多条命令的话用双引号隔开, 1 ssh user@remoteNode "cd /home ; ls" 二、脚本登陆 1 2 3 4 5 6 #!/bin/bash ssh root@192.168.0.23 << remo 阅读全文
posted @ 2021-11-11 11:12 向往明天-tsingyun 阅读(1261) 评论(0) 推荐(0)
摘要:环境准备 使用的系统软件 名称说明 centos 7.x libfastcommon FastDFS分离出的一些公用函数包 FastDFS FastDFS本体 fastdfs-nginx-module FastDFS和nginx的关联模块 nginx nginx1.15.4 编译环境 CentOS 阅读全文
posted @ 2021-11-09 15:33 向往明天-tsingyun 阅读(114) 评论(0) 推荐(0)
摘要:一、安装gcc依赖 由于 redis 是用 C 语言开发,安装之前必先确认是否安装 gcc 环境(gcc -v),如果没有安装,执行以下命令进行安装 [root@localhost local]# yum install -y gcc 二、下载并解压安装包 [root@localhost local 阅读全文
posted @ 2021-11-09 13:57 向往明天-tsingyun 阅读(738) 评论(0) 推荐(0)
摘要:1、检查系统是否安装过mysql //检查系统中有无安装过mysql rpm -qa|grep mysql //查询所有mysql 对应的文件夹,全部删除 whereis mysql find / -name mysql 2、卸载CentOS7系统自带mariadb # 查看系统自带的Mariadb 阅读全文
posted @ 2021-11-09 11:42 向往明天-tsingyun 阅读(248) 评论(0) 推荐(0)
摘要:一、安装redis 第一步:下载redis安装包 wget http://download.redis.io/releases/redis-4.0.6.tar.gz [root@iZwz991stxdwj560bfmadtZ local]# wget http://download.redis.io 阅读全文
posted @ 2021-11-08 18:24 向往明天-tsingyun 阅读(182) 评论(0) 推荐(0)
摘要:Ubuntu 20.04 LTS Focal Fossa于2020年04月23日发布。 备份sudo cp /etc/apt/sources.list /etc/apt/sources.list.bak 更改文件权限使其可编辑sudo chmod 777 /etc/apt/source.list 写 阅读全文
posted @ 2021-11-04 11:33 向往明天-tsingyun 阅读(261) 评论(0) 推荐(0)
摘要:https://docs.emqx.cn/enterprise/v4.3/getting-started/command-line.html 阅读全文
posted @ 2021-11-03 17:24 向往明天-tsingyun 阅读(1029) 评论(0) 推荐(0)
摘要:利用clickhouse-client和linux管道命令结合,迁移数据。这个办法速度不是特别快,一下午大概迁移40亿数据的样子 clickhouse-client --host 127.0.0.1 --password default -q "SELECT * FROM sgdatabase.hi 阅读全文
posted @ 2021-11-03 15:53 向往明天-tsingyun 阅读(164) 评论(0) 推荐(0)
摘要:http://isoredirect.centos.org/centos/7/isos/x86_64/ 阅读全文
posted @ 2021-11-01 10:21 向往明天-tsingyun 阅读(45) 评论(0) 推荐(0)