banner WINDOWS

Replicate virtual machine tags to its all resources - azure cli

By Rasika Preethiraj / 21 Feb 2024

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 ..

banner WINDOWS

Send Email from Windows Computer using powershell script

By Rasika Preethiraj / 28 Jul 2023

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, ..


banner DOCKER

Record video stream from rtsp enabled dvr camera using docker

By Rasika Preethiraj / 12 Feb 2023

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 ..

banner DOCKER

Simple File Browser from web browser with docker

By Rasika Preethiraj / 21 Jan 2023

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. ..


banner AWS

AWS ses email policy to restrict recipients

By Rasika Preethiraj / 21 Dec 2022

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. ..

banner AWS

How to create an EC2 instance from AWS Console

By Rasika Preethiraj / 13 Aug 2022

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. ..


banner DOCKER

Docker Run Command with Examples

By Rasika Preethiraj / 18 Jun 2022

The basic syntax for the command is

docker run [OPTIONS] IMAGE [COMMAND] [ARG...]
to run container
docker run [docker_image]
list of all container ..

banner DOCKER

Get started with docker

By Rasika Preethiraj / 21 May 2022

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 ..


banner WINDOWS

Copy/Extact lines from files inside folder, with a search word to a text file - windows batch

By Rasika Preethiraj / 24 Nov 2021

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 ..

banner AUTOIT

Install and get started with autoit

By Rasika Preethiraj / 22 Oct 2021

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 ..


Trending

Latest Posts

Tags

Newsletter

Subscribe to our newsletter for good news, sent out every month.