The Rabbit Hole
  • Home
  • Analytics
  • Bio+Work+Projects
  • Resources
Subscribe
twitter

Hashtags created/defined

  • elrey741

elrey741

Mar 27, 2020
Hashtags created/defined

#CyberLnL (Cybersecurity Listen and Learn): listening to people/information (originally for podcasting) to absorb lots of information.

NOTE: My CyberLnL can be found here (not in any particular order): https://elrey.casa/pod-sec and I will be giving a detailed description of them (eventually) here: https://elrey.casa/podcasts

Sign up for more like this.

Enter your email
Subscribe

VSCode modifications + tricks

These are some general modifications I do for my VSCode setup. General "editor.lineNumbers": "relative", // depends on the computer I'm using, and what I'm editing // "editor.formatOnSave": true, Shell scripts "[shellscript]": { // default option "files.eol": "\n", // additional options "editor.tabSize": 2, }, Python Scripts "[python]": { "editor.defaultFormatter": "ms-python.python", "editor.formatOnSave"
Feb 12, 2023
Preventing 2FA Crises

Preventing 2FA Crises

So...you've heard about using two/multi factor authentication (or 2FA/MFA), and hopefully you've already started using it...πŸ˜… A recent podcast episode I listed to detailed the painful process of what could happen if you lose your 2FA codes, and I hope to address how to prevent this even
Nov 11, 2022 β€” 3 min read
GitHub action security

GitHub action security

This is mainly a high level overview of some best practices I've been thinking about while contributing to an open source project recently, and mainly a note for me on how to use some of the cool features I've been playing with πŸ˜…. Β This is much more extensive documentation than my
Sep 4, 2022 β€” 3 min read
The Rabbit Hole © 2023
Powered by Ghost