Installing GNU Arm Embedded Toolchain

If you are working on Arm Cortex M microcontroller then you will need to setup GNU Arm Embedded Toolchain, it consist of compiler, debugger and much more. The GCC compiler and GDB debugger comes in single package. The procedure to setup is bit different due to target OS, but the important thing is to select

Using MySQL from Docker Container

Installing MySQL in a Docker container is easier to use and quick. It will not mess up the OS and whenever needed it can be started and stopped simply by issuing the Docker containers commands. Just follow the simple steps below. pull the MySQL Docker image from Docker Hub. docker pull mysql 2. Now run

Installing and Configuring Flutter on Linux (Ubuntu & Mint)

Flutter is Google’s portable UI toolkit for building beautiful, natively-compiled applications for mobile, web, and desktop from a single codebase. The proper installation procedure is given on Flutter website. Please follow this link. https://flutter.dev/docs/get-started/install/linux

Installing Rust on Linux

Rust is a multi-paradigm system programming language focused on safety, especially safe concurrency. Rust is syntactically similar to C++, but is designed to provide better memory safety while maintaining high performance. https://www.rust-lang.org/ Installing rust is very simple on Linux (Ubuntu or Mint). Just execute the below command on terminal and it will take care of

Installing Docker on Linux Mint 19 (tara) or Ubuntu 18.04

Installation is very simple on Linux (Mint or Ubuntu). Follow the official installation steps for community edition through repository method. If using Linux Mint 19 (tara) then instead of using : sudo add-apt-repository “deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable” use this : sudo add-apt-repository “deb [arch=amd64] https://download.docker.com/linux/ubuntu bionic stable”     https://docs.docker.com/install/linux/docker-ce/ubuntu/#install-docker-ce-1

How to setup Virtual box and Raspberry Pi Desktop on Linux

Simulating Raspbian OS (Raspberry Pi OS) on desktop PC is very simple. You just need to download and setup two software. Virtualbox (https://www.virtualbox.org/wiki/Linux_Downloads) Raspberry Pi Desktop OS iso file (https://www.raspberrypi.org/downloads/raspberry-pi-desktop/) First download and install Virtualbox and then follow the below instructions from article. How to run Raspberry Pi Desktop on Windows or macOS if you

Installing IntelliJ IDEA community edition for Java development

IntelliJ IDEA is the best IDE for Java and Kotlin development. Download the package from the below link.   https://www.jetbrains.com/idea/download/#section=linux     Installation Instructions Unpack the idea idea-2018.2.4.tar.gz file using the following command: tar -xzf idea-2018.2.4.tar.gz Run idea.sh from the bin subdirectory.    

Installing Postman in Linux (Ubuntu and Mint)

Postman is a powerful HTTP client for testing web services. Simply download the app from the below link. https://www.getpostman.com/apps And follow the install instructions. https://learning.getpostman.com/docs/postman/launching_postman/installation_and_updates