Thursday, December 14, 2023

xargs

  1.  Run rm cmd recursively in all subdirectories. Navigate to target dir and run below command
    1. ls | xargs -I % sh -c  'cd %; pwd; rm -rf ; cd ..'
    2.  

Wednesday, June 29, 2022

TMUX cheat sheet

Description cmd
Scroll Enter scroll mode : ctrl+b [ then up/down key to scroll finally q to quit
New Window ctrl+b c
Rename Window ctrl+b ,

Friday, May 28, 2021

Productivity Tools

  1. Form History - https://stephanmahieu.github.io/fhc-home/
  2. Shell Directory Management - https://github.com/mcwoodle/shell-directory-management/blob/master/README.md
  3. Browser Extensions
    1. https://addons.mozilla.org/en-US/firefox/addon/screenshot-capture-annotate/?utm_source=addons.mozilla.org&utm_medium=referral&utm_content=search

Monday, May 24, 2021

My WIFI Network doesn't show up

  1. Windows 10 didn't show my home wifi network
  2. In device manager I install the Microsoft driver instead of the Intel driver as shown in the pic below
  3. My home network showed up and I was able to connect

Wednesday, May 19, 2021

Tuesday, May 18, 2021

gunzip recursively inplace

 gunzip recursively inplace in home directory

gunzip -r /home/auhuman