Truelogic Blog

Notes from the world of software development, technology and strategy

  • Home
  • About This Blog
  • Contact Me

Linux

Setting up wxWidgets Environment for C++ in Ubuntu Linux

October 31, 2021 amit 2

The objective here is to provide step by step instructions to setup wxWidgets for use in C++ applications under Linux. Setup Build Environment Ensure that […]

Installing Eclipse 2021-03 IDE In Ubuntu 18.x

April 11, 2021 amit 0

The preferred way of installing Eclipse in Ubuntu is to go to the official Eclipse site, download the package and manually install it. The reason […]

Setup wxWidgets for C++ Library on Ubuntu 18.04

March 26, 2021 amit 0

Since the official Ubuntu repository is likely to have a dated wxWidgets version , the best option is to download the source code and compile […]

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 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 12 Dec 2022: This post only works till Ubuntu 18.x . Later versions require a different process to setup mkcert. One of the biggest […]

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

Posts navigation

1 2 3 »
  • 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
  • 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 © 2023 | WordPress Theme by MH Themes