Truelogic Blog

Notes from the world of software development, technology and strategy

  • Home
  • About This Blog
  • Contact Me

Articles by amit

WebRTC Video Chat with Peer.JS and Node.JS

June 14, 2020 amit 4

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

EDIT 16 Dec 2023: This post is valid as of now. It works for the latest version of Ubuntu 24.x. The only difference is that […]

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

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 1

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

Posts pagination

« 1 … 12 13 14 … 37 »
  • Amazing Technology
  • Android Dev
  • Apache/PHP
  • ASP.NET
  • Audio
  • AWS
  • Book Downloads
  • Books
  • Business
  • C#
  • C/C++
  • Computer Science
  • FreeBSD Unix
  • Get the right Job
  • GPU and AI
  • HTML
  • Java
  • Javascript/Jquery
  • Linux
  • Maps
  • MIDI Programming
  • Misc
  • MongoDB
  • MS SQL Server
  • MySQL
  • MySQL
  • NginX
  • Node.JS
  • Objective C
  • OpenCV
  • Powershell
  • Programming
  • Python
  • Slideshow
  • Strategy
  • Tools And Components
  • Tutorials
  • Uncategorized
  • Useful Lists
  • VC++
  • Web Designing
  • WebRTC
  • Windows
  • WWW Stuff
  • wxWidgets
  • Xcode & Swift
  • YouTube API With PHP

Copyright © 2025 | WordPress Theme by MH Themes