In this blog post, I will show you how to remove openjdk and install oracle jdk on ubuntu.Step-1: Download oracle JDKDownload from hereStep-2: Remove existing openjdksudo apt-get purge openjdk-\*Step-3: Create directory for java installationsudo mkdir -p … [Read more...] about remove-openjdk-and-install-oracle-jdk on ubuntu
Recording Screen on Ubuntu
In this blog post, I will show you how to do screen recording using recordMyDesktop on ubuntu. First, Let's install it using the command below,sudo apt install gtk-recordmydesktopAfter the installation is complete, You can find the short cut in the launcher as shown below,The … [Read more...] about Recording Screen on Ubuntu
How to install apache airflow on ubuntu
In this blog post, I will show you how to install apache airflow on ubuntu,IntroductionAccording to Apache’s official web site, Apache airflow is a platform for programmatically author schedule and monitor workflows. It is one of the best workflow management system.Airflow was … [Read more...] about How to install apache airflow on ubuntu
How to format usb drive on ubuntu or kali linux
In this blog post, I will show you how to format a usb pendrive on ubuntu or kali linux. Install GParted GParted (GNOME Partition Editor) is a utility for managing your disk partitions. We will use this tool to format USB drive easily, Let's install it using the commands … [Read more...] about How to format usb drive on ubuntu or kali linux
How to install C/C++ on ubuntu or kali linux
In this blog post I will show you how to install C/C++ programming language on ubuntu or kali linux. Introduction C C is a procedural programming language. It was initially developed by Dennis Ritchie between 1969 and 1973. The main features of C language include low-level access to … [Read more...] about How to install C/C++ on ubuntu or kali linux
how to install octave on linux
In this blog post I will show you how to install octave Introduction GNU Octave is software featuring a high-level programming language, primarily intended for numerical computations. Octave helps in solving linear and nonlinear problems numerically. And also, for performing other numerical … [Read more...] about how to install octave on linux
installing goland on ubuntu or kali linux
Introduction GoLand is a new commercial IDE by JetBrains aimed at providing an ergonomic environment for Go development.The new IDE extends the IntelliJ platform with coding assistance and tool integrations specific for the Go language. To know more about it visit official website here. In the … [Read more...] about installing goland on ubuntu or kali linux
How to install golang on ubuntu or kali linux
IntroductionGo is a modern programming language developed by Google that uses high-level syntax similar to scripting languages. Go is a statically typed, compiled language in the tradition of C. This tutorial, I will walk you through downloading and installing Go on … [Read more...] about How to install golang on ubuntu or kali linux