Sunday, 8 October 2017

How To:execute single command on multiple servers using pssh




Keywords: how to use paallel ssh, pssh , show to use pssh, how to execute single command on multiple servers in linux, how to use parallel ssh in linux, pssh, linux automation using pssh, how to pssh, how to parallel ssh



Saturday, 26 August 2017

How To: Text to speech in linux terminal

text to speech freeware linux, best free text to speech linux, linux text to speech software free download, text-to-speech free download for linux, free text to speech software linux, text to speech linux terminal, text to speech linux mint, text to speech linux ubuntu, text to speech linux free, text to speech linux debian,

Tuesday, 1 August 2017

How to run vlc player as root

Today i am gonna tell you how to run vlc player as root user in linux or in kali linux (Debian based distro).

1) Open terminal login as root
2) type command :
 # sed -i 's/geteuid/getppid/' /usr/bin/vlc

3)  Enjoy vlc as root user.