Truelogic Blog

Notes from the world of software development, technology and strategy

  • Home
  • About This Blog
  • Contact Me

Linux

MySQL

Setting root password for Mysql server on Linux

December 31, 2018 amit 0

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 […]

Installing ImageMagick in Ubuntu from source.

September 1, 2018 amit 0

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

Setting up FTP for an Apache website under Ubuntu

August 23, 2018 amit 0

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 […]

Easy Face Detection using OpenCV and Python

December 25, 2015 amit 0

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 […]

Running PHP as FastCGI with Apache 2.x on Ubuntu 12.x and later

November 17, 2015 amit 0

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 […]

How to install OpenCV for Python in Linux

October 18, 2015 amit 1

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 […]

Control Multiple Computers with Synergy

September 27, 2015 amit 0

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. […]

Writing PHP Extensions – Part 6 Adding a Class to your Extension

September 13, 2015 amit 1

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 […]

Generate Yearly Calendar in C++

September 12, 2015 amit 1

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 […]

Writing PHP Extensions – Part 5 Web-enabling your extension

September 11, 2015 amit 2

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 […]

Posts navigation

1 2 »

My Book on the Youtube API

Newsletter

Categories

  • Apache/PHP
    (47)
  • Programming
    (119)
    • YouTube API With PHP
      (31)
    • Javascript/Jquery
      (23)
    • Python
      (22)
    • ASP.NET
      (11)
    • C/C++
      (7)
    • MySQL
      (2)
    • VC++
      (1)
    • MongoDB
      (1)
    • Java
      (1)
  • FreeBSD Unix
    (23)
  • Misc
    (19)
  • Tutorials
    (17)
  • Linux
    (15)
  • Windows
    (14)
  • Android Dev
    (11)
  • Amazing Technology
    (11)
  • WWW Stuff
    (10)
  • Useful Lists
    (9)
  • Web Designing
    (5)
  • Xcode & Swift
    (5)
  • Uncategorized
    (4)
  • Maps
    (4)
  • MS SQL Server
    (4)
  • MySQL
    (4)
  • Slideshow
    (4)
  • HTML
    (3)
  • Audio
    (3)
  • NginX
    (2)
  • Business
    (2)
  • Strategy
    (2)
  • OpenCV
    (2)
  • Get the right Job
    (1)
  • Books
    (1)
  • Book Downloads
    (1)
  • Powershell
    (1)
  • AWS
    (1)

Socrates – MySql Tool

Socrates – web based MySQL schema diagram generator

Copyright © 2019 | WordPress Theme by MH Themes