How to launch EC2 instance in AWS
Here’s hands-on detailed video that can help you launch AWS EC2 instance in less than 10 minutes
Here’s hands-on detailed video that can help you launch AWS EC2 instance in less than 10 minutes
Pass any runtime variable while creating Docker image from Dockerfile. When having parameters as an env file or configuration files that need to be selected while running docker image, then you may not require to create different Dockerfile for all different environments. This Article can help you pass those variable on go and you can use one Dockerfile for all environments
Login to your Ubuntu server/machine with root account credentials and install NGINX and PHP-FPM with following commands.
1. apt update
2. apt install nginx
3. apt install php7.2-fpm
Check Status of installation and proceed with changes of configuration files
This Article focuses on AWS S3 Cli Commands, To Copy files from One Bucket to Another, Copy files from S3 to Local System, Remove files/folders from S3, List Buckets on AWS Accounts, List file and folders of AWS S3 Bucket
This article helps you to set root password for your ubuntu servers/instances. If you are not able to login with password and/or using pem/ppk file to login and wants to change authentication menthod to password, this article is useful to you. This article can help you configure this on AWS EC2, Google Cloud instance and many more such providers
This article discusses about multistage Dockerfile concept, how it works and how to implement with example. Main focus of this article is “to see what can we do to optimize image generation and make it smaller in size”, This article is suitable for optimization purpose of docker images
This article focuses on various apache commands that will be used on a daily basis when you configure and develop with it. You may need to change some configuration, restart apache service and debug logs. This article helps you to understand basic apache commands
LAMP stands for Linux, Apache, MySQL and PHP/Python. Do You want to know how to install LAMP on your ubuntu machine/server? Then this article helps you setup LAMP server in less than 5 minutes. It provides all the commands that you need to run in order to get LAMP Server installed, up and running.
This article helps you run MySQL and PHPMyAdmin without installing it, with help of Docker. Benefits of which are you can remove containers anytime, launch it anytime in fraction of seconds and can change versions easily if needed, without affecting any other installed resources.
This article focuses on steps required to setup apache and PHP with help of Docker. Major components include creating custom Dockerfile, building docker image from it and running container that would host application