Linux.org

LFCS – Network Management

  • 3,911
  • 0
These days, we connect nearly all computers to a network in some manner. Whether the connection is Ethernet (hard-wired) or Wi-Fi, there is a method of sharing data or accessing shared data.

When...

Bash 08 – Arrays and For Loops

  • 4,754
  • 0
This article is another one that contains some very important information. Arrays are useful in any programming language and Bash is no exception.

Arrays are like variable because it holds a...

VirtualBox Explored (Part 1)

  • 9,187
  • 3
Many people that use VirtualBox, at some point come across a problem they have not encountered before.

In this article, I want to cover as many issues that may arise and how to fix them. This may...

Finding System Information in Linux

  • 10,282
  • 1
Many people at some point may need to find specific information about their system. There are many ways to get specific information about your system, but some may take a while to remember or look...

LFCS – Network Time Protocol (NTP)

  • 6,513
  • 0
We covered the Network Time Protocol Daemon a little in the article ‘https://www.linux.org/threads/lfcs-–-kerberos-authentication-centos7.39296/’, as well as in...

BASH 07 – Command-Line Options

  • 7,807
  • 0
Some scripts and programs can take options from the command line. These can be very specific for the operation of a program or script.

There are two ways to handle options: placement or...

Latest posts

Top