If you want to run Ubuntu Linux on your system but you already have Windows 10 installed and don’t want to give it up completely, you have a couple of options. One option is to run Ubuntu inside of a virtual machine on Windows 10, and the other option is to create a dual boot system. Both options have their pros and cons.
ubuntu 20.04
How to Install Adobe Acrobat Reader on Ubuntu 20.04 Focal Fossa Linux
Since Ubuntu does not have a native way to open PDF documents by default, users will need to install Adobe Acrobat Reader for Linux, or some other program capable of opening the documents. The objective of this tutorial is to install Adobe Acrobat Reader on Ubuntu 20.04 Focal Fossa Linux.
How to install PyCharm on Ubuntu 20.04 Linux Desktop
PyCharm is a graphical IDE (integrated development environment) that can be installed on Ubuntu Desktop. Many Python programmers enjoy using PyCharm because it can be used to analyze code, debug programs, and is integrated with Git and other version control systems, as well as web development applications. In this tutorial, you will see how to install PyCharm on Ubuntu 20.04 Focal Fossa Linux.
How to install CUDA on Ubuntu 20.04 Focal Fossa Linux
The Nvidia CUDA toolkit is an extension of the GPU parallel computing platform and programming model. The Nvidia CUDA installation consists of inclusion of the official Nvidia CUDA repository followed by the installation of relevant meta package and configuring path the the executable CUDA binaries. In this tutorial, you will see how to install CUDA on Ubuntu 20.04 Focal Fossa Linux.
How to find my IP address on Ubuntu 20.04 Focal Fossa Linux
The purpose of this tutorial is to show to use the Ubuntu ip command to see information about the local IP address, default gateway, and DNS servers on Ubuntu 20.04 Focal Fossa Linux. The IP address is used by your Ubuntu machine to talk to other devices on the network, like a router or other PCs. Keep in mind that your internal IP address is different from your system’s external IP.
Install Python 2 on Ubuntu 20.04 Focal Fossa Linux
This tutorial will show how to install Python2 for Ubuntu 20.04 Focal Fossa Linux. Python 2 has not been the default installed version on Ubuntu for a few years, but it’s still possible to install Python2 and to install Python 2.7 on Ubuntu.
How to run script on startup on Ubuntu 20.04 Focal Fossa Server/Desktop
In this article you will learn how to run script ( python, bash etc. ) on startup on Ubuntu 20.04 Server/Desktop.
How to install Steam on Ubuntu 20.04 Focal Fossa Linux
Steam is easily the most popular PC gaming client, and with hundreds of titles available for Linux, it is no wonder why Linux gamers would want to install Steam on Ubuntu. Valve, the company behind Steam, officially targets Ubuntu and Debian with their Linux support, which is great news for Ubuntu users.
How to install Tweak Tool on Ubuntu 20.04 LTS Focal Fossa Linux
The GNOME Tweaks tool allows users to configure a bunch of cosmetic and behavior in the GNOME desktop environment. It can be installed on Ubuntu 20.04 and used to customize things like the top bar, quick launch toolbar, etc.
How to install Gnome on Ubuntu 20.04 LTS Focal Fossa
GNOME is the default desktop environment for Ubuntu 20.04. If you don’t yet have a desktop environment installed, or have a different environment and would like to switch to GNOME, it’s very easy to do.
Ubuntu 20.04 GUI installation
The purpose of this guide is to install a desktop environment on Ubuntu 20.04 Focal Fossa, whether you already have a GUI installed and wish to use a different desktop environment, or if you are only using the command line and would like access to a GUI.
How to enable/disable firewall on Ubuntu 20.04 LTS Focal Fossa Linux
The default Ubuntu firewall is ufw, with is short for “uncomplicated firewall.” It comes automatically installed on all editions of Ubuntu Desktop and Ubuntu Server. Ufw is a frontend for the typical Linux iptables commands, but it is developed in such a way that basic firewall tasks can be performed without the knowledge of iptables.