云计算
-
How to Create a Table in Hive
Introduction Apache Hive is a data warehousing tool used to perform queries and analyze structured data in Apache Hadoop. It uses a SQL-like language called HiveQL. In this article, learn how to crea…
-
How to Upgrade From Ubuntu 16.04 to Ubuntu 18.04
Introduction As Ubuntu 16.04 comes closer to its end of life (April 2021), you may want to consider upgrading to a newer version. In this tutorial, learn how to upgrade to Ubuntu 18.04 from Ubuntu 16…
-
Introduction to the Linux File System
Introduction A file system is a set of processes that controls how, where and when data is stored and retrieved from a storage device. An efficient file system is essential for everyday system proces…
-
How to Mount NTFS Partition in Linux
Introduction NTFS stands for New Technology File System. This file-storing system is standard on Windows machines, but Linux systems also use it to organize data. Most Linux systems mount the disks a…
-
How to Delete Partition in Linux
Introduction Linux users create partitions to organize their data in an efficient manner. As easy as they are created, Linux partitions can be deleted to reformat a storage device and regain storage …
-
How to Install and Configure Ansible on Windows
Introduction Ansible is an Infrastructure as Code tool used for managing and monitoring remote servers. Ansible requires a Linux-based system to run. This can be a problem if you want to use its feat…
-
How to Create Partitions in Linux
Introduction Creating disk partitions enables you to split your hard drive into multiple sections that act independently. In Linux, users must structure storage devices (USB and hard drives) before u…
-
How to Connect to a Server Using the BMC Remote Console Feature
Introduction The Remote Console feature of the Bare Metal Cloud (BMC) portal is an easy and secure way to connect to your BMC servers without SSH keypair. The BMC consoling only works with the passwo…
-
How to Install IPMItool on Centos 7/8 & Ubuntu 18.04/20.04
Introduction IPMItool is used to access the capabilities of IPMI – the Intelligent Platform Management Interface, a system interface that manages and monitors out-of-band computer systems. It is a co…
-
Automated Deployment of Spark Cluster on Bare Metal Cloud
Introduction The phoenixNAP Bare Metal Cloud exposes a RESTful API interface which enables developers to automate the creation of bare metal servers. To demonstrate the capabilities of the system, th…