1、python版本:python3.0 2、需要模块,requests/BeautifulSoup/os/re 3、代码如下,网址改成xxx了,大家自己找些网址爬吧。 4、模块介绍: os和re就去这里看吧:https…
Python3正则表达式
1、re.match和re.search函数
zabbix4安装和简单实用
zabbix 中文产品手册 : https://www.zabbix.com/documentation/4.0/zh/manual 1、配置centos7的yum源 2、配置zabbix的yum源 3、安装mariad…
客户端挂载访问ceph
#创建fsceph osd lspoolsceph osd pool create cephfs_metadata 64ceph osd pool create cephfs_data 64ceph fs new fs_…
centos7.9安装ceph,客户端挂载访问
一、修改hosts文件 二、免密配置 三、配置yum源,创建部署目录 四、安装ceph 五、配置访问Ceph Manager Dashboard 测试访问:192.168.159.130:1025
linux shell脚本编写(堡垒机)
两个文件放在一个目录1、daima.sh 2、hosts.txt 下面是执行结果和代码
linux shell中的正则-1
先学基础shell匹配,来自百度AI 在Linux中,\b是一个正则表达式中的边界匹配符,表示单词边界。
shell脚本,ip监测,端口扫描
shell编程
ubuntu22.04搭建wordpress3
步骤: 1) 进入wordpress 后台,更改固定链接为 /%postname%.html2) AllowOverride ALL现在apache2不依靠httpd.conf来配置。 Ubuntu下默认的配置文件是/e…
MySQL允许root用户远程登录
一、修改MYSQL配置文件 1、打开mysql的配置文件(find / -name my.cnf && find / -name my.ini) 2、添加下行 二、授权root远程登录 登录数据库执行: …