Truelogic Blog

Notes from the world of software development, technology and strategy

  • Home
  • About This Blog
  • Contact Me

Linux

Setup Your Own STUN/TURN Server using Coturn

June 17, 2020 amit 0

OVERVIEW It is easy to find free STUN servers but there are no free TURN servers available. We are lucky that the people at Coturn […]

WebRTC Video Chat with Peer.JS and Node.JS

June 14, 2020 amit 3

OVERVIEW We shall look at setting up a functional WebRTC VideoChat server using the PeerJS Library. The application will be running on Node.js on a […]

Running localhost On https Using mkcert

June 11, 2020 amit 1

One of the biggest problems that web developers face is to run a website on their local machines under https. Using OpenSSL to generate a […]

Setup Django with Python 3 in Ubuntu 18.x

June 10, 2020 amit 0

1.Install Python3 and PIP sudo apt-get install python3 python3-pip Check Python version by typing python3 -V Check PIP version by typing pip3 -V 2.Install Django […]

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

Posts navigation

1 2 »

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