Friday, November 6, 2015

Ubuntu: Run vlc player as root

Open VLC player as root in Linux

Run following command :
sed -i 's/geteuid/getppid/' /usr/bin/vlc
Now you will be able to open vlc player as root user.

Saturday, October 10, 2015

git using http- gtk warning : cannot open display

Solution :
Run Command
unset SSH_ASKPASS
Note :
To remove this error permanently, add this command in your ~/.bashrc file.

/bin/sh: 1: r.js: not found

Solution :
Run Command :

npm install requirejs