Snippets tagged “ssh”
6 snippets use this tag.
- How can I find the version of php that is running on a distinct domain name?PHP
There are a few ways to find out the version of PHP running on a specific domain name.
- How to check the presence of php and apache on ubuntu server through sshPHP
To check if PHP is installed on your Ubuntu system, you can use the following command:
- How to Copy a File from/to a Remote ServerLinux
SCP is being used to copy files from one machine to an other one. It can be used to transfer (download and upload) files vis ssh.
- How to Generate SSH key for GitGit
SSH is a network protocol that helps to login from one computer to another securely. In this tutorial, you will read how to generate the SSH key for Git.
- How to Solve Permission Denied (publickey) Error when Using GitGit
This tutorial provides the answers of solving the permission denied error when using Git. Also, get useful information about the public key autentication.
- pip install from git repo branchPython
You can use pip to install a package from a git repository and specify a branch by using the following syntax: