Setting up a MySQL database and user on Ubuntu 20.04

Install MySQL on Ubuntu 20.04 LTS Linux

In this guide, we will show you how to install MySQL on Ubuntu 20.04 Focal Fossa. There are two separate packages for this on Ubuntu, depending on what you need to do. You can either install the MySQL client package, which is used to connect to MySQL servers, or install the MySQL server software, which can be used to host your own databases. We’ll cover both below.

After installing a MySQL server, we’ll also go over the first steps you’ll need to get started with hosting a database, which includes making a username and password, creating a database, and granting user permissions on that database.

In this tutorial you will learn:

  • Install MySQL Client on Ubuntu
  • Install MySQL Server on Ubuntu
  • How to setup a MySQL database

Read more

Ubuntu 20.04 Gnome Flashback Desktop Installation

GNOME Flashback is a trimmed version of GNOME 3 shell based on GNOME 2 desktop. It is a lightweight desktop to help you to get the most out of any low profile PC.

In this tutorial you will learn:

  • How to install Gnome Flashback Desktop
  • How to login to Gnome Flashback Desktop session

Read more

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