Articles by t.michael
-
How to Create a Static Website Using Amazon S3
Author: t.michael • Tags: cloud, linux • Comments: 1 • Published: Mar 29, 2022Amazon Simple Storage Service (S3) is a web service offered by Amazon Web Services (AWS) for storing and access to objects via the internet. S3 offers websites, web services, and mobile applications the ability to upload data and store it on its servers. In this guide, we will create and configure a simple static website using Amazon S3.
-
Getting Started with Pre-built Docker Images
Author: t.michael • Tags: linux, virtualization • Comments: 1 • Published: Mar 14, 2022Images are the fundamental component of docker. In this guide, we will discuss what docker images are, how to build them, how to manage them, and how to use them.
-
How To Install Terraform On AlmaLinux 8, CentOS 8 and Rocky Linux 8
Author: t.michael • Tags: centos, linux • Comments: 1 • Published: Mar 10, 2022Terraform is a tool for building and maintaining a virtual server infrastructure; it supports multiple cloud providers in one project. Terraform achieves state management through a configured graph of states and modules which can be created, extended, and managed by users.
-
-
How to Store Docker Container Data In Docker Volumes
Author: t.michael • Tags: linux, virtualization • Comments: 0 • Published: Mar 07, 2022In this guide, you will learn how Docker volumes interact with containers. You will do this by creating new containers and using volumes to store and share data between them. Then, you'll discover how to clear up space that is left behind by anonymous volumes that are automatically generated by the containers. Finally, you'll learn how to back up your Docker volumes data.
-
How to Automate Your AWS Resources with CloudFormation Templates
Author: t.michael • Tags: linux • Comments: 0 • Published: Mar 03, 2022AWS CloudFormation is a service that enables system administrators to set up and manage an entire collection of AWS resources - including their configurations, dependencies, and inter-relationships between them - in a single statement.
-
How to Install PHP Composer on Rocky Linux 8
Author: t.michael • Tags: linux, php • Comments: 0 • Published: Feb 08, 2022PHP Composer is the most used dependency manager for PHP. It lets you declare the dependencies your project needs, and it will manage (install/update) them for you.
-
How to Use the Terraform Command Line Interface (CLI) on Ubuntu
Author: t.michael • Tags: cloud, linux, ubuntu, virtualization • Comments: 1 • Published: Jan 27, 2022Terraform is a framework for building and configuring infrastructure as code, with a command-line interface and DSL language. Terraform can manage existing and popular service providers as well as custom in-house solutions to build and configure complete distributed data centers.
-
How to Create a Kubernetes Cluster with AWS CLI
Author: t.michael • Tags: cloud, linux • Comments: 0 • Published: Jan 07, 2022Elastic Kubernetes Service (EKS) is a managed Kubernetes service that is hosted on AWS. In this guide, we will leam how to create a Kubernetes cluster on AWS with EKS. You will learn how to create an administrative user for your Kubernetes cluster. You will also learn how to deploy an app to the cluster. Finally, you will test your cluster to ensure that everything is working properly.
-
How to Install Apache Maven on AlmaLinux 8
Author: t.michael • Tags: linux, programming, server • Comments: 0 • Published: Dec 20, 2021Apache Maven is a powerful project management and comprehension tool used by software developers working with the Java programming language. It is a build automation tool that favors convention over configuration, and is based on the concept of a project object model (POM).
-
How to Install Cockpit on AlmaLinux 8
Author: t.michael • Tags: control panels, linux • Comments: 0 • Published: Dec 07, 2021Linux Cockpit is a browser-based user interface for Linux systems. Linux Cockpit can be used as an alternative to a command-line or GUI tools like top, free, htop, lsof, iotop etc, to monitor resource usage such as CPU/Memory/Disk I/O and processes running on your system.