Briefly describe the key steps for configuring the linux FTP server and Data Server

Source: Internet
Author: User
Let's briefly describe the key steps for configuring the linux FTP server and data server-Linux Enterprise Application-Linux server application information. The following is a detailed description. 1. Configure the FTP server
Currently, vsftpd and proftpd are mostly used. Taking vsftpd as an example, first install vsftpd and download the RPM package of the corresponding version, rpm-ivh vsftp *. rpm
Simple configuration: Open/etc/vsftpd. conf, set anonymous login anonymous_enable = YES, set system user login local_enable = YES, to restrict user login to only a specific directory, Set
# Chroot_list_enable = YES
Chroot_local_user = YES
Pam_service_name = vsftpd
Userlist_enable = YES
Tcp_wrappers = YES
User_config_dir =/etc/vsftpd/user_conf
Create the directory user_conf in/etc/vsftpd and add the file (the file name is the local user name for logon, without the extension). The file content is local_root =/var/ftp, in this way, the user logs on to the directory automatically.
Restart vsftpd in linux. You can start it through the service, or use pkill vsftp to kill it, and then start vsftpd.
In linux, configure the permission chmod-R 775 directory name. in linux, modify the directory or file of the file: chown root. root
Configure the network and firewall in linux, and run the setup command to restart the network, such as/etc/init. d/network restart.
Mount the hard disk mount-t ext2/dev/sda5/mnt/c, and map the directory mount -- bind/work/var/ftp/pub

2. Configure the Data Processing Server
Ftp configuration is the same as above
Install afni, matlab, fsl, mricro, etc.
They are not very complex. decompress the file and add it to. bashrc in the user directory:

FSLDIR =/usr/local/fsl
AFNIDIR =/usr/local/afni
Source $ FSLDIR/etc/fslconf/fsl. sh
PATH = $ FSLDIR/bin: $ AFNIDIR: $ PATH: $ HOME/bin
Export PATH
You can.

Remote File editing. Generally, the vi editor is used!
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.