
Setting root password for Mysql server on Linux
In some Linux installations, installing mysql-server does not prompt for a root password for mysql, thus creating the problem where you either run mysql under […]
In some Linux installations, installing mysql-server does not prompt for a root password for mysql, thus creating the problem where you either run mysql under […]
wget https://www.imagemagick.org/download/ImageMagick.tar.gz tar xvzf ImageMagick.tar.gz cd ImageMagick-* ./configure make sudo make install sudo ldconfig /usr/local/lib
Once you have set up a website under Apache, you would need FTP access to the website to be able to upload files. The steps […]
A lot of applications and websites incorporate face detection features , specially social network sites and photo/image databases. Using OpenCV, it is very easy to […]
The instructions given below are to be run from the terminal. This is the only list of instructions which actually worked. I have reproduced the […]
OpenCV is the best open source solution for computer vision and image recognition applications. It exists for all the major platforms. In this post, we […]
Synergy is one of the most amazing and useful software tools ever created. The first time someone sees it in action. its almost black magic. […]
See Part 5 Here We are now going to look at how to create a C++ class to encapsulate our extension code. This is useful […]
A pure C++ class to print the yearly calendar of a given year, on the console. Compiled in g++ under Linux. Should compile fine in […]
See Part 4 Here So far our helloworld extension works only in the command (CLI) version of PHP. Most people use PHP as a web […]
Copyright © 2019 | WordPress Theme by MH Themes