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
Simple image magick tricks
Image blurring Let's see how to blur images with image magick. Most of the linux distros comes with image magick by default, as a linux user this forced me to use it; working with linux is doing things the hard way & once you get used to it, you will not look for other options. If you learn … [Read more...] about Simple image magick tricks
How to downgrade java on ubuntu/kali linux
In this blog post I am going to show you how to downgrade java and javac on ubuntu/kali linux. Some applications will require older version of java; For instance, I had to downgrade from openjdk 10 to openjdk 8 because Jenkins doesn't support openjdk 10.The availability of java versions … [Read more...] about How to downgrade java on ubuntu/kali linux
How to install bluejeans on ubuntu or kali linux
In this blogpost, I am gonna show you, how to install bluejeans on kali linux/ubuntu. You will need alien. If you are trying to attend a meeting which is being hosted on bluejeans; the browser will ask you to download the app and join, but unfortunately, it doesn't provide you with a .deb … [Read more...] about How to install bluejeans on ubuntu or kali linux
How to install curl from source on linux
Why install curl from Source code?Often times, you may run into issues with curl and virtualbox compatibility, which simply doesn't allow you to use the latest libcurl.If you need to install virtualbox, you need to install an older version of libcurl, if you install an older version of … [Read more...] about How to install curl from source on linux
How to install virtualbox on ubuntu or kali linux
Let's see how to install Virtualbox on kali linux, First, you need to download the virtual box and install a pre-requisite, visit the virtual box's download page and download from Linux distributions as shown below, Step-1: Download the VirtualboxChoose from a latest debian version, … [Read more...] about How to install virtualbox on ubuntu or kali linux