This blog post is a comprehensive guide about installing CentOS on your laptop. I will walk you through the steps involved in installing the OS & GNOME desktop (GUI). Download and create bootable USB Download the image from here & Select "everything-iso" from the options available. You need … [Read more...] about How to install CentOS with GUI for desktop/laptop
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 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
How to install kubernetes on AWS using KOPS
In this blog post, I will demonstrate how to install kubernetes on aws cloud using kops tool. Step-1 Create hosted zoneCreate aws free tier account Login to aws web console Services > Route53 -> DNS Management -> Create hosted zone copy the nameserversStep-2 Get a … [Read more...] about How to install kubernetes on AWS using KOPS