Tuesday, August 24, 2021
Monday, June 14, 2021
How To Install BRAVE BROWSER On Kali Linux
This browser installation is not hard. Please follow the video by copying and pasting the code on your terminal window of Kali Linux. This includes the update. Enjoy!
Debian 9+, Ubuntu 16.04+ and Mint 18+
If you get gnutls_handshake()
errors after adding the Brave repository on Debian 9, you may need to uninstall old conflicting packages.
sudo apt install apt-transport-https curl
sudo curl -fsSLo /usr/share/keyrings/brave-browser-archive-keyring.gpg https://brave-browser-apt-release.s3.brave.com/brave-browser-archive-keyring.gpg
echo "deb [signed-by=/usr/share/keyrings/brave-browser-archive-keyring.gpg arch=amd64] https://brave-browser-apt-release.s3.brave.com/ stable main"|sudo tee /etc/apt/sources.list.d/brave-browser-release.list
sudo apt update
sudo apt install brave-browser
Source: https://brave.com/linux/#linux
Posted by: intel828c at 8:33 PM 0 comments
Tags: Brave, Brave browser, debian, kali linux, kali linux installation, windows 7
Tuesday, March 30, 2021
Hacking A Password In Less Than 5 Minutes
Thursday, January 21, 2021
TOR Browser And Anonsurf On My Kali Linux
Friday, January 8, 2021
Kali Linux Installation
The steps to install Kali, first you must have a thumb drive about 8 Gb in capacity. Then download Rufus and Kali linux. Save it in to your machine. Unzipped Kali image file then run the executable file of your Rufus. Make sure to set your BIOS and enable the external device on your BIOS for your thumb drive to detect during boot up. Set to primary the external drive on your BIOS then click F10 to save. Reboot the system then choose Kali Linux to install. Just follow and read the instruction from the display. You will not lose unless you are reading it carefully from your monitor. During installation you will engage in conflict with the missing network driver for your machine (mine is Sony Vaio). Mr Google is there to help and assist you. Google it and you will find the answer. In less than an hour depending in your system, Kali will be up and running. Then, there you go. Its time to explore, play with and penetrate the system. If there are any questions please feel free to ping me and I am happy to assist you with the best of my knowledge. Goodluck.