#install multiple packages
yum: name="{{ item }}" state=present
with_items:
- http
- htop
- myapp
ssh-keygen ## generate public keyssh-copy-id <name of node> # copy key, provide password to node
Open Command Prompt as Administrator
Type in taskkill /f /im OneDrive.exe to terminate any OneDrive processes and hit Enter.
Type in %SystemRoot%\SysWOW64\OneDriveSetup.exe /uninstall if you’re using 64-bit Windows 10 and hit Enter.
1 git add ↳ It lets you add changes from the working directory into the staging area 2 git commit ↳ It lets you save a snapshot of currently...