Monday, September 20, 2021

How to Install Git on Ubuntu 20.04

sudo apt update 

sudo apt install git


No comments:

Post a Comment

Linux command to find user who failed to login from pop/imap

 journalctl -u dovecot -g "auth failed" grep -i "auth failed" /var/log/mail.log | grep -E "imap|pop" journalct...