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
| [Desktop Entry] | |
| Version=1.0 | |
| Name=teclado-eses | |
| GenericName=teclado-eses | |
| Exec=setxkbmap -layout 'es,es' -model pc105 | |
| Terminal=false | |
| Icon=ibus-keyboard | |
| Type=Application | |
| Categories=Utility;Application |
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
| wget https://gist.githubusercontent.com/rhoconlinux/f2d8759b50a0dc9ae83b/raw/82e6ea522695bb105d88d330d921d3f314d8f15e/freem.sh -O freem ; sudo mv freem /usr/bin ; sudo chmod +X /usr/bin/freem |
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
| mkdir -p ~/.local/share/applications/ ; cd ~/.local/share/applications/ ; wget http://tny.im/SuzYc -O defaults.list ; cd | |
| #touch ~/.local/share/applications/defaults.list |
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
| [Default Applications] | |
| application/x-deb=gdebi.desktop | |
| application/x-debian-package=gdebi.desktop |
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
| #!/bin/bash | |
| cd /tmp ; wget http://tny.im/OlR9 -O pantheon-files-pluggins.sh ; sh pantheon-files-pluggins.sh ; cd | |
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
| [Contractor Entry] | |
| Name=Open folder as root | |
| Icon=gksu-root-terminal | |
| Description=Open folder as root | |
| MimeType=inode;application/x-sh;application/x-executable; | |
| Exec=gksudo pantheon-files -d %U | |
| Gettext-Domain=pantheon-files |
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
| [Contractor Entry] | |
| Name=Open Terminal here | |
| Icon=terminal | |
| Description=Open Terminal Here | |
| MimeType=inode;application/x-sh;application/x-executable; | |
| Exec=pantheon-terminal -w %U | |
| Gettext-Domain=pantheon-terminal |
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
| #!/bin/bash | |
| #http://ubuntuhandbook.org/index.php/2015/02/open-as-root-elementary-os-freya/ | |
| #http://webdarek.tumblr.com/post/69092764284/elementary-os-in-order-to-create-open-terminal | |
| cd /tmp/ | |
| sudo mkdir -p /usr/share/contractor/ | |
| wget https://gist.githubusercontent.com/rhoconlinux/477498d479252227db30/raw/554e8d7ff53e30af103d0596870b13cdcde1a637/open-terminal-here-pantheon.contract -O terminal.contract | |
| wget https://gist.githubusercontent.com/rhoconlinux/c29f7b99b7b1ece0f4bf/raw/a8e8c148ecb672b3ed0e9fca5bfcbae816e8d29b/open-as-root-pantheon.contract -O openroot.contract | |
| sudo mv *.contract /usr/share/contractor/ | |
| cd |
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
| sudo apt-get install ffmpeg | |
| Trusty: | |
| sudo add-apt-repository ppa:kirillshkrogalev/ffmpeg-next -y && sudo apt-get update && sudo apt-get install ffmpeg -y | |
| rm -Rf mp3/ ; rm *.mp3; for f in *.mp4; do ffmpeg -i "$f" "${f/%mp4/mp3}"; done && mkdir -p mp3/ && for f in *.mp3; do mv "$f" mp3/; done | |
| rm *.mp4 |
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
| [Desktop Entry] | |
| Version=1.0 | |
| Name=Android Rho VM | |
| GenericName=Android Virtual Machine | |
| Exec=rho-genymotion | |
| Terminal=false | |
| Icon=android_vm.png | |
| Type=Application | |
| Categories=Utility;Application |