Select-Object: Filtering Output in PowerShell

The Select-Object cmdlet allows you to display certain properties of an object in a PowerShell command. Select-Object can select unique objects, a specified number of objects, or objects at a specified position in an array. Also, some PowerShell cmdlets don’t display all of the object’s properties, and you must use Select-Object to display additional attributes.

Continue reading “Select-Object: Filtering Output in PowerShell”

Getting Started with MySQL/MariaDB Initial Configuration

In this article, we have described the basic configuration settings that must be set when deploying a standalone server with MySQL or MariaDB. We’ll look at the initial configuration parameters that must be checked before starting the server.

Continue reading “Getting Started with MySQL/MariaDB Initial Configuration”

How to Install and Configure a Ceph Storage Cluster?

Ceph is an open-source software-defined distributed file system. Ceph allows you to create a fault-tolerant distributed data storage available over the TCP/IP protocol. Ceph offers several storage access interfaces: object, block, and file. In this article, we’ll show how to install and configure a ceph cluster using the Quincy release (17) in this example.

Continue reading “How to Install and Configure a Ceph Storage Cluster?”