IBM Storwize V3700
4年前 (2022-01-11)
IBM Storwize V3700
用户名 :superuser 密码:passw0rd
默认ip地址192.168.70.121 192.168.70.120
clusterIP地址 192.168.70.122 默认用户名:superuser 默认密码:passw0rd
QNAP WEB登录
4年前 (2021-11-20)
如果知道QNAP NAS IP地址,直接访问,默认的端口号是5000如果端口号被别人改过,但自己又不知道,端口号是多少,那就需要使用Qfinder 软件去扫描,扫找完成后。找到对应的NAS设置,然后双击跳转
CentOS7查看和关闭防火墙
4年前 (2021-09-21)
CentOS 7.0默认使用的是firewall作为防火墙查看防火墙状态:firewall-cmd --state停止firewallsystemctl stop firewalld.service禁止firewall开机启动systemctl disable firewalld.serviceCentos7开放及查看端口– 开放指定端口firewall-cmd --zone=public --add-port=1935/tcp --perman