Skip to content

Instantly share code, notes, and snippets.

@kalys
Last active April 8, 2023 16:36
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save kalys/29730dd549ccac234e154a2756a4a20c to your computer and use it in GitHub Desktop.
Save kalys/29730dd549ccac234e154a2756a4a20c to your computer and use it in GitHub Desktop.

Уровень 1

  • ps
  • top
  • scp
  • pushd / popd / cd -
  • bg/fg/ctrl+z
  • netstat
  • ifconfig
  • su/sudo
  • screen, tmux
  • df
  • uname -a (чтобы узнать версию ОС, ядро)
  • cat /etc/issue (чтобы узнать версию ОС, если командой выше не пропалилось)
  • more, less, tail, head, split

Уровень 2

  • dig
  • nslookup
  • du
  • who, whoami
  • w (чтобы узнать кто еще сидит на этой машине)
  • history (чтобы узнать что делалось под твоим текущим аккаунтом в системе)
  • htop
  • atop

Уровень 3

  • xargs
  • sort
  • wc
  • head
  • tmux as window manager
  • nc (netcat)
  • nmap

Уровень 4

Добавляем команды в комментариях

@AzamatJumabekov
Copy link

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