There are several open-source FTP servers available for Linux. The most commonly used servers include Vsftpd, PureFTPd, and ProFTPD. In this tutorial, we are going to describe how to install and configure VSFTPD server which is a very secure FTP Daemon.
Darshana
Darshana
Hey! I'm Darshana, a Linux / DevOps Engineer and also a contributor to FOSS Linux. I enjoy working on various kind of Linux distributions and cloud technologies. During my free time, I love to swim and hike across nature trails. Linux is my love and I'm here to share all my learnings with all of you! Hope you enjoyed reading my article.
-
-
In order to install phpMyAdmin, you need to install the LAMP modules. Let’s start one by one. PhpMyAdmin is a known free and open source, a fully-featured web-based frontend for administering MySQL / MariaDB database.
-
In today’s tutorial, we are going to show you how to install and configure Apache Tomcat 9 with Oracle Java 8. Apache Tomcat is a web server and servlet container developed by the Apache Software Foundation.
-
At FOSS Linux, we love Open Source software, therefore, this article will describe only the installation of the GitLab Community Edition (CE) on Ubuntu. GitLab is web-based and open-source Git-repository manager. It comes in FOSS edition as well as Enterprise …
-
Apache Subversion (known commonly as SVN) is a very popular open source version control system. A version control system lets you record changes to a file or set of files over time so that you can recall specific versions later. …
-
If you have to manage huge amounts of data then you will find yourself one day wishing for a tool that would simply point out the anomalies or inconsistencies in the data and alert you in real time. ElastAlert is designed …
-
In this tutorial, we are going to show you how to install RabbitMQ on Ubuntu 18.04 (Bionic Beaver). RabbitMQ is the most popular free and open source message-queueing or message-broker Software.
-
In today’s tutorial let’s take a look at how to install and configure Jenkins on Ubuntu. Jenkins is an open source automation server and it helps to set up continuous integration and continuous delivery (CI/CD) pipeline.
-
In this tutorial, we are going to use filebeat to send log data to Logstash. Beats are lightweight data shippers and to begin with, we should have to install the agent on servers. Here is a guide on Installing and …
-
By default settings, SSH users will be able to view the entire filesystem. This is not what you want. Don’t you? In this Terminal Tuts, we are going to guide you on how to configure OpenSSH to restrict access to the …