Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 478 Bytes

kali.md

File metadata and controls

19 lines (15 loc) · 478 Bytes

Kali Linux notes

Here are some of the things I typically do on a new installation of Kali Linux:

apt update && apt upgrade
apt autoremove

## If running as VMware guest:
apt install open-vm-tools-desktop

## Install some of the tools I use:
apt install emacs shutter sshuttle

Reverse direction of scroll wheel

gsettings set org.gnome.desktop.peripherals.mouse natural-scroll false
gsettings set org.gnome.desktop.peripherals.touchpad natural-scroll false