Skip to content

Instantly share code, notes, and snippets.

@cleiveliu
Last active April 5, 2021 13:42
Show Gist options
  • Save cleiveliu/54b3bf59fb9247d84d70089b77932351 to your computer and use it in GitHub Desktop.
Save cleiveliu/54b3bf59fb9247d84d70089b77932351 to your computer and use it in GitHub Desktop.
Useful linux command

一些 linux 命令

  • 修改系统时间:
> timedatectl set-timezone Asia/Shanghai
  • run es
> docker run -d --name elasticsearch -p 9200:9200 -p 9300:9300 -e "discovery.type=single-node" elasticsearch:latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment