by doodkin | May 29, 2016 | General
install git: https://git-scm.com/downloads important to select “checkout as-is, commit as-is” use only git from windows command line no other Unix tools, usually a good selection select: git bash from here , git GUI from here . install kdiff3...
by doodkin | May 10, 2016 | General
(wget -qO - https://getcomposer.org/download/|grep -Pzo '([\s\S]+) '| tail -c+24|head -c-7; echo ""; echo "mv composer.phar /usr/local/bin/composer"; echo "echo now you can use composer command from anywhere"; )|bash...
by doodkin | May 10, 2016 | General
in the package from mariadb there is no compression avalible, it is possible to have compression in mariadb, for this it is required to compile mariadb. here are the linux commands i have used to compile it and package it into a deb repository. sudo su - cd /opt mkdir...
Recent Comments