AWS CodePipeline is a (CI/CD) service.
Tech2Towards
Learn Something And Get something.
Friday, December 20, 2024
Thursday, December 19, 2024
Install Mysql 5.7 On Ubuntu 22.04 and 24.04 LTS
In This Blog We are going to Install Mysql 5.7 On Ubuntu 22.04 and 24.04 LTS.
Configure ALB with Auto Scaling
In This Blog We are going to Configure AWS Application load Balancer with Auto Scaling Group with Demo Project.
Monday, December 16, 2024
How to fix AnyDesk of display server not supported error for ubuntu
Error 1) The "Display server not supported" error in AnyDesk occurs when there is a mismatch between the AnyDesk application and the current display server (Wayland or X11) in use on your Ubuntu system.
Error 2) also fix the Bug : Screen flickering in Ubuntu 22.04 | 24.04 LTS
Friday, December 13, 2024
Thursday, December 12, 2024
Install Wordpress on ubuntu With Nginx
👉 In this tutorial, we will guide you through the process of installing and configuring WordPress on a freshly set up Ubuntu server.
Wednesday, December 11, 2024
Install & Configure WordPress In Fresh Ubuntu Server
👉 In this tutorial, we will guide you through the process of installing and configuring WordPress on a freshly set up Ubuntu server.
Friday, October 11, 2024
Tuesday, July 30, 2024
Friday, July 26, 2024
Tuesday, February 13, 2024
Monday, February 12, 2024
Friday, February 9, 2024
Thursday, February 8, 2024
Thursday, February 1, 2024
Wednesday, January 10, 2024
Thursday, January 4, 2024
Tuesday, January 2, 2024
Friday, December 22, 2023
How to Install phpMyAdmin with Nginx in ubuntu
PhpMyAdmin is a free and open-source web-based database management tool written in PHP. It provides a graphical web interface for users to manage MySQL or MariaDB database.
Tuesday, December 19, 2023
Install Magento 2 On Ubuntu Using Nginx
In this tutorial we are going to Install and Setup the Initial project of Megento2.
Table of Contents:
Step 2: Install MySQL and Create Database for Magento2
Step 3: Install PHP and required extensions
Step 4: Install and configure Elasticsearch
Step 5: Install Composer
Step 6: Download and Install Magento2
Step 7: Install sample data for Magento2
Friday, November 10, 2023
Grant an IAM user access to a single S3 bucket
"In this guide , We will learn to configure an IAM policy using which we can provide access to an IAM user for a Specific S3 Bucket and/or folder within the S3 Bucket."
Wednesday, October 18, 2023
Thursday, July 20, 2023
Serve static content from S3 Bucket with CloudFront
In this Tutorial We are going to restrict access to an S3 bucket objects so that your object are only accessible through CloudFront and Origin Access Identity.
Friday, June 23, 2023
Dockerizing a Fresh Python Django Web Application
Python is a computer programming language. often used to build websites and software, automate tasks, and conduct data analysis.
It is used for:-
- web development (server-side),
- software development,
- system scripting,
- automate tasks & conduct data analysis.