How to configure postfix on Centos
Reading Time: 4 minutes How to configure postfix on Centos
AWS Cognito User Pool Federation With Onelogin IdP
Reading Time: 4 minutes This article will guide you on how to set up AWS Cognito User Pool Federation With Onelogin IdP. If you use Cognito then Cognito lets you add user sign-up, sign-in, and access control to your web and mobile apps quickly and easily. But more importantly, Cognito lets you manage user’s access to the AWS Services (Example S3) with fine grain permissions through temporary credential tokens from underlying STS (Security Token Service).
How to join Centos with Active Directory
Reading Time: 3 minutes How to join Centos with Active Directory
How to join an Ubuntu machine with Active Directory
Reading Time: 3 minutes This tutorial will guide you on How to join an Ubuntu machine with Active Directory. To integrate the Ubuntu system with Active Directory you can use Samba and Windbind services. If you use an AD server as LDAP you do not need to host a separate Linux LDAP server. Use… Read More »How to join an Ubuntu machine with Active Directory
How to use different Ansible variables with examples
Reading Time: 5 minutes This tutorial will guide you on How to use different Ansible variables with examples. You can use Ansible variables to manage differences between hosts. Using Ansible, you can execute tasks and playbooks on multiple different systems with a single command. To represent the variations among those different systems, you can create variables with standard YAML syntax, including lists and dictionaries. You must define these variables in your playbooks, in your, Inventory in reusable files or roles, or at the command line. You can also create variables during a playbook run by registering the return value or values of a task as a new variable.
How To delete AWS S3 Bucket lists Using Python Boto3
Reading Time: < 1 minute This tutorial will guide you on How To delete AWS S3 Bucket lists Using Python Boto3. We consider you to have an AWS account however if you do not have please follow the below tutorial to create an AWS account. Once you have an AWS account, You may proceed to… Read More »How To delete AWS S3 Bucket lists Using Python Boto3