Admin
Sep 14, 2023
9 comments
536
SAML SAML stands for Security Assertion Markup Language. It is an XML-based open-standard for transferring identity data between two parties: an identity provider (IdP) and a service provider (SP). Identity Provider — Performs authentication and...
Article
What is SAML and how does it work?
Feb 16, 2022
20 comments
982
What is A/B testing? A/B testing (also known as bucket testing or split-run testing) is a user experience research methodology. A/B tests consist of a randomized experiment with two variants, A and B. It includes application of statistical hypoth...
Article
A/B testing
Admin
Mar 08, 2019
11 comments
835
ssh -i MyAmazonKey.pem ubuntu@server-ip
Snippet
Server login using Mobaxterm(AWS)
Generate public/private key pair using Puttygen. Add passphrase for the private key Copy the public key. Login to the remote server and go to the ssh directory Open the 'authorized_keys' file and add the public key copied in the above step a...
Snippet
Configuring RSA key pair to login to server using Fi...