Find by Category

How to Install dotnet SDK core on Ubuntu

This post will help you install dotnet .NET core on Ubuntu desktop 16.04 and above. Launch your terminal and run these following commands with sudo. After running the above command, type your sudo password, your system may ask for your permission; simply type y and hit enter on your keyboard. To install dotnet core on … Read more

How to Install Java Open-JDK & JRE 14 on Ubuntu 19.10

In this post, I am going to walk you through the installation process of Open JDK 14 and Open JRE 14 on Ubuntu 19.10 desktop version. Go ahead and launch your Ubuntu terminal and shoot the following the commands. Update Ubuntu 19.10 First Install JRE 14 on Uubuntu Install JDK 14 on Ubuntu Verify JDK … Read more

How to Compile and Run C/C++ Code on Ubuntu

How to compile and run C and C++ code on Ubuntu desktop and server. If you have Ubuntu you already have g++ installed, which is C and C++ compiler. To check g++ version, simply launch your terminal and run the following command. Install g++, C and C++ compiler on Ubuntu In case it g++ is … Read more

How to install NetBeans on Ubuntu

I am going to assume that you have Ubutnu 18.04 or 19.04 version installed your system and you want to install NetBeans 10/11. Go ahead and launch terminal and run this command to update Ubuntu core.. Install NetBeans 11 on Ubutnu with snap command This command is going to install java and java jre and … Read more

Ubuntu 19.04 – How to Install Visual Studio Code (vscode)

How to install vs code on Ubuntu 18.04 and 19.04 Visual Studio Code is a source-code editor created by Microsoft for Windows, Linux, and macOS.[7] It incorporates support for investigating, implanted Git control, sentence structure featuring, astute code finishing, bits, and code refactoring. It is additionally adjustable, so clients can change the editorial manager’s subject, … Read more

How to Install Ubuntu 19.04 w/ Bootable USB

Ubuntu 19.04 comes with a host of improvements and bug fixes giving you the snappiest GNOME experience. Read more about Ubuntu Desktop How to install Ubuntu 19.04 along with Windows 7/8/10 I am using RUFUS to make USB drive a bootable drive Install Ubuntu 18.04 w/ Bootable USB How to Install Ubuntu LTS 18.04 along … Read more

How to Enable Linux Ubuntu Noise Cancellation

How to enable noise cancellation on Linux Ubuntu, echo-canceled feature I’m going to show you how to enable noise cancellation or echo cancelled feature on Ubuntu 16.04 and above this may work on 14.04 and 15.10 too. Definitely going to work on 17.1 0 and above. this is my 16.04 and I am using a … Read more

How to Install WordPress on Ubuntu 20.04 and 20.10

This post will help you install latest version of WordPress on Ubuntu desktop and server using terminal. Here are system requirement for installing WordPress; you need to have PHP, MySQL and web server like apache2 or NGINX. I am going to user apache2 as a web server. Install MySQL Server on Ubuntu Login with your … Read more