摘要: C:\Windows\System32\drivers\etc\hosts 阅读全文
posted @ 2024-04-09 10:40 碰这么难 阅读(5) 评论(0) 推荐(0) 编辑
摘要: hadoop官方下载地址https://hadoop.apache.org/releases.html 用到的命令/root/hadoop-3.4.0/bin/hdfs namenode -format ,start-all.sh, stop-all.sh 1.三台虚拟机分别设置静态ip 2.设置免 阅读全文
posted @ 2024-04-09 10:35 碰这么难 阅读(8) 评论(0) 推荐(0) 编辑
摘要: 点击查看代码 登出 Connection to clone1 closed. [root@master .ssh]# ll 总用量 16 -rw-rw-r--. 1 root root 393 4月 9 09:23 authorized_keys -rw . 1 root root 1679 4月 阅读全文
posted @ 2024-04-09 09:29 碰这么难 阅读(4) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2024-04-08 23:22 碰这么难 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 情况说明:如图 问题的关键点:打包apk的作者放置的图片太大了 解决办法: 下载 ApktoolM 快速编辑所要安装的apk文件 更换为更小的图片 阅读全文
posted @ 2024-04-08 17:08 碰这么难 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 主从 点击查看代码 [root@master ~]# cd ~/.ssh [root@master .ssh]# ssh-keygen -t rsa Generating public/private rsa key pair. Enter file in which to save the key 阅读全文
posted @ 2024-04-07 19:49 碰这么难 阅读(12) 评论(0) 推荐(0) 编辑
摘要: scp /etc/hosts root@clone1:etc/hosts 点击查看代码 [root@master ~]# scp /etc/hosts root@clone1:/etc/hosts The authenticity of host 'clone1 (192.168.10.11)' c 阅读全文
posted @ 2024-04-07 19:14 碰这么难 阅读(6) 评论(0) 推荐(0) 编辑
摘要: hostnamectl set-hostname 主机名 bash 阅读全文
posted @ 2024-04-07 19:00 碰这么难 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 正确书写GATEWAY,添加dns 阅读全文
posted @ 2024-04-07 16:18 碰这么难 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 虚拟网络设置子网ip,取消勾选DHCP自动分配。 这次是192.168.10.0。NET网关是192.168.10.2。 配置CentOS配置内容是 BOOTPROTO=static IPADDR=192.168.10.10 NETMASK=255.255.255.0 GAETWAY=192.168 阅读全文
posted @ 2024-04-07 15:43 碰这么难 阅读(6) 评论(0) 推荐(0) 编辑