Showing posts with label password. Show all posts
Showing posts with label password. Show all posts

Sunday 1 June 2014

change password in Linux

  • see who is the current user.
    whoami
  • enter the command to change the password.
    passwd user_name
  • enter the old password.
  • enter the new password.
  • re-enter the new password.



A Guide to Installing Oracle HR Schema on an Existing Docker Container

  Hi Reader, Today I want to share my learning on how to install Oracle HR schema on a existing docker container. Step 1: Download the verif...