How to Import and Export Cookies with Google Chrome

Sometimes you need to transfer cookies from one machine to another. For example, you are going to Login to Facebook from another PC while traveling abroad. If you do this directly from another PC, most probably you will be requested Identity verification, the thing that is not always easy when you are not in your home country. How… Read More »

How to Install git 2.9 on a Directadmin Server with CentOS 6

Two years ago I have written a short guide on the same subject – here it is. Since yum install git still doesn’t allow us to install git 2, let me share the fastest way to get git up and running on your server. First of all, let’s download the most recent version of git here. Most recent… Read More »

Fixing Garmin Connect Bluetooth Pairing Issue with Huawei Phone

Today I have tried to setup my New Year Gift – Huawei P10 Lite with my old friend – Garmin Vivoactive. Since it took me more than 4 hours in total, I would like to share the solution with you, as it seems that the issue is related to most Huawei phone – Garmin Watch pair. I am… Read More »

/usr/local/lib/libz.so.1: no version information available – Working Fix (Directadmin Server)

Sometimes when you need to install something that interacts with libz, you might get the following message (I have faced it while installing git): Solution is simple – most probably you already have a library with right version, just the symbolic link to it is wrong. First of all, find libz.so version you are using: You should see… Read More »