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
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