摘要: ssh-keygen -t rsa ll ~/.ssh/ ssh-copy-id pj0481@pvcy241 目标主机的用户@主机名(IP地址) 阅读全文
posted @ 2022-11-14 16:55 GZBgzb 阅读(9) 评论(0) 推荐(0)
摘要: yum install -y httpd systemctl start httpd 访问http://172.29.128.54/ 若是nginx,配置文件为: yum install -y php* cat 1.php<?php phpinfo(); ?> systemctl start php 阅读全文
posted @ 2022-11-14 16:52 GZBgzb 阅读(55) 评论(0) 推荐(0)