In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-03-26 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/02 Report--
Free network disk has been used for a long time, and it is always disgusting by various speed limits and non-open functions. After several days of tossing and turning on the network, I finally figured out how to build a private cloud storage network disk. The free and open source programs I found are owncloud and kodexplorer,seafile. Each one has been built and used, experienced and easy to build. I prefer Caoyun kodexplorer. Don't talk too much and go straight to the tutorial.
1. Download xampp.
Download command:
Wget-c https://www.apachefriends.org/xampp-files/5.6.35/xampp-linux-x64-5.6.35-0-installer.run
After the download is complete, you can see a .run executable file in the current directory. Add the appropriate permissions to the file first.
The command is:
Chmod + x xampp-linux-x64-5.6.35-0-installer.run
2. Install xampp
The command is:
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) start xampp with the following command:
Sudo / opt/lampp/xampp start
After startup, you can enter the IP address of your CVM 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, and the command is:
Sudo / opt/lampp/xampp stop
4. Download the latest version of Daoyun
Official download page: https: / / kodcloud.com/download/
There are relevant commands for Linux to obtain the latest version of Cordaoyun.
Download command:
Wget http://static.kodcloud.com/update/download/kodexplorer4.37.zip
Create a directory:
Sudo mkdir kodexplorer
Extract command:
Unzip kodexplorer4.37.zip-d. / kodexplore
Enter the corresponding folder and set permissions:
Cd. / kodexplorer,chmod-Rf 777. / *
5. Copy to the appropriate directory
Command:
Sudo cp-r kodexplorer/ / opt/lampp/htdocs/
Enter the corresponding folder and set permissions:
Cd / opt/lampp/htdocschmod 777 kodexplorerchmod-R 777 kodexplorer/data/
6. Whether the test is successful
Restart the xampp service, open the browser http: / / "IP address / kodexplorer/index.php", set the administrator password, and start using it.
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.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.