How to Install composer for PHP in 2 Easy Commands
If you need to add composer to your server, there are just 2 command to input: And then That’s it! Now you can run composer from command line.
If you need to add composer to your server, there are just 2 command to input: And then That’s it! Now you can run composer from command line.
This error usually appears after fresh csf installation. In my sample it’s on a Directadmin Server. Here is the warning message that was on the top of panel: In order to resolve this issue, you need just a single command: This will install all the missing libraries. In my sample it was like this:
Very often when you try co compile anything from sources, you are getting error messages about any files, that are not found , but they are needed to continue with your software setup. How to determine, which package you need to install in order to resolve this dependency? Pretty simple – there is one command that will help… Read More »
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 »
If you need to have only https access to a domain, you’ll have to set up proper redirection. Since .htaccess files are not working in case you have selected nginx as your web server, you’ll have to adjust your configuration files. Let me show you how to do this in Directadmin, without even touching any files. If you… Read More »
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 »
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 »
If you ever made backups from command line, you’d probably wanted to do this on a regular basis, including date and time of your backup (e.g. to keep backups for a week or so). Here is a simple command, that will allow you to do this: You can specify your own format by adding or removing date parameters.… Read More »
It’s a strange thing that such a popular software is not yet included into Directadmin custombuild, but you are always welcome to install it by yourself. Let me start this brief tutorial about git installation. If you need a quick solution, you can use yum: yum install git But this will allow you to install version 1.7, that… Read More »
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 »