SSH

  • Clone your GitHub repository using SSH

    Follow these steps to add ssh keys to your GitHub account and clone the repo with the SSH URL. 1. Open your terminal and type ssh-keygen. 2. Press enter to accept the default file location and passphrase. 3. Copy the public key to your clipboard with cat ~/.ssh/id_rsa.pub 4. Go to your GitHub account settings and click on SSH and…

    Read More »
  • How to make snapshot of virtual machine in VirtualBox #shorts #devops #virtualbox

    How to make snapshot of virtual machine in VirtualBox Shut down the virtual machine but make sure to click (Save Machine State) Expand options Click Snapshots Take Enter the name for the snapshot and that’s it Now you can start the machine If you need to restore the snapshot, do folowing steps turn off the machine select snapshot to restore…

    Read More »
Back to top button