To remove Postman application on Windows 11 | 10; Just open the Windows search bar, type the control panel, and click on uninstall programs, after that find Postman application on the programs list and right click on Postman, and select
Node JS Express Socket IO Chat Application Example
In this tutorial, you will learsn how to build a real-time chat applications using nodejs with socket.io, jquery, and express js. How to Build Real Time Chat Application using Node js, Express js, and Socket.IO Creating a chat application using
Read More Node JS Express Socket IO Chat Application Example
How to Install Terraform on Amazon Linux 2
To install Terraform from the yum config linux repository, simply type sudo yum install -y yum-utils && sudo yum -y install terraform commands AWS ssh terminal window and press enter to install it on Amazon Linux 2 EC2 instance server.
How to Install Postman on Windows 11|10
To install the Postman application on Windows 11|10, you need to download the Postman exe file from the official website of Postman, and then double-click the downloaded Postman exe to start the installer, and it will install it on your
How to Install Postman in Ubuntu 22.04
A very easy way to install Postman in Ubuntu 22.04 Linux is to use snapd command, Simply open your terminal window and type sudo snap install postman command on ubuntu terminal window or command line and press enter, and it
How to Install Ansible on Amazon AWS Linux 2
Connect to Amazon Linux 2 server via SSH PuTTY and update the system using sudo yum update, after that run sudo amazon-linux-extras install ansible2 -y command on the amazon aws ssh terminal window to install ansible in linux 2 ec2
How to Install Docker on Amazon Linux 2
To install Docker Compose on an Amazon AWS EC2 Linux 2 server, simply connect to the Amazon Linux 2 server via an SSH PuTTY terminal and run the sudo yum install docker command on the AWS SSH terminal to install
Localhost phpmyadmin Not Working Xampp Windows
Sometimes, you type or requested localhost/phpmyadmin url on a browser with Xampp server, and get an error that localhost/phpmyadmin is not working properly or opening it with Xampp server on Windows, Which means the port is conflicting with your Xampp
How to Install LEMP Stack Nginx, MySQL, PHP on Ubuntu 22.04
LEMP Stack (Linux, Nginx, MySQL and PHP ) is a popular web hosting environment for websites developed in PHP programming language. Linux is the operating system, Nginx is the popular web server and MySQL is a relational database management system used
Read More How to Install LEMP Stack Nginx, MySQL, PHP on Ubuntu 22.04
How to Install Python 3.12 on Amazon Linux 2
Installing Python on Amazon aws Linux 2 server is not difficult, just download Python latest version zip using the wget command and then extract it, and run the sudo ./configure –enable-optimizations && sudo make altinstall command to install it in