Informations - marmur88/sysadmin GitHub Wiki

After using git rebase master we need to use git push -f (force), becase structure of commits is different.

ps -a - search all procesess without details

ps au | grep tty1 - search all processes with all more details (grep is for search these from tty1 terminal)

kill 713 - kill process with number - 713

⚠️ **GitHub.com Fallback** ⚠️