Truelogic Blog

Notes from the world of software development, technology and strategy

  • Home
  • About This Blog
  • Contact Me

How to host an external domain with AWS Elastic Beanstalk on both http and https

November 23, 2018 amit 0

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

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

PHP file_get_contents for UTF encoded content

August 19, 2018 amit 0

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

Excellent Guide To Keep Kids Safe On The Internet

July 17, 2018 amit 0

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

Python 2.7 – Working with MS-SQL Server databases

July 4, 2018 amit 1

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

Python 2.7 – Working with MySQL databases

June 26, 2018 amit 2

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

Geocoding An Address With Google Maps API

June 15, 2018 amit 0

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

Python 2.7 – Fundamentals – Classes & Objects – Basic Theory

May 19, 2018 amit 1

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

Python 2.7 – Fundamentals – Functions

May 12, 2018 amit 1

Sometimes you have some tasks in Python which are repetitive in nature. For instance the steps to calculate the sale price of a product requires […]

Posts navigation

« 1 2 3 … 26 »

Newsletter

Categories

  • Apache/PHP
    (47)
  • Programming
    (124)
    • YouTube API With PHP
      (31)
    • Python
      (24)
    • Javascript/Jquery
      (23)
    • ASP.NET
      (11)
    • C/C++
      (7)
    • MySQL
      (2)
    • VC++
      (1)
    • MongoDB
      (1)
    • Java
      (1)
    • Node.JS
      (1)
    • Objective C
      (1)
    • C#
      (1)
  • FreeBSD Unix
    (23)
  • Misc
    (19)
  • Linux
    (19)
  • Tutorials
    (18)
  • Windows
    (16)
  • WWW Stuff
    (11)
  • Android Dev
    (11)
  • Amazing Technology
    (11)
  • Useful Lists
    (9)
  • Xcode & Swift
    (6)
  • Web Designing
    (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)
  • WebRTC
    (2)
  • Get the right Job
    (1)
  • Books
    (1)
  • Book Downloads
    (1)
  • Powershell
    (1)
  • AWS
    (1)
  • MIDI Programming
    (1)

Copyright © 2021 | WordPress Theme by MH Themes