December 2019

How to use UUID unique identifiers to consistently mount partitions

botond published 2019. 12. 23., h - 17:25 time
The Universally Unique Identifier (UUID) is a unique identifier that Linux systems also use to identify different volumes / partitions so that the mountings of different block devices do not change even if the connection order of the hard drives in the computer changes, such as during maintenance. . In this tutorial, we will look at how to use UUIDs in our fstab file instead of device names to mount our partitions in a consistent way.

UUID (Universally unique identifier)

botond published 2019/12/22, v - 15:45 time
The universally unique identifier (UUID) is a 128-bit number used to identify information in computer systems. The term globally unique identifier (GUID) is also used, usually in software created by Microsoft.

GNU GROUP

botond published 2019/12/21, Sat - 17:33 time
GRUB is a software package that loads the GNU Project operating system, which allows you to choose which system to boot when you start your computer, if you have more than one installed on your computer, or to run a specific kernel configuration on a partition of that operating system.

Making a bootable flash drive with the balena Etcher 1.5

botond published 2019/12/20, p - 14:50 time
Balena Etcher is an open source freeware program that lets you conveniently create bootable flash drives for computers and bootable SD cards, for example, for Raspberry. In this tutorial, we will try this powerful utility that offers the ability to create bootable flash drives on both Linux and Windows platforms.

Upgrading the Drupal base system to 8.8

botond published Jan. 2019, 12, 18:15 p.m. time
On December 2019, 4, Drupal released its currently latest base system, 8.8.0. We’ve talked about how to easily upgrade the Drupal base system before, but more has changed in this release, so we need to get a little deeper into things. So in this description we will look at how to upgrade our Drupal base system from 8.7.10 to 8.8.0.