Linux.org

Checking out Tetris for BASH

  • 5,150
  • 1
I know some of you may not be into programming. I cannot explain enough how important it can be to be able to create scripts. Automate everyday simple tasks into a script is an important ability...

Creating and Utilizing a RAM Disk

  • 8,249
  • 1
With today's hardware speeds, there may not be a need for a RAM Disk. If anyone is still using slow hard disks instead of SSD or NVMe drives, then this may be handy.

Also, on a database system...

DCA 10 - Docker Services on Specific Nodes

  • 4,427
  • 0
If you run Docker in a single system, not in a Swarm, then you control the containers and services on the system. If you run a Swarm, you can start containers and services, but which Node they run...

BASH Game - Battleship

  • 4,333
  • 0
This will probably be the last BASH game I do. These games have shown how someone can make a different game in BASH. Whether the game is cards, dice or a board game, they can be fun and...

LFCS - Installing and Managing Apache Web Server

  • 3,916
  • 0
Having a Web Server is an important service to have running in a business.

Whether the server will be accessed internally or externally, it is a beneficial tool for anyone.

In this article, we...

LFCS - Printing Setup and Management with CUPS

  • 5,604
  • 2
Network printing allows for the sharing of printers. By sharing printers, you can reduce the number of required resources needed to be purchased.

Systems send print jobs to the print server. The...

Kali in VirtualBox

  • 7,045
  • 0
If you experiment with VirtualBox and Linux distros, then I'm sure you have tried Kali as a Virtual Machine.

With Kali 2023.2, there are special virtual machines (VM) made for downloading that...

DCA - 09 - Scaling Docker Services with Replication

  • 3,944
  • 0
When you create a new service, it runs on one node by default. You can replicate a service to multiple nodes if needed.

Having one instance will not provide instant fault tolerance. If a service...

Latest posts



Follow Linux.org

Staff online

Members online

Trending content


Top