Explore information related to ec2
Install Mattermost on CentOS 8 - A step by step guide ?
This article covers the process of installing Mattermost on CentOS 8 system. In fact, Mattermost is an open source, self-hosted team chat and collaboration software.
Extend file system after resizing disk volume in Linux
This article will guide you on the different #command line options to extend #disk space storage in #Linux thereby allowing you to add #storage capacity to your #VM. If your filesystem has the resize capability, that capability is what you use. 1. Check if disk is available: #dmesg | grep sdb. 2. Check if disk is mounted: df -h | grep sdb. 3. Ensure there are no other partitions on disk: fdisk -l /dev/sdb. 4. Verify the #disk: fsck /dev/sdb. 5. Resize the #filesystem: resize2fs /dev/sdb.
Set up cPanel on an AWS instance - step by step guide ?
This article covers how to set up cPanel on an AWS instance. In the setup to build cpanel & AWS on AWS EC2 instance, we need to setup a VPC,security group, instance,AWS Route 53 DNS and on AWS infrastructure after that cPanel/WHM installation on the EC2 instance .
Install DirectAdmin in ec2 - A step by step guide ?
This article covers the steps involved in installing DirectAdmin in EC2. In fact, An EC2 instance is nothing but a virtual private server in Amazon Web Services terminology. It stands for Elastic Compute Cloud server. It is a web service where an AWS subscriber can request and provision a compute server in AWS cloud.
Plesk Installer access error in EC2 and GCP - How to fix it ?
This article covers how to resolve Plesk Installer access error. In fact, you will be Unable to access Plesk Installer web interface on Amazon EC2 or Google Cloud instance without root password.
Assigning an Elastic IP address on Plesk - How to do it ?
This article covers the process of Assigning an Elastic IP address on Plesk. In fact, An Elastic IP address is a static IPv4 address design for dynamic cloud computing.