Default Configuration (Date, Number Format) Posted on May 11, 2017 by admin http://symfony.com/blog/new-in-symfony-2-7-default-date-and-number-format-configuration Posted in PHP, Symfony3 Leave a comment
Form Builder with Ajax Posted on May 9, 2017 by admin Simple code examples on how to use Symfony form builder with Ajax and jquery validators Read More Posted in PHP, Symfony3 2 Comments
Installing Plesk 17 on Ubuntu 16.04, setting up ssh2 for php5.6 and webmin Posted on May 9, 2017 by admin Installing Plesk 17 on Ubuntu 16.04 Read More Posted in Linux, PLESK 1 Comment
Linux commands to extract file from archive Posted on January 12, 2017 by admin To find a file in the archive use: tar -xvjf backup.tar.bz2 | grep {file_name} To restore a file from the archive use: $ tar -xvf {tarball.tar} {path/to/file} $ tar -zxvf tarball.tar.gz etc/some/file $ tar -xvjf tarball.tar.bz2 etc/some/file <- did not work, (extracted whole archive) Posted in Uncategorized 2 Comments
Installing OpenCV 3.1 on Ubuntu 16.04 Posted on May 9, 2017 by admin How to install OpenCV 3.1 on Ubuntu 16.04 Read More Posted in Linux 1 Comment