Numpy on Ubuntu 20.04 Focal Fossa Linux

Install Numpy on Ubuntu 20.04 Focal Fossa Linux

NumPy is a Python library, which supports large, multi-dimensional arrays and matrices. It also offers a wide set of high-level mathematical functions to operate on these arrays. The objective of this short guide is to install NumPy on Ubuntu 20.04 Focal Fossa Linux.

In this tutorial you will learn:

  • How to install Numpy from the Ubuntu repository
  • How to install Numpy using pip or pip3 commands
  • How to upgrade Numpy to its latest version

Read more

How to configure Samba Server share on Ubuntu 20.04 Focal Fossa Linux

How to configure Samba Server share on Ubuntu 20.04 Focal Fossa Linux

The objective of this tutorial is to configure a basic Samba server on Ubuntu 20.04 to share user home directories as well as provide read-write anonymous access to selected directory.

There are myriads of possible other Samba configurations, however the aim of this guide is to get you started with some basics which can be later expanded to implement more features to suit your needs.

In this tutorial you will learn:

  • How to install Samba server
  • How to configure basic Samba share
  • How to share user home directories and public anonymous directory
  • How to mount Samba share on MS Windows 10

Read more

Upgrade Ubuntu 20.04

How to Update Ubuntu packages on Ubuntu 20.04 Focal Fossa Linux

One of the main attractions of Linux has got to be the fact that the operating system and the software it runs are free. Unlike proprietary systems, software updates on Ubuntu are absolutely free – you never have to worry about shelling out money for the latest and greatest applications or upgrades.

In this guide, we’re going to take a look at the way Ubuntu releases updates. Ubuntu’s operating system updates follow a particular cycle, but the release schedule can be a little confusing to the uninitiated. We’re also going to go over the methods you can use in order to keep your system up to date, both via command line and GUI.

In this tutorial you will learn:

  • Understanding Ubuntu’s release schedule
  • How to ascertain upgrade information on Ubuntu
  • How to upgrade Ubuntu via command line
  • How to upgrade Ubuntu via graphical user interface

Read more

Install Wine on Ubuntu 20.04 Focal Fossa Linux

Install Wine on Ubuntu 20.04 Focal Fossa Linux

WINE is a lightweight compatibility layer that “translates” Windows applications into a language that Ubuntu can work with. The objective of this tutorial is to install Wine on Ubuntu 20.04 Focal Fossa Linux.

In this tutorial you will learn:

  • How to install Wine from a standard Ubuntu repository
  • How to install Wine from the official Wine repositories
  • How to install Wine stable, staging and development versions

Read more

Ubuntu 20.04 Focal Fossa Desktop

How to install Ubuntu 20.04 Focal Fossa Desktop

In this tutorial we will perform the Ubuntu 20.04 Desktop installation. Ubuntu is one of the most popular Linux distributions. The reason being it’s main goal is to be the most user-friendly non-geek Linux operating system out there. As you will soon see, the Ubuntu 20.04 installation process is straightforward and simple to follow.

In this tutorial you will learn:

  • How to download Ubuntu 20.04 desktop ISO image
  • How to create bootable installation media
  • How to boot to Ubuntu 20.04 Desktop installation wizard
  • How to install full or minimal Ubuntu 20.04 Desktop

Read more

Disable IPv6 address on Ubuntu 20.04 LTS

How to disable IPv6 address on Ubuntu 20.04 LTS Focal Fossa

IPv6, Internet Protocol version 6 is the most recent version of the Internet Protocol (IP). It is a communications protocol which is used for identification and location for computers on networks. Its purpose it to route traffic across the Internet. This article will show you how to temporarily or permanently disable IPv6 on Ubuntu 20.04 LTS Focal Fossa.

In this tutorial you will learn:

  • How to temporarily disable IPv6
  • How to permanently disable IPv6

Read more

How to setup FTP server on Ubuntu 20.04 Focal Fossa Linux

How to setup FTP server on Ubuntu 20.04 Focal Fossa Linux

In this guide, we will show you how to setup an FTP server using VSFTPD on Ubuntu 20.04 Focal Fossa.

VSFTPD is a popular choice for setting up FTP servers, and is the default FTP tool on a few Linux distributions. Follow along with us below to find out how to install the application and get your FTP server up and running.

In this tutorial you will learn:

  • How to install and configure VSFTPD
  • How to setup an FTP user account
  • How to connect to FTP server via command line
  • How to connect to FTP server via GUI

Read more