Created
July 30, 2014 16:53
-
-
Save drog/bd5a6d99ccf4bc388c05 to your computer and use it in GitHub Desktop.
skype protection
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
useradd skype | |
usermod -G video -a skype | |
usermod -G audio -a skype | |
mv /home/drog/.Skype /home/skype | |
chown -R skype:drog /home/skype/.Skype | |
#! /bin/bash | |
# fuck Skype, fuck Microsoft, fuck the NSA | |
xhost +SI:localuser:skype | |
screen -D -m sudo -u skype -s /usr/bin/skype |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment