Skip to content

Instantly share code, notes, and snippets.

@rhoconlinux
rhoconlinux / stata-installer.sh
Last active July 6, 2025 16:58
stata installer online
#!/bin/bash
#Stata installer
sudo updatedb;
sudo apt-get install libgtksourceview-3.0-common libgtksourceview2.0-0 alacarte -y ;
#16.10
sudo apt-get install libtasn1-3-bin libtasn1-6 libtasn1-6-dev -y
clear
@rhoconlinux
rhoconlinux / suspender_bin
Created May 10, 2016 16:57
Suspender in Elementary OS
dbus-send --system --print-reply \
--dest="org.freedesktop.UPower" \
/org/freedesktop/UPower \
org.freedesktop.UPower.Suspend
@rhoconlinux
rhoconlinux / fix-gamma-y-eskb-INSTALLER
Last active April 20, 2016 11:35
fix-gamma-y-eskb-INSTALLER
wget https://gist.githubusercontent.com/rhoconlinux/a1f8a0efd2331ca9fc3c5df49c799e6d/raw/c6ead1cb9d3cce0eba8714ff2367e1347911c7b3/fix-gamma-eskb -O fix-gamma-eskb && sudo mv fix-gamma-eskb /usr/local/bin/ && sudo chmod +x /usr/local/bin/fix-gamma-eskb ; cd
@rhoconlinux
rhoconlinux / fix-gamma-eskb
Created April 20, 2016 11:32
fix-gamma-y-eskeyb en elementary
#!/bin/bash
xrandr --output eDP1 --gamma 1.55:1.40:1.0 --brightness 1.05
setxkbmap es
@rhoconlinux
rhoconlinux / playonlinux-Microsoft Word 2010.desktop
Last active August 3, 2017 16:01
playonlinux-Microsoft Word 2010.desktop fix acentos
[Desktop Entry]
Encoding=UTF-8
Name=Microsoft Word 2010
Comment=PlayOnLinux
Type=Application
Exec=env XMODIFIERS='' playonlinux --run "Microsoft Word 2010" %F
Icon=playonlinux-word2010
Name[fr_FR]=Microsoft Word 2010
StartupWMClass=WINWORD.EXE
Categories=Office;WordProcessor;
@rhoconlinux
rhoconlinux / go-for-it-config-INSTALLER
Last active March 26, 2016 15:37
go for it config installer
wget https://gist.githubusercontent.com/rhoconlinux/293e811fb5b0c35f2882/raw/684dfbb904cd6ec30db3ca92fb53816e5347752a/go-for-it.conf && mv ~/.config
@rhoconlinux
rhoconlinux / go-for-it.conf
Created March 26, 2016 15:35
go for it config after download
[Todo.txt]
location=/home/rhoconlinux/Dropbox/todo
[Interface]
win_x=475
win_y=74
win_width=416
win_height=650
@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
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 / 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