How to setup SFTP server on Ubuntu 20.04 Focal Fossa Linux

How to setup SFTP server on Ubuntu 20.04 Focal Fossa Linux

In this guide, we will show you how to setup an SFTP server using VSFTPD on Ubuntu 20.04 Focal Fossa. If you haven’t already, check out our tutorial on How to setup FTP server on Ubuntu 20.04 Focal Fossa with VSFTPD, as this article on SFTP assumes that you’ve applied the configuration covered in the FTP guide.

FTP is a great protocol for accessing and transferring files, but it has the shortcoming of being a clear text protocol. In other words, it’s not secure to use over an internet connection, since your credentials and data are transmitted without encryption. The ‘S’ in SFTP stands for ‘Secure’ and tunnels the FTP protocol through SSH, providing the encryption needed to establish a secure connection.

In this tutorial you will learn:

  • How to install and configure SSH daemon
  • How to setup an SFTP user account and group
  • How to connect to SFTP server via command line
  • How to connect to SFTP server via command line

Read more

How to install MATLAB on Ubuntu 20.04 Focal Fossa Linux

How to install MATLAB on Ubuntu 20.04 Focal Fossa Linux

MATLAB is a computing environment and programming language developed by MathWorks. It offers matrix manipulations, plotting of functions and data and more. This article will provide the reader with step by step instructions on how to install Matlab on Ubuntu 20.04 Focal Fossa Linux.

In this tutorial you will learn:

  • How to download MATLAB
  • How to unzip MATLAB installation package
  • How to install MATLAB
  • How to create MATLAB launcher shortcut
  • How to run MATLAB

Read more

docker-compose on Ubuntu 20.04 Focal Fossa Linux

How to install docker-compose on Ubuntu 20.04 Focal Fossa Linux

Compose is a feature for setting up and running multi-container Docker applications. With a single command, you can create and start all the services from your configuration. To learn more about Compose see How To Launch Containers With Docker Compose. The objective of this short guide is to install docker-compose on Ubuntu 20.04 Focal Fossa Linux Server/Desktop.

In this tutorial you will learn:

  • How to install docker-compose from Ubuntu repository
  • How to install the latest docker-compose from the official git repository

Read more

Oracle Java SE Development Kit on Ubuntu 20.04 Focal Fossa Desktop/Server

Oracle Java installation on Ubuntu 20.04 Focal Fossa Linux

In this tutorial we will perform an installation of Oracle Java SE Development Kit on Ubuntu 20.04 Focal Fossa Desktop/Server.

Do you with to install OpenJDK the Oracle’s free and GPL-licensed alternative?
Follow our tutorial on how to install OpenJDK java on Ubuntu 20.04 Focal Fossa.

In this tutorial you will learn:

  • How to download Oracle Java
  • How to install Oracle Java
  • How to set path to Java executable by using the update-alternatives tool
  • How to check Oracle Java version

Read more

How to switch between multiple GCC and G++ compiler versions on Ubuntu 20.04 LTS Focal Fossa

In this tutorial we will install multiple versions of GCC and G++ compilers using the apt install command. Furthermore, by use of the update-alternatives tool you will learn how to easily switch between multiple GCC and G++ compiler versions and how to check the currently selected compiler version.

In this tutorial you will learn:

  • How to install multiple GCC and G++ compiler versions
  • How to create alternative compiler version list
  • How to switch between multiple compiler versions

Read more

System networking managed by networkd deamon on Ubuntu 20.04 Focal Fossa

How to restart network on Ubuntu 20.04 LTS Focal Fossa

There exist various ways of restarting network on Ubuntu 20.04. Possibly the simplest way would be to restart network from GUI such as GNOME. Other ways would include the use of the command line and commands netplan and ip. Finally, the NetworkManager command line tool nmcli or the System V init scripts can be used to successfully restart network on Ubuntu 20.04 Focal Fossa.

In this tutorial the reader will be provided with comprehensive information on:

  • How to restart network from GUI
  • How to restart network using the netplan command
  • How to restart network using the ip command
  • How to restart network using System V init scripts
  • How to restart network by using the NetworkManager command line tool nmcli

Read more