Vundle Installation
Clone Vundle to local
1 | $ git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim |
I’m installing Kali in Virtual Machine under macOS, using Parallels Desktop.
First step, find and download the suitable distribution image on kali.org. I’m dowloading Kali Linux 64 Bit:
Remote User Access in MySQL is allowed, only the remote root
user access is disabled by default. To enable that, run:
1 | mysql> GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' IDENTIFIED BY 'password' WITH GRANT OPTION; |
You may also need to change bind-address
in /etc/mysql/my.cnf
from 127.0.0.1
to 0.0.0.0
to enable access for all IP address.
Hello World!