Linux

Alllow root login on AWS VPS

Login to the box with your key. ie: ssh -i “/root/your_aws_key.pem” centos@public-ip-address Define root password sudo passwd Switch to user root su root Allow root

Read More »

Create new user account on Linux shell

sudo /usr/sbin/useradd –create-home –home-dir /usr/local/problemcrusher –shell /bin/bash problemcrusher sudo useradd –create-home -c “Problemcrushing role account” problemcrusher

Read More »

Most Popular