How to install VLC player and run VLC as Root on Kali Linux Rolling.
Home Page: https://www.videolan.org/vlc/
VLC media player is media player and streaming media server open source code written by VideoLAN project.
Install with terminal:
apt-get install vlc
Run VLC as Root
sed -i 's/geteuid/getppid/' /usr/bin/vlc
Tutotial Video:
Comments
Post a Comment