Linux

How To Set Up an NFS Mount on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How To Set Up an NFS Mount on Ubuntu 18.04

NFS, or Network File System, is a distributed file system protocol that allows you to mount remote directories on your server. This tutorial goes over how to install all the components needed to run NFS and also walks readers through two distinct use cases for the protocol.

Read more
How To Set Up an SSL Tunnel Using Stunnel on Ubuntu — step-by-step Linux tutorial on Progressive Robot

How To Set Up an SSL Tunnel Using Stunnel on Ubuntu

The Stunnel program is designed to work as an SSL encryption wrapper between remote client and local (inetd-startable) or remote server. It can be used to add SSL functionality to commonly used inetd daemons like POP2, POP3, and IMAP servers without any changes in the program’s code. What Stunnel basically does is that it turns any insecure TCP port into a secure encrypted port using OpenSSL package for cryptography.

Read more
How To Set Up Jupyter Notebook for Python 3 on Ubuntu 22.04 — step-by-step Linux tutorial on Progressive Robot

How To Set Up Jupyter Notebook for Python 3 on Ubuntu 22.04

This tutorial will walk you through setting up Jupyter Notebook to run either locally or from a Ubuntu 22.04 server, as well as teach you how to connect to and use the notebook. Jupyter notebooks (or simply notebooks) are documents produced by the Jupyter Notebook app which contain both computer code and rich text elements (paragraph, equations, figures, links, etc.) which aid in presenting and sharing reproducible research.

Read more
CHAT