How To Upgrade Ubuntu To 21.04

How To Upgrade Ubuntu To 21.04

The new Ubuntu 21.04 is expected to be released on 22 April 2020. However, there is no need to wait until then. If you feel adventurous and impatient you can upgrade to Ubuntu 21.04 today. All you need is to have fully upgraded and updated Ubuntu 21.10 Groovy Gorilla at your disposal.

In this How To Upgrade Ubuntu To 21.04 Hirsute Hippo tutorial you will learn:

  • How to fully update and upgrade your current Ubuntu system.
  • How to configure the release upgrader.
  • How to upgrade your Ubuntu system.

Read more

How to install the NVIDIA drivers on AlmaLinux 8

How to install the NVIDIA drivers on AlmaLinux 8

In this article we will be perform an installation of the NVIDIA Driver on AlmaLinux. Nvidia driver is needed by your NVIDIA Graphics GPU to function with better performance. To do this we are first going to identify your NVIDIA graphic card, download an appropriate NVIDIA driver , disable the default nouveau driver by modifying the GRUB boot menu and finally install a official NVIDIA driver.

To install Nvidia driver on other Linux distributions, follow our Nvidia Linux Driver guide.

Read more

String concatenation in Bash

String concatenation in Bash

This tutorial will explain the Bash string concatenation by using examples. When it comes to bash scripting or programming in general, the concatenation refers to joining two or more string together to produce single unified output. Using Bash shell and bash scripting the string concatenation can be achieved in number for ways.

In this tutorial you will learn:

  • How to concatenate strings using echo command
  • How to concatenate strings in loop
  • How to concatenate string with command output

Read more

Installed NVIDIA drivers on Ubuntu 20.10 Groovy Gorilla Linux

How to install the NVIDIA drivers on Ubuntu 20.10 Groovy Gorilla Linux

The objective is to install the NVIDIA drivers on Ubuntu 20.10 Groovy Gorilla Linux and switch from a opensource Nouveau driver to the proprietary Nvidia driver.

To install Nvidia driver on other Linux distributions, follow our Nvidia Linux Driver guide.

In this tutorial you will learn:

  • How to perform an automatic Nvidia driver installation using standard Ubuntu Repository
  • How to perform an Nvidia driver installation using PPA repository
  • How to install the official Nvidia.com driver
  • How to uninstall/switch back from Nvidia to Nouveau opensource driver

Read more

Ubuntu To 20.10 Groovy Gorilla

How To Upgrade Ubuntu To 20.10

The new Ubuntu 20.10 is expected to be released on 22 October 2020. However, there is no need to wait until then.

If you feel adventurous you can upgrade to Ubuntu 20.10 today. All you need is to have fully upgraded and updated Ubuntu 20.04 Focal Fossa at your disposal.

In this How To Upgrade Ubuntu To 20.10 Groovy Gorilla tutorial you will learn:

  • How to fully update and upgrade your current Ubuntu system.
  • How to configure the release upgrader.
  • How to upgrade your Ubuntu system.

Read more

Ubuntu 20.10 Download

Ubuntu 20.10 Download

In this Ubuntu 20.10 Download guide you will learn where to download and how to download Ubuntu 20.10 ISO image for Ubuntu, Kubuntu, Ubuntu Budgie, Ubuntu Studio, Xubuntu, Lubuntu, Kylin desktops and Ubuntu 20.10 Server.

Read more

test Internet connection on Linux

How to test Internet connection on Linux

In this tutorial you will learn how to test internet connection on Linux operating system. When we talk about the internet connection usually this for everybody means different thing. Meaning, you might be connected to the Internet but unable to browse any web sites.

In this tutorial you will learn:

  • How to test internet connection
  • How to test DNS resolution
  • How to test Local Area network
  • How to check your DNS resolution

Read more

How to install the NVIDIA drivers on Fedora 32

How to install the NVIDIA drivers on Fedora 32

The NVIDIA Driver is a program needed for your NVIDIA Graphics GPU to function with better performance. It communicates between your Linux operating system, in this case Fedora 32, and your hardware, the NVIDIA Graphics GPU.

The NVIDIA drivers can be installed by using the bash command after stopping the GUI and disabling the nouveau driver by modifying the GRUB boot menu.

To install Nvidia driver on other Linux distributions, follow our Nvidia Linux Driver guide.

Read more

Ubuntu 20.04 SSH Server

Ubuntu 20.04 SSH Server

In this tutorial you will learn how to deploy an SSH server on Ubuntu 20.04 Server/Desktop.

WHAT IS SSH SERVER?
OpenSSH is the premier connectivity tool for remote login with the SSH protocol. It encrypts all traffic to eliminate eavesdropping, connection hijacking, and other attacks. In addition, OpenSSH provides a large suite of secure tunneling capabilities, several authentication methods, and sophisticated configuration options. Reference: https://www.openssh.com/

In this tutorial you will learn:

  • How to install SSH Server
  • How to change SSH server’s status
  • How to open firewall rules to allow SSH incoming traffic
  • How to connect to SSH Server remotely using the ssh command
  • How to change default SSH listening port

Read more