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 Virtualbox Choose from a latest debian version, … [Read more...] about How to install virtualbox 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 install tor browser on ubuntu or kali linux
Introduction In this blog post I will demonstrate how to install tor browser on ubuntu. The installation process is same for all debian distros like kali linux. First of all let's talk about what is TOR & how to use it? TOR basically keeps you anonymous by routing through a network of … [Read more...] about How to install tor browser on ubuntu or kali linux
How to solve wordpress update failed error
Wordpress update failed Update failure in wordpress happens due to permission issues. If wordpress gives you the error, "Update failed due to permissions" while updating, it means that the user, "www-data", (which the wordpress GUI uses) don't have enough permissions to the installed directory. So, … [Read more...] about How to solve wordpress update failed error
How to install vim plugin using vim-plug
Vim Plugin can be installed using below plugin managers pathogen vundle vim-plug neobundle I will use vim-plug because its simple & easy Installing vim-plug create .vimrc in your root directory if its not already present and add below config to it vim … [Read more...] about How to install vim plugin using vim-plug
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
How to install cisco packet tracer on kali linux
In this blog post, I will show you how to install cisco packet tracker on kali Linux, the procedure I am about to show you works for other debian OS like ubuntu also. Cisco Packet Tracer is a network simulation program designed for students to experiment & learn networking concepts. It … [Read more...] about How to install cisco packet tracer on 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 zone Create aws free tier account Login to aws web console Services > Route53 -> DNS Management -> Create hosted zone copy the nameservers Step-2 Get a … [Read more...] about How to install kubernetes on AWS using KOPS