Install Joomla 4 on Ubuntu 18.04 - Site Name

Install Joomla 4 on Ubuntu 18.04 Bionic Beaver Linux

Objective

The objective is to install Joomla 4 on Ubuntu 18.04 Bionic Beaver Linux

Operating System and Software Versions

  • Operating System: – Ubuntu 18.04 Bionic Beaver
  • Software: – Joomla! 4.0.0-alpha2 Development

Requirements

Privileged access to your Ubuntu System as root or via sudo command is required.

Difficulty

EASY

Conventions

Read more

Virtualbox guest additions on Ubuntu 19.10 Eoan Ermine

Virtualbox: install guest additions on Ubuntu 19.10 Eoan Ermine

In this tutorial we will be installing the Virtualbox guest additions on Ubuntu 19.10 Eoan Ermine Linux. Virtualbox guest additions allows for better screen resolution and mouse integration.

In this tutorial you will learn:

  • How to Install Virtualbox guest additions compilation and installation.
  • How to check Virtualbox guest additions installation.

Read more

Ubuntu DVD Players

The Best DVD Players for Ubuntu

In the past, multimedia was a sore point for Linux users. Now, though, it’s a strength. There are plenty of fantastic DVD and video players for Linux systems, including Ubuntu. As an added bonus, they all should be readily available in the default Ubuntu repositories.

In this tutorial:

  • VLC
  • Kodi
  • mpv
  • SMPlayer
  • Bomi

Read more

Installed NVIDIA drivers on Ubuntu 19.10 Eoan Ermine Linux

How to install the NVIDIA drivers on Ubuntu 19.10 Eoan Ermine Linux

The objective is to install the NVIDIA drivers on Ubuntu 19.10 Eoan Ermine Linux.

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 a Nvidia driver installation using PPA repository
  • How to install the official Nvidia.com driver

Read more

Netflix on Kodi

How to Install Netflix in Kodi on Ubuntu and Debian

With the arrival of Kodi 18 Leia also came the ability to access DRM restricted content from servies like Netflix. As of now, the Netflix add-on isn’t in the official Kodi repositories, but it’s easy enough to install and set up on Debian and Ubuntu, and that includes installations on the Raspberry Pi.

In this tutorial you will learn:

  • How to Install Kodi 18
  • How to Install the Netflix Dependencies
  • How to Enable The Netflix Repository
  • How to Install the Netflix Add-on

Read more

Check Linux Mint version from command line

Check Linux Mint Version

There are number of ways on how to check Linux Mint version. Since Linux Mint comes with number of available Desktops the graphical user interface may differ from user to user hence the procedure is also different. From this reason the easiest and perhaps even recommend solution is to simply open up a command line terminal and execute the following command cat /etc/issue.

To check a version of other Linux distributions visit our how to check Linux version guide.

In this tutorial you will learn:

  • How to check Linux Mint version from graphical user interface
  • How to check Linux Mint version from the command line

Read more

How to check Linux version

How to check Linux Version

The common scenario is that you have been given an access to a Linux system physically or via remote login and you have no idea what Linux version is installed on this particular system. Given that many of the today’s Linux Distributions have implemented systemd as part of their core design, to check for a Linux version is in many cases relatively simple procedure.

The simplest way to check Linux version is by using the hostnamectl command without any arguments. For example the below hostnamectl command will return the Linux distribution name, version and codename in use along with the currently loaded Linux kernel version:

$ hostnamectl 
   Static hostname: x220
         Icon name: computer-laptop
           Chassis: laptop
        Machine ID: 2d4efda5efb0430faeb2087d0a335c6b
           Boot ID: f8c4a3a776a74d42878347efc2c00634
  Operating System: Debian GNU/Linux 10 (buster)
            Kernel: Linux 4.9.0-9-amd64
      Architecture: x86-64
DID YOU KNOW?

It is a common mistake to refer to the entire GNU/Linux operating system simply as Linux. The important note here is that the so called Linux is actually only the Kernel part of the system whereas GNU is the actual system as in collection of pre-compiled binaries, libraries and system tools. Both GNU and Linux kernel must function in tandem in order for the operating system to actually work.

Hence, one cannot exists without the other, so next time when you talk about your operating system and you wish to be technically correct, refer to it as GNU/Linux or simply as Lignux.

In this tutorial you will learn:

  • Basic introduction to Linux package
  • How to check system architecture and Linux kernel version
  • How to check CPU architecture
  • How to check CentOS, Redhat, Debian, Ubuntu, Mint, Arch, Fedora Linux system version

Read more

Chef Architecture

How to install Chef Server, Workstation and Chef Client on Ubuntu 18.04

Chef is a Ruby based configuration management tool used to define infrastructure as code. This enables users to automate the management of many nodes and maintain consistency across those nodes. Recipes declare the desired state for managed nodes and are created on a user’s workstation using the Chef Workstation package. Your recipes are distributed across nodes via a Chef server. A Chef client, installed on each node, is in charge of applying the recipe to its corresponding node. This guide will show you how to install and configure a Chef Server and Chef Workstation. We will also bootstrap a node to manage with Chef.

In this tutorial you will learn:

  • Install and Configure the Chef Server
  • Create Chef User and Organization
  • Install and Configure the Chef Workstation
  • Configure Knife and Bootstrapping a Client Node

Read more

How to Install Adobe Acrobat Reader on Ubuntu 18.04 Bionic Beaver Linux

Objective

The objective is to install Adobe Acrobat Reader on Ubuntu 18.04 Bionic Beaver Linux.

Please note that Adobe no longer supports Acrobat Reader for Linux. The latest native Linux version is 9.5.5 dated from 26/04/2013. From this reason you should refrain using/installing Adobe Acrobat Reader if possible to avoid potential vulnerabilities and hacker exploits.

Operating System and Software Versions

  • Operating System: – Ubuntu 18.04 Bionic Beaver
  • Software: – Adobe Reader 9.5.5

Requirements

Privileged access to your Ubuntu System as root or via sudo command is required.

Difficulty

EASY

Conventions

Read more

Ubuntu Bionic Nextcloud Create Admin

How to Install Nextcloud On Ubuntu 18.04 Bionic Beaver Linux

Objective

Install Nextcloud on Ubuntu 18.04

Distributions

Ubuntu 18.04

Requirements

A working install of Ubuntu 18.04 with root privileges

Difficulty

Easy

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

Introduction

When it comes to self hosted cloud storage Nextcloud is definitely the best option. It’s fully open source, and allows you full control over your server. You can, of course, create your own user accounts and manage access too.

There are a couple of options when it comes to setting up Nextcloud on Ubuntu. You can use Docker or you can follow the traditional install method. Either one will work. The Docker method will probably work better if you don’t want to configure and manage the entire server yourself.

Read more