Linux-PAM (short for Pluggable Authentication Modules which evolved from the Unix-PAM architecture) is a powerful suite of shared libraries used to dynamically authenticate a user to applications (or…
View More How to Configure and Use PAM in LinuxCategory: Linux
Docker linux add sudoers, alias commit image
at docker cli with root user: #apt-get install sudo #usermod -aG sudo postgres #su – postgres postgres # sudo whoami Permanent Alias vim ~/.bashrc or…
View More Docker linux add sudoers, alias commit imageRHEL 8 / CentOS 8 firewall commands
systemctl status firewalld systemctl stop firewalld systemctl disable firewalld systemctl start firewalld systemctl enable firewalld
View More RHEL 8 / CentOS 8 firewall commandsEnable root Access for Linux Instances
AWS doesn’t grant root access by default to EC2 instances. This is an important security best practise. Users are supposed to open a ssh connection…
View More Enable root Access for Linux Instances