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 […]
OVERVIEW Here is the scenario that we are going to deal with: You have created a website which is running on Elastic Beanstalk. In my […]
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 […]
One of the problems of file_get_contents() is that it messes up the data if the file contains special characters outside the standard ASCII character set. […]
I came across a great article which details the ways in which parents can keep their kids safe on the internet. This article is particularly […]
Overview In the previous post Working With MySql databases we saw how Python can be used to work with databases. This post is going to […]
Overview Most modern applications need to interact with a database some time or the other. The most common databases in use are MySQL if its […]
OVERVIEW One of the most useful features of Google Maps its ability to locate an address on the map. Geocoding is the process of taking […]
What Is a Class Classes are ways of grouping data together so that they can be manipulated in code as a single unit. Imagine various […]
Copyright © 2025 | WordPress Theme by MH Themes