Skip to content

Instantly share code, notes, and snippets.

@omelnyk
omelnyk / ubuntu-amd64-skype-webcam-mely-fix.sh
Last active December 25, 2015 07:59
ubuntu-amd64-skype-webcam-mely-fix.sh
#!/bin/bash
sudo apt-get install lib32v4l-0
sudo tee /usr/local/bin/skype > /dev/null << EOL
#!/bin/bash
LD_PRELOAD=/usr/lib/i386-linux-gnu/libv4l/v4l1compat.so /usr/bin/skype
EOL
@omelnyk
omelnyk / ubuntu-get-rocking.sh
Last active December 4, 2016 02:23
ubuntu-get-rocking.sh
#!/bin/bash
#
# Copyleft (c) 2013 Olexandr Melnyk <me@omelnyk.net>. Use at your own risk.
# Last revision: 2014-01-31 07:33:15 UTC
#
# software repos
sudo dpkg --add-architecture i386