Skip to content

Instantly share code, notes, and snippets.

@rhoconlinux
Last active March 7, 2016 17:20
Show Gist options
  • Select an option

  • Save rhoconlinux/dda2cb8b6897ef7f586f to your computer and use it in GitHub Desktop.

Select an option

Save rhoconlinux/dda2cb8b6897ef7f586f to your computer and use it in GitHub Desktop.
mata services mate 1404
#!/bin/bash
sudo chmod a-x /usr/share/oneconf/oneconf-service
sudo chmod a-x /usr/share/oneconf/oneconf-query
sudo chmod a-x /usr/share/oneconf/oneconf-update
wget https://github.com/oz123/solarized-mate-terminal/archive/master.zip && unzip master.zip && rm master.zip
cd solarized-mate-terminal-master/
bash solarized-mate.sh light profile1
bash solarized-mate.sh light default
sudo bash -c "echo 'vm.swappiness = 5' >> /etc/sysctl.conf"
sudo apt-get install pepperflashplugin-nonfree -y
sudo add-apt-repository ppa:kirillshkrogalev/ffmpeg-next -y
sudo apt-get update
sudo apt-get install ffmpeg -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment