Vim Plugin can be installed using below plugin managerspathogen vundle vim-plug neobundleI will use vim-plug because its simple & easyInstalling vim-plugcreate .vimrc in your root directory if its not already present and add below config to itvim … [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 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