The Azure CLI is a cross-platform, open-source command-line tool that we may use to build and manage resources in the Azure Portal. This application allows us to issue commands and manage Azure resour ..
in some cases, you might need to test your email configurations before you insert into application configs. here is a sample script you can use for test smtp emails from your windows computer, ..
The Real-Time Streaming Protocol (RTSP) is a tried-and-true video technology. Its used to control audio/video transmission between two endpoints and facilitate the transportation of low-latency stream ..
Most of people required a way to give their customer a website to browse files inside server without giving server access. here file browser is the easiest way of giving this with docker. ..
Most in lower environments in applications, you may have a requirement of sending emails only inside and not to send emails outside of the organisation. ..
Create EC2 instance is one of the most basic tasks AWS cloud users perform. AWS makes it easy to complete the EC2 instance launch process, but there are still many steps involved. ..
The basic syntax for the command is
docker run [OPTIONS] IMAGE [COMMAND] [ARG...]
to run container
docker run [docker_image]
list of all container ..
Docker is a software framework for building, running, and managing containers on servers and the cloud. The recommended way is to use docker in linux platforms.
You could install docker easily b ..
Most of windows systems writing log files into a file with the name of date and time stamp and all those files written inside the same folder .
But most in cases you might need to search a word ..
AutoIt is a lightweight freeware BASIC-like scripting language designed for automating the Windows GUI and general scripting.It is especially useful for generating keystrokes and reading information f ..