NEVER GET LOST IN VIM AGAIN!

Are you new to Vim but every time you launch it.. Exiting feels like trying to escape a blackhole! πŸŒŒπŸš€ I just launched my Vim Crash Course and it will show you how to edit files, never get lost, and exit once and for all. 😌 https://stan.store/raychavez/p/vim-crash-course-for-linux-users

Delegated Authentication

How do you know if an application is using Delegated Authentication (AuthN): Simple ☝️ Ask yourself this: WHO am I presenting my login credentials πŸ”‘ to? The application itself OR an Identity Service Provider (IdP)? Examples of an IdP: Google, Facebook, Apple, Okta, etc. Another hint it’s Delegated AuthN: Your web browser (User Agent) getsContinue reading “Delegated Authentication”

What is Epoch Time?πŸ€”

Epoch time is an absolute Unix time ⏰scale. It’s the number of seconds since: Thu, Jan 1, 00:00:00 (Midnight), UTC, 1970 The Big Bang 🌌 for Unix time if you will 🀭 Here’s how to get: And now me nerding πŸ€“ out.. One – of many – places Epoch timestamps show up is in yourContinue reading “What is Epoch Time?πŸ€””