Open main menu

CDOT Wiki β

Changes

OPS345 Lab 1

63 bytes added, 05:13, 9 December 2021
Create ops435-first VM
[[File:AWSFirstInstanceCreated.png|800px|border|center]]
 
== Explore your new VM ==
* Differences between Amazon Linux and CentOS
** passwd, shadow, group files
** netstat -atnup
 
== Change the default username ==
 
* Create yoursenecaid user, no password, create /etc/sudoers.d/10-ops345-users with these contents:
<source>yoursenecaid ALL=(ALL) NOPASSWD:ALL</source>