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
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
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
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
Here is the best schematic designer (circuit designer) for Linux and specially for Ubuntu/Mint. https://kicad-pcb.org/download/ It can be downloaded from the above link, additional libraries are in the below link. https://kicad-pcb.org/libraries/download/
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
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
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.
For Java development, JDK is a compulsory kit. Follow the instructions from the below article to successfully install JDK 8 on Linux. Java 8 Installation If you want to install JDK 11 then follow the below link. Java 11 Installation
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