Articles By This Author

What is DevOps? Which skill needs for DevOps

What is DevOps? DevOps is a set of practices that combines software development and IT operations to improve collaboration and communication between teams, and to streamline the software development lifecycle. It involves automating the process of building, testing, deploying, and monitoring software applications, using tools such as version control, continuous integration/continuous delivery (CI/CD), infrastructure as […]

Read More

What is ec2 used for? ec2 feature, ec2 future, ec2 Market and ec2 job in current market in 2023

What is ec2 used for? Amazon EC2 is a cloud computing service that offers scalable, secure, and flexible computing capacity in the cloud. It is designed to simplify web-scale cloud computing for developers. Using EC2, developers can easily obtain and configure computing resources through a simple web service interface, providing complete control over computing resources […]

Read More

Change the ssh key from aws

SSH key change is very easy. you just need to change the authorized_keys from the live server. SSH key generate at first, you would have to create a key on your local computer using GitBush. Remember it is not your live server. it would be creating our own computer that you use. after creating the […]

Read More

How to create an ssh or secure shell on your server

SSH is an encrypted protocol used to administer and communicate with servers. When working with a linux server, chances are you will spend most of your time in a terminal session connected to your server through SSH. In this guide, we’ll focus on setting up SSH keys for a Linux installation. SSH keys provide a […]

Read More

How to connect github to you windows or linux computer.

How to install Git on Ubuntu 22.04 We have summed up for you all steps that will help in the successful installation of git on Ubuntu 22.04. Step 1: Update the system Before installing Git make sure your system is up to date. To verify this use the following commands. $ sudo apt update $ sudo apt upgrade -y Now […]

Read More

A complete tutorial of ngnix server configuration in ubuntu 22.04

1. Overview Nginx is an open-source web server that is often used as a reverse proxy or HTTP cache. It is available for Linux for free. In this tutorial, we’ll install Nginx and set up a basic site. What you’ll learn How to set up Nginx PHP installation Mysql Installation Basic Mysql configuration Firewall install […]

Read More

Environmental strategies adopted by the Green University of Bangladesh to achieve sustainability

Climate scientists say we must now achieve ecological and economic transformation at a speed and scale with “no historic precedent.” But here’s the good news: By planting trees and restoring healthy soil,  by growing food in ways that restore the health of both landscapes and communities. In simple terms, environmental sustainability is the practice of […]

Read More

AWS public lost solution and enable password log in system in linux

SSH server in most systems is by default configured to allow public-key authentication. The method will enable you to use your public and private key pair to passwordless log in to an SSH server instead of the typical username and password method. How to connect aws without public key or Password? The AWS Systems Manager console includes access to all […]

Read More