onejdc

Linux productivity tips

Jul 2nd, 2021 (edited)
447
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!

Interesting Videos:
https://www.youtube.com/watch?v=bBHVlqCK96w
-- references:

  • tmux
  • htop (resources)
  • glances (resources)
  • tty-clock
  • mtr (network trace)
  • calcurse (calendaring app)
  • bmon (network monitoring)
  • wavemon (wireless monitoring)
  • neomutt
  • rtv (reddit client)
  • link2 (browser)
  • weechat
  • vimfm
  • cmus (terminal music player)
  • moc (termin al music play er)
  • w3m (terminal web browser)
  • ranger (file manager)
  • finch (pidgin cli -- works with discord?)
  • bat (cat replacement with syntax highlighting)
  • broot (combo of ls, cd, mv, ncdu)

https://www.youtube.com/watch?v=sa7gzTRA-BA
-- krohnkite DWM script

https://github.com/esjeon/krohnkite
mkdir -p ~/.local/share/kservices5/
ln -s ~/.local/share/kwin/scripts/krohnkite/metadata.desktop ~/.local/share/kservices5/krohnkite.desktop


https://www.youtube.com/watch?v=3SHMkw_QsTA

  • ColorPicker; Win7 Volume Mixer; Sticky Note; Event Calendar

iMessage on Linux? Yes, using a bridge app: https://github.com/AmnesiaLabs/zen


https://github.com/xxh/xxh -- Basically copy your shell along with you as you ssh around


https://www.youtube.com/watch?v=V8EUdia_kOE
Navigating around your shell


https://www.youtube.com/watch?v=C-AQAJXdoS8 -- 8 Bash shortcuts every linux user should know
Moving: CTRL+A/E ; ALT+F/B
https://www.youtube.com/watch?v=V8EUdia_kOE

Search History: CTRL+R
Kill/Yank: CTRL+K (EoL)| CTRL+U (BoL), CTRL+Y; CTRL+W (Kill backwards word at a time)
ALT+. : pastes last command argument


https://www.youtube.com/watch?v=eaBf_yFHps8 URXVT (RXVT-unicode) Terminal

  • Kitty - Alacrity

CM4 Pi Nas Wiretrustee Sata


https://www.youtube.com/watch?v=Zuwa8zlfXSY
Local Tunnel: ssh -L <<L_PORT>>:127.0.0.1:<R_PORT> USER>@<HOST -N

Add Comment
Please, Sign In to add comment