The objective is to install the NVIDIA drivers on Ubuntu 18.04 Bionic Beaver Linux. This article will discuss three methods of Nvidia driver installation in the following order:
18.04
Ubuntu Disable Firewall 18.04 Bionic Beaver
In this tutorial, you will see how to disable the firewall in Ubuntu Linux 18.04 as well as how to check the Ubuntu firewall status.
How to open Terminal on Ubuntu Bionic Beaver 18.04 Linux
There are more than one way how to open the terminal on Ubuntu Bionic Beaver 18.04 Linux. This short article will list the most common. This article assumes that you are using the default GNOME desktop manager.
Other Versions of this Tutorial
Shortcut
The simples way to open a terminal window on Ubuntu Bionic Beaver 18.04 Linux is to use the shortcut CTRL+ALT+T
Activities
Click on Activities
located on the left top corner. Using search type terminal
. Once the terminal icon appears simply left-click on it to open terminal on Ubuntu.
How to Install The Latest AMD Radeon Drivers on Ubuntu 18.04 Bionic Beaver Linux
Objective
Install the latest AMD graphics drivers on Ubuntu
Distributions
Ubuntu 18.04
Requirements
A working install of Ubuntu 18.04 with root privileges
Conventions
- # – requires given linux commands to be executed with root privileges either directly as a root user or by use of
sudo
command - $ – requires given linux commands to be executed as a regular non-privileged user
Other Versions of this Tutorial
Introduction
If you’re planning on using an AMD graphics card with Ubuntu 18.04, you have a couple of options. Because Bionic is an LTS release, you do have the option of using the proprietary AMDGPU-PRO drivers. The open source drivers that come with Ubuntu are probably better for gamers, though. They’re already installed, and you can configure your system to receive constant performance-boosting upgrades from the latest Mesa releases. Either way, you’re going to have great experience working with AMD on Ubuntu 18.04.
How to install Gnome Shell Extensions on Ubuntu 18.04 Bionic Beaver Linux
Objective
The objective is to install Gnome Shell Extensions on Ubuntu 18.04 Bionic Beaver Linux. The following page lists top 10 Best Gnome desktop extensions for Ubuntu 18.04 Bionic Beaver Linux.
Operating System and Software Versions
- Operating System: – Ubuntu 18.04 Bionic Beaver Linux
Requirements
Privileged access to your Ubuntu System as root or via sudo
command is required.
Conventions
How to install Cinnamon desktop on Ubuntu 18.04 Bionic Beaver Linux
Objective
This article will explain how to install Cinnamon desktop on Ubuntu 18.04 Bionic Beaver. Use this guide if you wish to change your default GNOME desktop to Cinnamon environment. See also our article: The 8 Best Ubuntu Desktop Environments (18.04 Bionic Beaver Linux) for more desktop environment choices.
Alternatively, follow our guide on how to install GUI on Ubuntu server 18.04 Bionic Beaver.
Operating System and Software Versions
- Operating System: – Ubuntu 18.04 Bionic Beaver Linux
Requirements
Privileged access to your Ubuntu System as root or via sudo
command is required.
Conventions
List installed packages on Ubuntu 18.04 Bionic Beaver Linux
Objective
The objective of this article is to provide an Ubuntu user with information on how to list installed packages on Ubuntu 18.04 Bionic Beaver Linux
Operating System and Software Versions
- Operating System: – Ubuntu 18.04 Bionic Beaver
Requirements
Privileged access to your Ubuntu System as root or via sudo
command may be required.
Conventions
How to install Fonts on Ubuntu 18.04 Bionic Beaver Linux
Objective
The following article will explain how to install fonts on Ubuntu 18.04 Bionic Beaver Linux
Operating System and Software Versions
- Operating System: – Ubuntu 18.04 Bionic Beaver
Requirements
Privileged access to your Ubuntu System as root or via sudo
command is required.
Conventions
How to deny all incoming ports except SSH port 22 on Ubuntu 18.04 Bionic Beaver Linux
Objective
The objective is to enable UFW firewall, deny all incoming ports however only allow SSH port 22 on Ubuntu 18.04 Bionic Beaver Linux
Operating System and Software Versions
- Operating System: – Ubuntu 18.04 Bionic Beaver
Requirements
Privileged access to your Ubuntu 18.04 Bionic Beaver will be required.
Conventions
How to create a docker-based LAMP stack using docker-compose on Ubuntu 18.04 Bionic Beaver Linux
Objective
Following this tutorial you will be able to create a LAMP environment using the Docker technology.
Requirements
- Root permissions
- Basic knowledge of Docker
Conventions
- # – requires given linux commands to be executed with root privileges either
directly as a root user or by use ofsudo
command - $ – requires given linux commands to be executed as a regular non-privileged user
Other Versions of this Tutorial
Introduction
Docker is an open source project aimed at providing software inside containers
. You can think of a container as a sort of “package”, an isolated environment which shares the kernel with the host machine and contains everything the application needs. All containers are built using images
(the central images repository for them being Dockerhub).
In this tutorial, we will see how to create a LAMP stack based on dockerized components: following the “one service per container” philosophy, we will assemble the environment using docker-compose
, a tool to orchestrate container compositions.
How to install Gnome Shell Extensions from ZIP file using command line on Ubuntu 18.04 Bionic Beaver Linux
Objective
The objective is to install Gnome Shell Extensions from ZIP file using command line on Ubuntu 18.04 Bionic Beaver Linux. The installation of Gnome Shell Extensions from ZIP file using command line can be considered as an alternative to a standard way of Gnome Shell Extensions installation.
Operating System and Software Versions
- Operating System: – Ubuntu 18.04 Bionic Beaver
- Software: – GNOME Shell 3.26.2 or higher
Requirements
Apart of the install GNOME Shell there are no special requirements
Conventions
Add user on Ubuntu 18.04 Bionic Beaver Linux
Objective
The purpose of this article is to explain how to add user on Ubuntu 18.04 Bionic Beaver Linux. The guide will provide instructions on how to add user on Ubuntu using graphical user interface, and, also how to create user using a command line.
Operating System and Software Versions
- Operating System: – Ubuntu 18.04 Bionic
Requirements
Privileged access to your Ubuntu System as root or via sudo
command is required.