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

compile and run 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 […]

How to install NetBeans on Ubuntu

install netbeans on linux 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 […]

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

install vscode ubuntu

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, […]

How to Install Ubuntu 19.04 w/ Bootable USB

install-ubuntu

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 […]

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 […]

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 […]