IntroductionIn this blog post I will show you how to install Metasploit framework on kali linux or ubuntu. The Metasploit Project's best-known creation, is a software platform for developing, testing, and executing exploits for security purpose.Installationsudo apt-get updateLets … [Read more...] about How to install metasploit on kali linux or 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
Install Google App Engine on ubuntu and intelliJ
How to install google app engine This blog post is about how to install GAE on kali linux & how to setup google app engine in intelliJ IDE for development, the procedure is same for any debian linux like ubuntu. Add package URLs to sources First step-- we are gonna add the package urls to our … [Read more...] about Install Google App Engine on ubuntu and intelliJ
how to reinstall grub on kali linux
In this blog post I will show you how to reinstall grub on kali linux. GRUB (Grand Unified Bootloader) GRUB provides a choice to select OS from a multi-booted operating systems or select a specific kernel configuration available on a particular operating system's partitions. Some times if … [Read more...] about how to reinstall grub on kali linux