Kali

From Piszczynski
Revision as of 22:32, 15 November 2023 by Aleks (talk | contribs) (2 revisions imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Kali Linux Useful Info

Get access to apt-get repositories:


Open a terminal follow these instructions:

    Type sudo -i
    Type in your password.
    Type touch /etc/apt/sources.list
    Type chmod 644 /etc/apt/sources.list
    Type echo "deb http://http.kali.org/kali kali-rolling main contrib non-free" > /etc/apt/sources.list
    Type 'apt-key adv --keyserver hkp://keys.gnupg.net --recv-keys 7D8D0BF6'
    Type apt-get update
    Now install whatever it is that you want to install.


Start bluetooth service:

  • sudo systemctl start bluetooth.service