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 | |
| #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 |
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
| dbus-send --system --print-reply \ | |
| --dest="org.freedesktop.UPower" \ | |
| /org/freedesktop/UPower \ | |
| org.freedesktop.UPower.Suspend |
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/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 |
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 | |
| xrandr --output eDP1 --gamma 1.55:1.40:1.0 --brightness 1.05 | |
| setxkbmap es |
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] | |
| 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; |
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/293e811fb5b0c35f2882/raw/684dfbb904cd6ec30db3ca92fb53816e5347752a/go-for-it.conf && mv ~/.config |
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
| [Todo.txt] | |
| location=/home/rhoconlinux/Dropbox/todo | |
| [Interface] | |
| win_x=475 | |
| win_y=74 | |
| win_width=416 | |
| win_height=650 |
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 | |
| 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 |
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-add-repository ppa:strukturag/libde265 -y ; sudo apt-get update ; sudo apt-get install gstreamer0.10-libde265 gstreamer1.0-libde265 vlc-plugin-libde265 -y |
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/2a41e9ab5d990922bfcb/raw/fdadc3f0d8c18c81b47ae766831f3dde6ae4fc6d/fuerza-teclado-eses.desktop ; mv fuerza-teclado-eses.desktop ~/.config/autostart/ ; chmod +X ~/.config/autostart/fuerza-teclado-eses.desktop |