VPSMATE

  • HOME
  • NEWS
  • VPS
  • DEDICATED
  • ARCHIVES
  • GoDaddy
  • SCRIPT
  • TOOLS
    • Traceroute
    • Benchmark
    • Useful Sites
  • Themes
  • GFW
Tutorials
Tutorials

VSFTPD: Very Secure File Transfer Protocol Deamon

Contents Introduction Features Configuration Instructions and Basic Setup Download To disable anonymous login and to enable local users login and give them write permissions: To chroot users To deny (or allow) just some users to login To allow just some users to login: TLS/SSL/FTPS Additional Options Apply new configuration settings Webmin Module Set pasv_min_port and pasv_max_port in /etc/vsftpd.conf and allow outbound connections in the ports you set in your firewall. Virtual users with TLS/SSL/FTPS and a common upload directory - Complicated VSFTPD The workshop Create The Virtual Users Database Sample output: Configure VSFTPD for virtual user Create a PAM File Which Uses Your New Database Append the following: Restart The FTP Server Test Your Setup Sample success output: Troubleshooting See Also

22/09/2013 1comments 13164hotness 0likes kyaky Read all
Tutorials

How To Set Up vsftpd on Debian/Ubuntu

Author: By Etel Sverdlov About vsftpd The first two letters of vsftpd stand for "very secure" and the program was built to have strongest protection against possible FTP vulnerabilities. Step One—Install vsftpd You can quickly install vsftpd on your virtual private server in the command line: sudo apt-get install vsftpd Once the file finishes downloading, the VSFTP will be on your droplet. Generally speaking, it is already configured with a reasonable amount of security. However, it does provide access on your VPS to anonymous users.

22/09/2013 0comments 8130hotness 0likes kyaky Read all
Tutorials

How to Setup a Firewall with UFW on an Ubuntu and Debian Cloud Server

Author: DigitalOcean Introduction One of the first lines of defense in securing your cloud server is a functioning firewall. In the past, this was often done through complicated and arcane utilities. There is a lot of functionality built into these utilities, iptables being the most popular nowadays, but they require a decent effort on behalf of the user to learn and understand them. Firewall rules are not something you want yourself second-guessing. To this end, UFW is a considerably easier-to-use alternative. What is UFW? UFW, or Uncomplicated Firewall, is a front-end to iptables. Its main goal is to make managing your firewall drop-dead simple and to provide an easy-to-use interface. It’s well-supported and popular in the Linux community—even installed by default in a lot of distros. As such, it’s a great way to get started securing your sever.

19/09/2013 0comments 11268hotness 0likes kyaky Read all
Tutorials

Monitoring server performance with Munin!

Author: LEB Have you ever wished you could monitor the performance of your server after the fact? Or did you ever want to get some statistics of your server, about it’s performance and the amount of resources used? Look no further: Munin is here! Munin is a resource monitoring tool that helps you monitor server performance and analyze problems after they happened. Munin uses RRDtools, a data logging and graphing system, for storing and displaying logged data. It’s plug and play and has over 500 plugins available. It’s open source and freely available. In addition to all that, it has networking capabilities so a monitoring master can hold the data for all nodes in a cluster (more on that next week). So, I’m going to show you how to set up and configure Munin on a single node and check those graphs. As usual, written for and tested on both CentOS and Ubuntu.

15/09/2013 0comments 9629hotness 0likes kyaky Read all
Tutorials

How to Install Linux, Apache, MySQL, PHP (LAMP) stack on Ubuntu

About LAMP LAMP stack is a group of open source software used to get web servers up and running. The acronym stands for Linux, Apache, MySQL, and PHP. Since the virtual private server is already running Ubuntu, the linux part is taken care of. Here is how to install the rest. Set Up The steps in this tutorial require the user to have root privileges on your VPS. You can see how to set that up in the?Initial Server Setup?in steps 3 and 4.

30/08/2013 0comments 9094hotness 0likes kyaky Read all
Tutorials

Initial Server Setup with Ubuntu 12.04

What the?Red?Means The lines that the user needs to enter or customize will be in?red?in this tutorial! The rest should mostly be copy-and-pastable. The Basics When you first begin to access your fresh new server, there are a few early steps you should take to make it more secure. Some of the first tasks required on a virtual private server can include setting up a new user, providing them with the proper privileges, and configuring SSH.

30/08/2013 0comments 5925hotness 0likes kyaky Read all
Tutorials

How to Configure Nginx as a Front End Proxy for Apache

Why Run Nginx and Apache Together Both nginx and apache are powerful and effective servers. Apache currently reigns as the #1 server for websites and since its public release in 2006, nginx has taken the world by storm and is now the #2 server for active sites. The reasons for each respective server’s popularity are clear: apache’s power and nginx’s speed are well known. However, both servers do have drawbacks—apache is hard on server memory, while nginx (great at static files) needs the help of php-fpm or similar modules for dynamic content. However, one can combine the two web servers to great effect, with nginx as static web server front and apache processing the back end.

30/08/2013 0comments 8264hotness 0likes kyaky Read all
Tutorials

How to Install and Configure Config Server Firewall (CSF) on Ubuntu/Debian

Author: DigitalOcean Introduction Config Server Firewall (or CSF) is a free and advanced firewall for most Linux distributions and Linux based VPS. In addition to the basic functionality of a firewall – filtering packets – CSF includes other security features, such as login/intrusion/flood detections. CSF includes UI integration for cPanel, DirectAdmin and Webmin, but this tutorial only covers the command line usage. CSF is able to recognize many attacks, such as port scans, SYN floods, and login brute force attacks on many services. It is configured to temporarily block clients who are detected to be attacking the cloud server.

26/08/2013 0comments 12752hotness 0likes kyaky Read all
Tutorials

How To Setup Your Own VPN With PPTP

Author: DigitalOcean Intro One of the commonly asked questions from our users is how to add another IP address to their server. You can assign your own private IP address to your droplet by creating a VPN tunnel. Whether you want to build your own Virtual Private Network (VPN), or assign an SSL certificate to that IP address, you have several options. From all of the possible options, the most optimal ones are between PPTP and OpenVPN. A Point-To-Point Tunneling Protocol (PPTP) allows you to implement your own VPN very quickly, and is compatible with most mobile devices. Even though PPTP is less secure than OpenVPN, it is also faster and uses less CPU resources.

26/08/2013 0comments 11546hotness 0likes kyaky Read all
Tutorials

How to Write a Simple Shell Script on a VPS

Author: DigitalOcean Introduction This tutorial is aimed at teaching you how to write shell scripts for the most variety of purposes. Shell scripts can be used to run multiple commands, a single command with difficult and extensive arguments, or more user friendly interfaces for distributing your work. Essentially it makes your life easier by automating stuff you’d have to do manually without it.

26/08/2013 0comments 9333hotness 0likes kyaky Read all
Tutorials

Your own mail server with Virtualmin

August 24, 2013 @ 8:34 am, by Maarten Kossen In light of recent events, there’s been a lot of chatter about leaving free e-mail services in favor of self-hosted e-mail. With self-hosted e-mail you have the option to host your e-mail wherever you want it, either on a server at home or on a VPS. Even my friend from Bennet Office Technologies told me to switch to a privately managed server to host my website and email. There’s plenty of affordable options around to run your own mail server. I would personally recommend a Xen or KVM VPS for this, as with OpenVZ it is really easy for your provider to “snoop” on your e-mail. This is also possible with Xen or KVM, but it usually requires a reboot (which you will probably notice). I’ve used a 512MB Xen VPS for this tutorial. I’ve used “this much” memory because I want to run clamd and SpamAssassin in RAM. The server also has 45GB of disk space, which is more than enough to run a couple of big mailboxes on. You could do with less RAM (though that would increase the CPU load and slow down mail processing) and far less disk space (depending on your needs), but with “my” specs, you’re on the safe side.

25/08/2013 0comments 10103hotness 0likes kyaky Read all
1234
Archives
  • February 2023
  • September 2022
  • August 2022
  • July 2021
  • November 2020
  • September 2020
  • August 2020
  • November 2017
  • August 2017
  • July 2017
  • March 2017
  • October 2016
  • September 2016
  • June 2016
  • April 2016
  • March 2015
  • November 2014
  • October 2014
  • September 2014
  • July 2014
  • June 2014
  • May 2014
  • April 2014
  • March 2014
  • February 2014
  • January 2014
  • December 2013
  • November 2013
  • October 2013
  • September 2013
  • August 2013
Highly Recommended!
Vultr
Links
Suggested Web Hosting
Suggested VPS
1.Unmetered G Port & Unlimited Backups 3.Fast Replies 4.Free credits 5.Torrent Friendly A Name You Can Trust
Digitalocean,$5/Mo-512m KVM+20GSSD

Budgetvm 1G Ram/3IP/80G/$48/yr

Photonvps/512mKVM/10GSSD/5.95$

Linode, Top Xen VPS Company

VPS.net, Top Cloud VPS Company

Domain Discounts
DMCA.com Protection Status

COPYRIGHT © 2021 vpsmate.net. ALL RIGHTS RESERVED.

Theme Kratos Made By Seaton Jiang