Skip to content

Instantly share code, notes, and snippets.

@XiaochenCui
Last active January 4, 2017 05:11
Show Gist options
  • Save XiaochenCui/b1ac893ce5001464bd338bb6c6e6888a to your computer and use it in GitHub Desktop.
Save XiaochenCui/b1ac893ce5001464bd338bb6c6e6888a to your computer and use it in GitHub Desktop.
shell command cheatsheet
  • du -hs /path/to/directory

    summarizes disk usage of a directory

  • lsb_release -a

    check ubuntu version

  • sudo /etc/init.d/nscd restart

    flush nscd(Name Service Cache Daemon) dns cache

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment