Installing the Latest Qt Creator on Ubuntu Linux

This is a step-by-step procedure to install the latest official release of Qt Creator onto Ubuntu Linux PC. Qt Creator can be installed by “apt-get” command, however in that case you may not get the latest version. In this post we’ll use the online installer so that we can get the latest version. For the… Continue reading “Installing the Latest Qt Creator on Ubuntu Linux”

Setting up Wi-Fi on Raspberry Pi

You can setup Wi-Fi on GUI, or you can configure it from your console. Here is how to do it from the console. Brief steps: 1. Registering Wi-Fi Network 2. Enabling Automatic Connection 3. Connecting to Wi-Fi network Let’s get started.   1. Registering Wi-Fi Network 1-1. Open /etc/wpa_supplicant/wpa_supplicant.conf sudo nano /etc/wpa_supplicant/wpa_supplicant.conf 1-2. Add last… Continue reading “Setting up Wi-Fi on Raspberry Pi”