These are some useful commands that I use for everday working with Linux

  • lists folders size inside a folder: du -hs .[^.]* * | sort -h
  • Connect to keychron keyboard using chrome in Linux: sudo chmod a+rw /dev/hidraw3
  • Watch folder changes in Linux inotifywait -m -r folder_name