January 2015
M T W T F S S
 1234
567891011
12131415161718
19202122232425
262728293031  

Categories

January 2015
M T W T F S S
 1234
567891011
12131415161718
19202122232425
262728293031  

VSFTPD CENTOS 6.5

CentOS installation configuration FTP server

CentOS install FTP server is configured under a simple procedure notes.

192.168.1.12 client 192.168.1.10 server

Installation yum install vsftpd

[root@server ~]# yum install -y vsftpd Loaded plugins: fastestmirror Setting up Install Process Loading mirror speeds from cached hostfile * base: centos.mirror.secureax.com * extras: centos.mirror.secureax.com * updates: centos.mirror.secureax.com Resolving Dependencies […]

NFS SERVER Centos 6.5

yum install -y nfs-utils rpcbind

Environmental instructions

nfs server system: CentOS 6.5 x86_64 nfs server IP: 192.168.1.10 nfs client system: CentOS 6.5 x86_64 nfs client IP: 192.168.1.12

Install the NFS server (192.168.1.10)

Step-1: install nfs-utils and rpcbind, run the following command:

yum install -y nfs-utils rpcbind

Step-2: specify a fixed port for NFS, run the […]