Tag_Archive: #Cheatsheet

· 3 min read

UNIX Password Manager (pass) Cheat Sheet and Getting Started Guide

This article covers UNIX Password Manager (pass) Cheat Sheet and Getting Started Guide, originally published as a secure GitHub Gist snippet. pass cheat sheet/guide# Getting started guide to the unix password manager pass. Manage gpg encripted passwords (files) in a standar directory-like hierarchy. Such files can be copied or stored in a git repository. Requirements# Install pass (standard unix … ... read more »

· 2 min read

Byobu Window Multiplexer & Keybindings Cheat Sheet

This article covers Byobu Window Multiplexer & Keybindings Cheat Sheet, originally published as a secure GitHub Gist snippet. Byobu is a suite of enhancements to tmux, as a command line tool providing live system status, dynamic window management, and some convenient keybindings: F1 * Used by X11 * Shift-F1 Display this help F2 Create a new window Shift-F2 Create a horizontal split Ctrl-F2 … ... read more »

· 2 min read

Vimdiff Cheat Sheet & Visual Code Merging Guide

This article covers Vimdiff Cheat Sheet & Visual Code Merging Guide, originally published as a secure GitHub Gist snippet. vimdiff cheat sheet# ##git mergetool In the middle file (future merged file), you can navigate between conflicts with ]c and [c. Choose which version you want to keep with :diffget //2 or :diffget //3 (the //2 and //3 are unique identifiers for the target/master copy and … ... read more »