Linux hosts use finalspeed Tools for VPS host acceleration-Installation and Common command application records

Source: Internet
Author: User
Tags chmod vps
We choose overseas VPS whether it is to build a station or use for other project tools, from the cost, configuration and other cost-effective or have a great advantage, but because of physical distance, the stability of the line and other issues, there may be man-made or the difference in the line will make the speed of the target is not up to our requirements. Especially in the evening and some of the line stability is not enough, in many non-human can change the factors, we can also through some tools to improve the speed of the VPS host.
At present, we use more of the sharp speed Serverspeeder (reference: vultr VPS Host installation of sharp speed tutorial and download speed contrast), but the sharp speed does not support the OPENVZ environment, and many of our users because of cost-effective and cost considerations are mostly owned by the OVZ architecture of the VPS host, Previously saw that can use Net-speeder acceleration (later to find time to share), in this article old left will be to share the current also many people use finalspeed Accelerator tool.
Finalspeed is a high-speed bilateral acceleration software, its principle is to speed up the TCP Protocol Network Service tools, you can lose the packet or delay the server to make full use of physical bandwidth, improve speed, here, where the old left will be in the relocation of the bricklayer VPS installed Finalspeed tools.

First, install Finalspeed preparation work

Finalspeed server-side support, Centos, Ubuntu, Debian environments, and Windows system environments, but our needs in the Linux environment should be greater, so in this article, we will use a Linux environment based on the comparison.

The code is as follows Copy Code
Project Address: Https://github.com/d1sm/finalspeed

Second, deployment installation Finalspeed Server side

1. One-click Deployment installation

The code is as follows Copy Code
wget http://fs.d1sm.net/finalspeed/install_fs.sh
chmod +x install_fs.sh
./install_fs.sh 2>&1 | Tee Install.log

Here the old left using the CENTOS6 environment, directly throw a key package can be executed.

Because my side is used CentOS generally no problem, if the use of Debian, Ubuntu distribution, if the error on the switch dash.
The code is as follows Copy Code
sudo dpkg-reconfigure Dash

Select No to do so.

2. Set Boot up

The code is as follows Copy Code
chmod +x/etc/rc.local
Then edit the/etc/rc.local file, add the sh/fs/start.sh script, and save the exit.
3. Set Timer reboot
The code is as follows Copy Code
0 1 * * * sh/fs/restart.sh
Execute crontab-e and then add the timed script above, and restart the release cache at 1 o'clock in the morning.

Third, finalspeed common problem solving

1, the default will occupy 150 ports, if our port is not occupied that do not have to pipe, do not need to finalspeed set the port, if you need to set the reference below.

The code is as follows Copy Code
Mkdir-p/fs/cnf/; echo port number >/fs/cnf/listen_port; sh/fs/restart.sh
2. Uninstall command
The code is as follows Copy Code
sh/fs/stop.sh; Rm-rf/fs
3. Start command
The code is as follows Copy Code
sh/fs/start.sh
4. Stop command
The code is as follows Copy Code
sh/fs/stop.sh
5. Restart command
The code is as follows Copy Code
sh/fs/restart.sh
6. View Log file
The code is as follows Copy Code
Tail-f/fs/server.log
It should be noted here that the official proposed if the OPENVZ architecture of the VPS, the proposed memory is 512MB and above can be.
Iv. Installation of Finalspeed clients
Finalspeed the entire installation is still more cumbersome, the above installed server side, this side also need to install a local client, so as to meet the possible use of tools later.
The code is as follows Copy Code
Windows client: Http://fs.d1sm.net/finalspeed/finalspeed_install1.0.exe

Client download installation, in the process will also require the installation of WinPcap, in short click on the installation can be.

V, Finalspeed accelerated add deployment

Here I add the server IP and speed to the actual need to set the bandwidth, and then add to the list, which needs to match our actual use of software, accelerated ports and ports. Then cooperate with our Accelerator tool IP address is our 127.0.0.1 as the server IP address.

Summary, because it involves some other software use problems, the old left is not here to share in detail, finalspeed This software I also saw a user mentioned before, here on the simple sharing of basic applications, hope that useful friends can leave a message to everyone some reference suggestions

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.