Bare Metal Servers

How to Use the wall Command in Linux

February 18, 2021

The wall command allows sending terminal messages to all logged-in users at once. This feature is particularly useful in scenarios when system administrators perform system maintenance tasks, and they need a quick way to inform users they should save their work and log out. This tutorial explains the wall command syntax and options.

Read more

Ansible: Check if a File Exists

December 24, 2020

Ansible allows you to use a single control node to run a variety of tasks on remote hosts, including checking if specific files and folders exist. Learn how in this tutorial.

Read more

How to Set Up Bare Metal Cloud Remote Access VPN

December 17, 2020

Set up remote access via VPN from your desktom/mobile device to a bare metal cloud server. Additionally, learn how to connect two BMC servers through VPN, as well as a BMC server and on-premise equipment.

Read more

Ansible Playbook: How to Create and Configure Playbooks


Ansible is a Code as Infrastructure solution for monitoring and managing remote hosts. This is done by using Ansible playbooks.
This tutorial shows you how to create and run Ansible playbooks.

Read more

How to Access BMC Windows Server

December 15, 2020

Learn how to establish an SSH connection to your new Bare Metal Cloud Windows server using either a key pair or username and password. Follow the requirements to use SSH successfully with your BMC instance.

Read more

How to Create an External Table in Hive

December 9, 2020

External tables in Hive are used to access and query data stored outside of a database. Follow the steps of this tutorial to learn how to create, query and drop external tables.

Read more

How to Set Up a Dedicated Minecraft Server on Linux

December 3, 2020

The main advantages of setting up a Minecraft server with dedicated resources are improved performance, full use of resources and bandwidth, control over mods and plugins, and better security.

Read more

How to Format Disk Partitions in Linux

December 2, 2020

Formatting and mounting disk partitions in Linux is common because partitions cannot be used without this process. In this tutorial you will learn how to format and mount disk partitions with ext4, FAT32, or NTFS file systems.

Read more

How to Format USB Drives in Linux

November 19, 2020

USB formatting is done for several reasons, such as deleting data or changing the file system. In this tutorial you will learn three simple ways how to format a USB drive and features of the most used file systems.

Read more

Ansible Playbook Dry Run: Run Playbook in "Check Mode"


This article explains how to do a dry run of an Ansible playbook by using the built-in check mode feature. Ansible is an Infrastructure as Code tool that allows you to use a single control node to monitor and manage remote servers. It allows you to manage remote servers by creating playbooks, which contain lists of tasks for the remote servers to perform.

Read more
1 4 5 6 7 8 10