Truelogic Blog

Notes from the world of software development, technology and strategy

  • Home
  • About This Blog
  • Contact Me

MacOS Commands For signing Apps

September 10, 2020 amit 0

Check if an app has been signed: Sign a pkg file: Check if a pkg has been signed:

Get MacOS System Information in Objective C

August 29, 2020 amit 0

If you need to find system information using Objective C , there is no single library or framework which provides all the information. Generally it […]

Setup a Django 3 project with Bootstrap 4

July 10, 2020 amit 0

OVERVIEW This post looks at how to create a Django 3 project app and incorporate Bootstrap 4 files into it. This also looks at how […]

Installing A Code Signing Certificate for Windows Applications

July 6, 2020 amit 0

For executable applications created under Windows, it is often desirable to sign the executable with a code signing certificate. This helps end-users of the application […]

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

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

Posts navigation

1 2 … 26 »

My Book on the Youtube API

Newsletter

Categories

  • Apache/PHP
    (47)
  • Programming
    (123)
    • 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)
  • FreeBSD Unix
    (23)
  • Misc
    (19)
  • Linux
    (19)
  • Tutorials
    (18)
  • Windows
    (15)
  • 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)

Socrates – MySql Tool

Socrates – web based MySQL schema diagram generator

Copyright © 2021 | WordPress Theme by MH Themes