21
Mar
2016
Linux: passwordless SSH login using private keys
In case you don’t know, Secure Shell (SSH) is a UNIX-based command interface and protocol for securely getting access to a remote computer. Default method for SSH access is password-based authentication: by knowing a remote system user’s username and password, you can login into the system. Using private/public key pairs instead of (or
12
Oct
2015
Install and configure GitLab with Plesk 12 on CentOS 6
Let’s start by understanding what we’re talking about: Git is a DVCS – Distributed Version Control System software created in 2005 by Linus Torvalds, a Finnish programmer known as the author of the first version of the Linux kernel. In short, it allows you to keep track of changes made