# Linux tools

# Basic commands

Commands cheatsheet

Important commands

# Sử dụng Vi

SGK (opens new window)

Tóm tắt lệnh hay xài

  • Esc để chuyển đổi qua lại từ command mode với insert mode.
  • :w! lưu tập tin
  • :x! lưu tập tin và thoát
  • :wq ZZ lưu tập tin và thoát
  • :q! không lưu và thoát

# Sử dụng Nano

SGK (opens new window)

  • Ký hiệu ^ thay cho phím Ctrl
  • Ctrl+O lưu file
  • Ctrl+X thoát khỏi editor (có thể cần ấn thêm Y/N)
  • Ctrl+W search

# Bash script

bash script

# Log parsing tools

Log parsing

Log parsing 2

  • group
  • ngrep
  • cut
  • sed
  • sort
  • uniq
  • diff
  • awk
  • head / tail
  • less
  • comm
  • csvcut
  • jq
  • tr
  • ccze

# Network tools

Networking tools

# Tar

Tar