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 […]
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 […]
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 […]
Since the official Ubuntu repository is likely to have a dated wxWidgets version , the best option is to download the source code and compile […]
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 […]
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 […]
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 […]
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 […]
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 […]
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
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 […]
Copyright © 2024 | WordPress Theme by MH Themes