Using TMUX but can’t scroll your output? This video is for you! Here we introduce TMUX’s Copy Mode. Copy Mode is how you view, search, and copy your TMUX history. Summary of Copy Mode Commands Summary of TMUX Commands
Category Archives: Uncategorized
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
TMUX Options
The following options are from TMUX version 3.2a You can view the details of each option in the tmux man page Video Demo Available server options Available Session Options Available window options Available Pane Options
Advanced Hot Keys (Bash)
Command Summary Bashβs default is to use these Emacs-style commands: Video Demo:
Supercharge your bash prompt w/ git info
Here’s the source code for the bash function and PS1 variable: Full Demo:
How To Backup Your Git Repository To GitHub
Command Summary List of commands from video demo: Video Demo
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”
Clear the Bash Screen FAST π¨π
Tired of typing clear all the time in bash?? Hitting ^L (Control+L) will immediately clear the screen: Even better, you can clear the screen WHILE mid-typing π: Also, here’s a demo I recorded a while ago on ^L:
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?π€”
Write Changes with SUDO Permission in Vim
Have you ever made this mistake… You open a config file with READ permissions, but needed to WRITE changes elevated (with “root” permissions)? Here’s the perfect solution: And here’s my full break down of the command:
