Quantcast
Channel: Linux – Truelogic Blog
Browsing latest articles
Browse All 22 View Live

Setting up FTP for an Apache website under Ubuntu

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

View Article



Installing ImageMagick in Ubuntu from source.

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

View Article

Setting root password for Mysql server on Linux

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

View Article

Setup Django with Python 3 in Ubuntu 18.x

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

View Article

Running localhost On https Using mkcert

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

View Article


WebRTC Video Chat with Peer.JS and Node.JS

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

View Article

Setup Your Own STUN/TURN Server using Coturn

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

View Article

Setup wxWorks Library on Ubuntu 18.04

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

View Article


Installing Eclipse 2021-03 IDE In Ubuntu 18.x

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

View Article


Setting up wxWidgets Environment for C++ in Ubuntu Linux

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

View Article
Browsing latest articles
Browse All 22 View Live




Latest Images