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
Installing JDK on linux
Introduction This is a blog post series on Java Programming. In this blog post, I will cover introduction & installation part. In the next blog posts I will cover the core concepts of Java. About Java Java is a general-purpose computer-programming language that … [Read more...] about Installing JDK on linux
Lisp: Installation and IDE
IntroductionIn this section I will cover some brief introduction & how to install it. Let's understand why LISP is so special & why you should learn it.What is so special about lisp?Based on Lambda Calculus, lisp takes a very different model. It says that with a function, in the … [Read more...] about Lisp: Installation and IDE
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
How to install MATLAB on ubuntu
In this blog post I am going to show you how to install MATLAB on linux in a step by step procedure. Step-1: Create an account on mathworks.com visit mathworks & click on signin & if you scroll down you see an option to create account click on that. If you are exploring this for … [Read more...] about How to install MATLAB on ubuntu
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