Skip to content

Instantly share code, notes, and snippets.

@rhoconlinux
rhoconlinux / open-terminal-here-pantheon.contract
Last active March 7, 2016 11:51
open-terminal-here-pantheon.contract
[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
@rhoconlinux
rhoconlinux / open-as-root-pantheon.contract
Last active March 7, 2016 11:51
open-as-root-pantheon.contract
[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
@rhoconlinux
rhoconlinux / pantheon-files-pluggins.INSTALLER
Last active March 7, 2016 11:50
pantheon-files-pluggins.INSTALLER
#!/bin/bash
cd /tmp ; wget http://tny.im/OlR9 -O pantheon-files-pluggins.sh ; sh pantheon-files-pluggins.sh ; cd
@rhoconlinux
rhoconlinux / defaults.list
Last active March 7, 2016 11:47
defaults.list para gdebi
[Default Applications]
application/x-deb=gdebi.desktop
application/x-debian-package=gdebi.desktop
@rhoconlinux
rhoconlinux / associations-no-software-center.INSTALLER
Last active March 7, 2016 11:46
gdebi in place of SC ubuntu
mkdir -p ~/.local/share/applications/ ; cd ~/.local/share/applications/ ; wget http://tny.im/SuzYc -O defaults.list ; cd
#touch ~/.local/share/applications/defaults.list
@rhoconlinux
rhoconlinux / freem-INSTALLER
Last active February 26, 2016 10:57
freem installer
wget https://gist.githubusercontent.com/rhoconlinux/f2d8759b50a0dc9ae83b/raw/82e6ea522695bb105d88d330d921d3f314d8f15e/freem.sh -O freem ; sudo mv freem /usr/bin ; sudo chmod +X /usr/bin/freem
@rhoconlinux
rhoconlinux / fuerza-teclado-eses.desktop
Last active March 7, 2016 11:45
fuerza-teclado-eses.desktop
[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
@rhoconlinux
rhoconlinux / fuerza-teclado-eses.INSTALLER
Last active March 7, 2016 11:45
fuerza-teclado-eses.INSTALLER
wget https://gist.githubusercontent.com/rhoconlinux/2a41e9ab5d990922bfcb/raw/fdadc3f0d8c18c81b47ae766831f3dde6ae4fc6d/fuerza-teclado-eses.desktop ; mv fuerza-teclado-eses.desktop ~/.config/autostart/ ; chmod +X ~/.config/autostart/fuerza-teclado-eses.desktop
sudo apt-add-repository ppa:strukturag/libde265 -y ; sudo apt-get update ; sudo apt-get install gstreamer0.10-libde265 gstreamer1.0-libde265 vlc-plugin-libde265 -y
@rhoconlinux
rhoconlinux / spotify-stable-sinpublicidad-installer.sh
Last active March 26, 2016 14:41
spotify stable 1404 sin publicidad
#!/bin/bash
sudo apt-get remove --purge spotify-client -y ; killall spotify ; sudo rm -Rf /etc/apt/sources.list.d/spotify* ; sudo apt-get install x11-utils pulseaudio-utils libnotify-bin xdotool vlc -y ; sudo apt-get install -f -y ; sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys BBEBDCB318AD50EC6865090613B00F1FD2C19886 ; echo deb http://repository.spotify.com stable non-free | sudo tee /etc/apt/sources.list.d/spotify.list ; sudo apt-get update ; sudo apt-get install spotify-client -y ; cd /tmp/ && wget http://ur1.ca/mx6nu -O spotify-sinpublicidad.sh && sh spotify-sinpublicidad.sh