Base Linux console commands

Базовые команды консоли Linux

Disk usage

$ df
$ du -s #<path>
ln -s \<source> \<target>

create password for user

sudo passwd USERNAME

Запуск ядра с консолью Linux

Запуск ядра с rw init=/bin/bash Помогает если нужно подправить битый конфиг Попадаешь в консоль под рутом в синг моде

systemctl restart WebAPI systemctl status WebAPI

copy files and folders by ssh

copy file

$ scp  <source_file_path> <destination_file_path>

copy folder

  • add recursive flag -r
$ scp -r <source_path> <destination_path>

Locales

  • Check which locales are supported:
locale -a
  • Add the locales you want (for example ru):
sudo locale-gen ru_RU
sudo locale-gen ru_RU.UTF-8
  • Run this update command:
sudo update-locale 

PATH

if we need to add PATHes to terminal

sudo su
nano /etc/paths

add path to file
for example /opt/homebrew/bin