Prerequisite: You must have a github account Create project and clone to your local Create a github project in github.com Clone your code from github cloud to local git clone https://username:password@github.com/alexjohn/project1.git Git init Make changes to your code Git add . Git commit -m "commit message" Git push origin master Above steps will make you push your local changes to github cloud Log in to your Netlify account & Click New site from Git Step 1 Step 2 Select your repository and publish your site You will be given a random generated URL from Netlify. You can update the replace the URL with your custom domain name To map your custom domain name to Netlify site Add a A record to your domain in your domain registrar site (godaddy/namecheap) A record Host @ IP Address: 104.198.14.52 If your DNS provider does not support CNAME-style resolution for apex domains , you must con...
Install Kali Linux - Right from creating bootable USB drive to resolve wifi not connected issue post Kali installation
Install Kali Linux as Dual boot mode in Windows Table of Contents Create a bootable USB pendrive Set up partition for Kali OS using Kali Live Configure bootloader in BIOS Resolve Unable to Locate packages issue Resolve Wifi not working in Kali issue Resolve Bluetooth not working in Kali issue Create a bootable USB pen drive Download the following files Download Kali ISO Download Rufus Open Rufus exe as Administrator Select the USB drive location Select the Kali ISO image Set Volume name - any name Click Start and set write mode as "DD" not "ISO" mode to avoid any installation error Now your bootable USB drive is ready Set up partition for Kali OS using Kali Live You can use kali linux as live mode when you don't want to have a persistent install in your system. I would like to install it my PC in dual boot mode, So i can use GRUB bootloader to load kali or windows during system start To install kali linux in your system, ...