This is the 8th day of my participation in the November Gwen Challenge. Check out the event details: The last Gwen Challenge 2021

Log in to your own server and view the system version of your own server. This method is applicable to the version 16.04 operating system

To view the system version, run the following command:

cat /etc/issue

Check whether VSFTPD has been installed on your server. If the version number is displayed, run the following command:

vsftpd -v

If the version number is not displayed, VSFTPD is not installed. In this case, run sudo apt-get install VSFTPD. Check the version number after the installation is complete

Run the sudo vim /etc/vsftpd.conf command to access the VSFTPD file, delete the comment on line 31, and release it, as shown in the figure below:

Wq exit (sudo)

Four, to their Windows, open DOS, enter FTP your server address, then input user name, password.

Put the file you want to upload into your computer’s home directory, then put the name of the file you upload.

If you want to download a file from the server, use the file name that get wants to download

Upload the Node compressed package to the home directory

Or download winSCP and put the package in your home directory

4. Check whether the Node installation package is available in your home directory ls

The Node version I have installed here is 8.11.4

5. Run the command to move the file to /opt

Sudo mv. / node - v8.11.4 - Linux - x64. Tar. Xz/opt

6. Go to the directory: CD /opt. Ls Check whether the node folder exists. If yes, decompress the folder as follows:

Sudo tar XVF. / node - v8.11.4 - Linux - x64. Tar. Xz

7. Go back to your home directory and configure the environment variables required by Node. Open the bashrc file vim. bashrc and add the following to the last line of the file

Export NODE_HOME = / opt/node - v8.11.4 - Linux - x64 export PATH = $PATH: $NODE_HOME/bin

Save the configuration and exit.

6. Re-execute the bashrc file for our changes to take effect: source.bashrc

7. Enter node -v to view the version number

The above is all the content, write may be rough, according to the above steps, should be no problem, must start to try oh ~ have any questions, or comments, welcome to discuss together oh

One for the front end newbie

Woo la la la