Tag: CLI

How to prepare deploy key for GitHub on Linux

How to manage multiple GitHub accounts using git on Windows and fix git push with wrong user name

Sometimes it happen when we have to use multiple GitHub accounts on a single machine, but it quite tricky to handle in a proper way. Let me describe full steps including some issues I’ve faced and its fixes.

Git – team dev workflow – sticky notes

How to generate Public Key from existing RSA Private Key

For the general cases, use: And for the SSH connections, use next: @source: https://www.openssl.org/docs/manmaster/man1/rsa.htmlhttps://stackoverflow.com/a/23413167/1565790

How to install Git v2.* on CentOS 7

How to install Tesseract from git source on CentOS 7 avoiding the error “configure: error: Leptonica 1.74 or higher is required.”

As you might know, from epel repository on CentOS 7 user is able to install tesseract 3.0.4 which also automatically installs leptonica 1.72. And if you want to install the higher or the latest version of tesseract you’ve to install both of them from source.

How to install & use multiple versions of PHP on Windows

Actually, this is a super easy.

How to check Linux version / distribution

There are several CLI commands to get the OS Linux info:

How to split media file into several parts and then merge them using Windows batch scripting

At first, we need ffmpeg package which could be downloaded from here: https://www.ffmpeg.org/

How to prepare any program for running in a background as a service on CentOS

In this post we will discuss how to use supervisor system built with python.