<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Sysadmin on make me: APe</title><link>https://apealive.net/tags/sysadmin/</link><description>Recent content in Sysadmin on make me: APe</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Wed, 15 May 2024 10:00:00 +0000</lastBuildDate><atom:link href="https://apealive.net/tags/sysadmin/index.xml" rel="self" type="application/rss+xml"/><item><title>Managing Dotfiles with Chezmoi</title><link>https://apealive.net/post/chezmoi-dotfiles-tutorial/</link><pubDate>Wed, 15 May 2024 10:00:00 +0000</pubDate><guid>https://apealive.net/post/chezmoi-dotfiles-tutorial/</guid><description>&lt;p&gt;A declarative dotfiles manager like &lt;strong&gt;&lt;a href="https://www.chezmoi.io" target="_blank" rel="noopener noreferrer"&gt;chezmoi&lt;/a&gt;
&lt;/strong&gt; allows you to securely manage personal configurations across multiple workstations. Here is a practical quick-start setup and cheat sheet for daily operations.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="-initialization--prerequisites"&gt;🛠️ Initialization &amp;amp; Prerequisites&lt;a class="heading-anchor" href="#-initialization--prerequisites" aria-hidden="true"&gt;#&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;If Homebrew is not installed yet on your system, bootstrap it first:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;cd $HOME
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;git clone https://github.com/Homebrew/brew homebrew
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;curl -L https://github.com/Homebrew/brew/tarball/master | tar xz --strip &lt;span style="color:#ae81ff"&gt;1&lt;/span&gt; -C homebrew
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;export PATH&lt;span style="color:#f92672"&gt;=&lt;/span&gt;$HOME/homebrew/bin:$PATH
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;blockquote&gt;
&lt;p&gt;[!NOTE]
Configure your &lt;code&gt;HOMEBREW_PREFIX&lt;/code&gt; if it differs from &lt;code&gt;~/homebrew&lt;/code&gt; or &lt;code&gt;/opt/homebrew&lt;/code&gt;. Best practice is to set &lt;code&gt;HOMEBREW_PREFIX=~/homebrew&lt;/code&gt;.&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></channel></rss>