<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Cheatsheet on make me: APe</title><link>https://apealive.net/tags/cheatsheet/</link><description>Recent content in Cheatsheet on make me: APe</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Fri, 17 Mar 2023 13:39:51 +0000</lastBuildDate><atom:link href="https://apealive.net/tags/cheatsheet/index.xml" rel="self" type="application/rss+xml"/><item><title>UNIX Password Manager (pass) Cheat Sheet and Getting Started Guide</title><link>https://apealive.net/post/unix-pass-cheat-sheet/</link><pubDate>Fri, 17 Mar 2023 13:39:51 +0000</pubDate><guid>https://apealive.net/post/unix-pass-cheat-sheet/</guid><description>&lt;p&gt;This article covers &lt;strong&gt;UNIX Password Manager (pass) Cheat Sheet and Getting Started Guide&lt;/strong&gt;, originally published as a secure &lt;a href="https://gist.github.com/epcim/882ac539fe6c32a3077a1e9d9f4b842e" target="_blank" rel="noopener noreferrer"&gt;GitHub Gist&lt;/a&gt;
 snippet.&lt;/p&gt;
&lt;h1 id="pass-cheat-sheetguide"&gt;&lt;code&gt;pass&lt;/code&gt; cheat sheet/guide&lt;a class="heading-anchor" href="#pass-cheat-sheetguide" aria-hidden="true"&gt;#&lt;/a&gt;
&lt;/h1&gt;
&lt;p&gt;Getting started guide to the unix password manager &lt;code&gt;pass&lt;/code&gt;. Manage &lt;code&gt;gpg&lt;/code&gt; encripted passwords (files) in
a standar directory-like hierarchy. Such files can be copied or stored in a &lt;code&gt;git&lt;/code&gt; repository.&lt;/p&gt;
&lt;h2 id="requirements"&gt;Requirements&lt;a class="heading-anchor" href="#requirements" aria-hidden="true"&gt;#&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Install pass (standard unix password manager):&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Ubuntu/Debian:&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;$ sudo apt-get install pass
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Others platforms.&lt;/p&gt;</description></item><item><title>Byobu Window Multiplexer &amp; Keybindings Cheat Sheet</title><link>https://apealive.net/snippets/byobu-multiplexer-cheat-sheet/</link><pubDate>Sun, 23 Jan 2022 10:18:02 +0000</pubDate><guid>https://apealive.net/snippets/byobu-multiplexer-cheat-sheet/</guid><description>&lt;p&gt;This article covers &lt;strong&gt;Byobu Window Multiplexer &amp;amp; Keybindings Cheat Sheet&lt;/strong&gt;, originally published as a secure &lt;a href="https://gist.github.com/epcim/70938934c839c1cc25759d2de46e1e69" target="_blank" rel="noopener noreferrer"&gt;GitHub Gist&lt;/a&gt;
 snippet.&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;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 Create a vertical split
 Ctrl-Shift-F2 Create a new session
 F3/F4 Move focus among windows
 Alt-Left/Right Move focus among windows
 Alt-Up/Down Move focus among sessions
 Shift-Left/Right/Up/Down Move focus among splits
 Shift-F3/F4 Move focus among splits
 Ctrl-F3/F4 Move a split
 Ctrl-Shift-F3/F4 Move a window
 Shift-Alt-Left/Right/Up/Down Resize a split
 F5 Reload profile, refresh status
 Alt-F5 Toggle UTF-8 support, refresh status
 Shift-F5 Toggle through status lines
 Ctrl-F5 Reconnect ssh/gpg/dbus sockets
 Ctrl-Shift-F5 Change status bar&amp;#39;s color randomly
 F6 Detach session and then logout
 Shift-F6 Detach session and do not logout
 Alt-F6 Detach all clients but yourself
 Ctrl-F6 Kill split in focus
 F7 Enter scrollback history
 Alt-PageUp/PageDown Enter and move through scrollback
 Shift-F7 Save history to $BYOBU_RUN_DIR/printscreen
 F8 Rename the current window
 Ctrl-F8 Rename the current session
 Shift-F8 Toggle through split arrangements
 Alt-Shift-F8 Restore a split-pane layout
 Ctrl-Shift-F8 Save the current split-pane layout
 F9 Launch byobu-config window
 Ctrl-F9 Enter command and run in all windows
 Shift-F9 Enter command and run in all splits
 Alt-F9 Toggle sending keyboard input to all splits
 F10 * Used by X11 *
 F11 * Used by X11 *
 Alt-F11 Expand split to a full window
 Shift-F11 Zoom into a split, zoom out of a split
 Ctrl-F11 Join window into a vertical split
 F12 Escape sequence
 Shift-F12 Toggle on/off Byobu&amp;#39;s keybindings
 Alt-F12 Toggle on/off Byobu&amp;#39;s mouse support
 Ctrl-Shift-F12 Mondrian squares
 
/usr/share/doc/byobu/help.tmux.txt (END)


official site:
http://byobu.co


10 min video tutorial:
https://www.youtube.com/watch?v=NawuGmcvKus
&lt;/code&gt;&lt;/pre&gt;</description></item><item><title>Vimdiff Cheat Sheet &amp; Visual Code Merging Guide</title><link>https://apealive.net/post/vimdiff-cheat-sheet/</link><pubDate>Mon, 28 Dec 2020 08:07:51 +0000</pubDate><guid>https://apealive.net/post/vimdiff-cheat-sheet/</guid><description>&lt;p&gt;This article covers &lt;strong&gt;Vimdiff Cheat Sheet &amp;amp; Visual Code Merging Guide&lt;/strong&gt;, originally published as a secure &lt;a href="https://gist.github.com/epcim/3f4842d5d3307a438de425ab121df212" target="_blank" rel="noopener noreferrer"&gt;GitHub Gist&lt;/a&gt;
 snippet.&lt;/p&gt;
&lt;h1 id="vimdiff-cheat-sheet"&gt;vimdiff cheat sheet&lt;a class="heading-anchor" href="#vimdiff-cheat-sheet" aria-hidden="true"&gt;#&lt;/a&gt;
&lt;/h1&gt;
&lt;p&gt;##git mergetool&lt;/p&gt;
&lt;p&gt;In the middle file (future merged file), you can navigate between conflicts with &lt;code&gt;]c&lt;/code&gt; and &lt;code&gt;[c&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;Choose which version you want to keep with &lt;code&gt;:diffget //2&lt;/code&gt; or &lt;code&gt;:diffget //3&lt;/code&gt; (the &lt;code&gt;//2&lt;/code&gt; and &lt;code&gt;//3&lt;/code&gt; are unique identifiers for the target/master copy and the merge/branch copy file names).&lt;/p&gt;</description></item></channel></rss>