Linux.org

LFCS - Understanding and Using SELinux

  • 4,047
  • 0
SELinux stands for Security Enhanced Linux. Security is enabled that causes security to lock down access to the system. SELinux is a Mandatory Access Control (MAC) which is part of the Kernel to...

DCA 13 - Setting Up Container DNS

  • 6,069
  • 1
It can be imperative for a Docker Container, Service, or other to be able to resolve Domain Names. The Docker systems should need access to a Domain Name System (DNS).

There are multiple ways to...

Testing Out Linux Distro Mageia 9

  • 3,738
  • 1
It has been a while since I've covered a Linux distro, but this one seems very different. The installation is unique compared to the standard installation.

The distro may be one that you can...

LFCS - Setting Up A Database Server

  • 3,350
  • 0
In some environments, you may need a database server. This article will cover the basic installation and setting up of a database and table.

Let's get started and get the Database Server up and...

DCA 12 - Docker Inspect Command

  • 5,906
  • 0
Sometimes information is needed from a running service, container, swarm, or node. Information is usually retrieved with the 'inspect' command. We need to cover this in a little detail to help you...

BASH Tetris Part 2

  • 4,998
  • 1
In my previous article, I covered the main Tetris script section. In this article, I will cover the functions or at least the important ones. Some are kind of basic and need no explanation.

If...

Latest posts



Top