Eclipse IDE for C/C++ Developers on Ubuntu 20.04

Eclipse IDE for C/C++ Developers installation on Ubuntu 20.04

In this tutorial you will learn how to install the latest version of Eclipse IDE for C/C++ Developers on Ubuntu 20.04 Focal Fossa Linux Desktop.

In this tutorial you will learn:

  • How to install Eclipse IDE prerequisites
  • How to download Eclipse IDE for C/C++ Developers
  • How to extract Eclipse IDE for C/C++ Developers package
  • How to launch Eclipse IDE
  • How to create Eclipse IDE desktop launcher

Read more

Apt proxy configuration on Ubuntu 20.04 Focal Fossa Linux

Apt proxy configuration on Ubuntu 20.04 Focal Fossa Linux

You are reading a quick tutorial on how to configure apt proxy server and client on Ubuntu 20.04 Focal Fossa Linux

In this tutorial you will learn:

  • How to install and configure apt proxy server
  • How to start apt proxy server
  • How to open firewall port for apt proxy incoming traffic
  • How to configure apt proxy client

Read more

Handbrake on Ubuntu

How to Install the Latest Version of Handbrake on Ubuntu

When it comes to converting and backing up video, there are few tools as powerful as Handbrake. It’s long been a favorite among Linux users because it’s simple to use, and it’s capable of most video tasks.

While you can find Handbrake in the default Ubuntu repositories, it’s often outdated. This guide will walk you though enabling a PPA to get the latest Handbrake releases.

In this tutorial you will learn:

  • How to Enable the Handbrake PPA
  • How to Install Handbrake on Ubuntu

Read more

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