一.设置IP地址
1.使用root用户登录系统,密码123456
2.切换到目录/etc/sysconfig/network-scripts,编辑文件ifcfg-eth0
[root@hadoop-master ~]# cd /etc/sysconfig/network-scripts/
[root@hadoop-master network-scripts]# vi ifcfg-eth0
DEVICE=eth0
TYPE=Ethernet
UUID=57d4c2c9-9e9c-48f8-a654-8e5bdbadafb8
ONBOOT=yes
NM_CONTROLLED=yes
BOOTPROTO=static
IPADDR=192.168.1.210
DEFROUTE=yes
IPV4_FAILURE_FATAL=yes
IPV6INIT=no
NAME="System eth0"
HWADDR=00:0C:29:CD:79:8C
PEERDNS=yes
PEERROUTES=yes
LAST_CONNECT=1386682585
DNS1=192.168.1.1
DNS2=8.8.8.8
GATEWAY=192.168.1.1
3.按esc键,键入:wq保存配置。
二、通过远程工具连接操作系统
1.配置远程工具
2.连接服务器
三、设置主机名
1.编辑network文件,设置主机名为hadoop-master,主域名为ibeifeng.com
[root@hadoop-master ~]# vi /etc/sysconfig/network
HOSTNAME=hadoop-master.ibeifeng.com
2.编辑hosts文件,在文件中追加配置,设置本机的名称hadoop-master
[root@hadoop-master ~]# vi /etc/hosts
127.0.0.1 hadoop-master hadoop-master.ibeifeng.com
3.编辑本地Windows的hosts文件,在文件中追加配置,设置远程linux的名称为hadoop-master
192.168.1.210 hadoop-master hadoop-master.ibeifeng.com
四、创建文件夹和文件
1.通过mkdir创建文件
2.打开新创建的目录testcmd,创建文件test.txt
五、配置notepad++
1.添加profile
2.连接服务器,编辑服务器的远程文件test.txt
六、配置FlieZilla
1.添加站点配置
2.连接服务器,现在文件test.txt到Windows本地