Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to use CVM to build a network disk

2025-01-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/02 Report--

How to build a network disk with a CVM? Many novices are not very clear about this. In order to help you solve this problem, the following editor will explain it in detail. People with this need can come and learn. I hope you can gain something.

After we buy a CVM to build a website, sometimes there are resources on the server that are idle, so we use these idle resources + kodexplorer to build a private network disk.

Both the linux system and the window system of the CVM are fine. Here, based on the sharing of online experience, we introduce how to build a network disk in the linux system.

1. Use the xshell tool to link to the server and download xampp. After the download is complete, you can see a .run executable file in the current directory. Add the appropriate permissions to the file first, and the command is:

Chmod + x xampp-linux-x64-5.6.35-0-installer.run

2. Install xampp with the following command:

Sudo. / xampp-linux-x64-5.6.35-0-installer.run

Enter Y as required or press enter to install successfully, and its default installation location is: / opt/lampp.

3. Start and stop xampp

(1) after starting xampp, you can enter your CVM IP address on your computer or mobile browser, and you can see the default page of xampp, which represents the normal use of your xampp. The default port is 80.

There is an error in the operation, which may be caused by a port conflict. By looking at the usage of port 80 and port 443 (the command is netstat-ap | grep 80), you can modify the default ports 80 and 443.

(2) stop xampp with the command: sudo / opt/lampp/xampp stop

4. Download the latest version of Cordaoyun, including Linux's command to obtain the latest version of Cordaoyun.

Create directory: sudo mkdir kodexplorer, extract command: unzip kodexplorer4.25.zip-d. / kodexplorer

Enter the corresponding folder and set the permission: cd. / kodexplorer,chmod-Rf 777. / *

5. Copy to the appropriate directory, enter the corresponding folder, and set permissions:

Cd / opt/lampp/htdocs

Chmod 777 kodexplorer

Chmod-R 777 kodexplorer/data/

6. Whether the test is successful

Restart the xampp service, open the browser "IP address / kodexplorer/index.php", set the administrator password, and start using it.

Is it helpful for you to read the above content? If you want to know more about the relevant knowledge or read more related articles, please follow the industry information channel, thank you for your support.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report