logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

linux平台oracle10g rac搭建

Oracle RAC在Linux的安装与部署目录一、硬件要求和概述... 21.虚拟磁盘布局... 22. RAC 数据库环境概况... 3二、实验步骤... 41、配置第一个虚拟机... 42、在第一个虚拟机上启动安装并配置Linux. 103、安装 Vmware Tools工具... 134、同步客户 OS 与主机 OS 的时间... 145、Oracle安装前的准备... 156、创建并配置

#linux#oracle
postfix mailx发送邮件,telnet sina/163/126/qq等25号端口不通时,可走ssl 465、tls 587端口发送邮件

参考:https://blog.csdn.net/liuy5277/article/details/77097381,如果telnet smtp.sina.com 25 可通的话,可直接mail邮件即可一般情况下25是不通的,此时可以用465、587端口,做ssl 或者tls 加密,(465、587端口一般可以telnet连接)以163邮箱服务器为例:/etc/mail.rcset from=li

shell脚本 查看kafka积压消息

#!/bin/bashn_dir=`pwd`# 每次执行前,先降临时文件清空>.x.log# 查看所有组,并挨个查看消费情况,将结果保存到文件cd /opt/kafka/binfor i in `./kafka-consumer-groups.sh --bootstrap-server 192.168.1.99:9092 --list`do./kafka-consumer-groups.sh

#kafka#分布式#zookeeper
Jmeter 实现mqtt协议压力测试

1. 下载jmeter,解压https://jmeter.apache.org/download_jmeter.cgi以 5.4.3 为例,下载地址: https://dlcdn.apache.org//jmeter/binaries/apache-jmeter-5.4.3.ziplinux下解压: unzip apache-jmeter-5.4.3.zip2. 下载mqtt-jmeter插件下载

#压力测试#运维
prometheus 部署

下载地址: https://prometheus.io/download/wget https://github.com/prometheus/prometheus/releases/download/v2.34.0/prometheus-2.34.0.linux-amd64.tar.gzwget https://github.com/prometheus/alertmanager/release

#linux#运维#prometheus +1
python 之免费ip代理池

基于proxy_pool,部署了一个开放的免费ip代理池,提供出来供大家使用。数据有效性每2分钟更新一次。地址:http://proxy.linuxdba.ltd/all/开源项目地址:https://github.com/jhao104/proxy_pool

#python#flask#爬虫
python 爬取全国最新省市区数据,并存入表

本文通过调取高德行政区划查询接口,获取最新的数据信息(省、市、区、经纬度、行政级别、城市编码、行政编码等),并通过mysql.connector存入mysql数据库表结构设计如下:CREATE TABLE `districts` (`districtId` int(11) NOT NULL AUTO_INCREMENT,`districtPid` int(11) DEFAULT NULL COMM

#python#mysql
爬取站大爷的免费ip代理

coding = utf-8“”"Created by linuxdba at 2021/8/2mail: linuxdba@qq.com“”"import requestsfrom lxml import etreebase_url = ‘https://www.zdaye.com’url = ‘https://www.zdaye.com/dayProxy.html’header = {‘Use

#python#爬虫
到底了