manasitilak12@gmail.com

Automate Tasks in Windows

Automation can save you time and effort by eliminating the need to perform routine tasks manually. In Windows, one of the best ways to automate tasks is to use the built-in Task Scheduler. For mac users, check this. In this article, we’ll explore what Task Scheduler is and how you can use it to automate …

Automate Tasks in Windows Read More »

Automate Tasks using Cron Jobs

Cron jobs allow you to schedule commands or scripts to run at specific times or intervals, without requiring manual intervention. They are an essential tool for automating repetitive tasks in a Unix-based operating system(for automating tasks in windows, check this). In this article, we’ll explain how to automate tasks using Cron Jobs in your Unix-based …

Automate Tasks using Cron Jobs Read More »

SAML based SSO

SAML (Security Assertion Markup Language) is an XML-based protocol used for exchanging authentication and authorization data between parties, specifically between an identity provider (IdP) and a service provider (SP). It is used to enable Single Sign-On (SSO). Single Sign-On (SSO) is an authentication scheme that allows users to access multiple applications with a single set …

SAML based SSO Read More »