Things that you need to do after install kali linux

Afiv Dicky Efendy
2 min readMay 7, 2020

--

Photo by Carl Heyerdahl on Unsplash

Okay, I will share what I do after installing Linux in dual boot mode with Windows. Linux variant that I used was kali linux, yes indeed I use it for network purposes.

The things I did when I was successfully installed were:

  • Update the repository in kali linux
sudo nano /etc/apt/sources.list
  • run apt update
sudo apt update
  • run apt upgrade
sudo apt upgrade
  • run apt full upgrade
sudo apt full-upgrade
  • install lib input gesture (to make linux touchpad like windows)
https://github.com/bulletmark/libinput-gestures
  • install albert (alternative mac spotlight)
https://software.opensuse.org/download.html?project=home:manuelschneid3r&package=albert
  • install chrome for default browser
download from official site
  • install plank (for desktop dock)
sudo apt install plank
  • download theme
https://www.gnome-look.org/browse/cat/135/order/latest/

And then this is the appearance of my linux when I have installed several applications

--

--

Afiv Dicky Efendy
Afiv Dicky Efendy

Written by Afiv Dicky Efendy

Linux enthusiast who wants to share his knowledge through writing on the medium

No responses yet