Skip to content

Instantly share code, notes, and snippets.

@drog
Created July 30, 2014 16:53
Show Gist options
  • Save drog/bd5a6d99ccf4bc388c05 to your computer and use it in GitHub Desktop.
Save drog/bd5a6d99ccf4bc388c05 to your computer and use it in GitHub Desktop.
skype protection
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