Install
Fresh install, tambah repository ini:deb http://http.kali.org/kali kali-rolling main contrib non-free # For source package access, uncomment the following line # deb-src http://http.kali.org/kali kali-rolling main contrib non-free
Run command ini untuk update dan upgrade:
apt-get update apt-get dist-upgrade
Error
Karakter huruf ada yang hilang sebagian di terminalapt-get install --reinstall fonts-cantarell shutdown -r now
Setting
MYSQL
Change root password:
mysqladmin -u root password <password-nya>
or
Run MySQL:
sudo mysql
GRANT ALL PRIVILEGES ON *.* TO 'root'@'localhost';
ALTER USER 'root'@'localhost' IDENTIFIED BY 'MyNewPass';