Skip to content

Instantly share code, notes, and snippets.

@rhoconlinux
rhoconlinux / ion-dropbox.sh
Last active July 25, 2017 15:44
dropbox limitado
#!/bin/bash
ionice -c 2 -n 1 dropbox start -i
cpulimit -b -e dropbox -l 3
for j in `ps aux | grep -i dropbox | awk {'print $2'}`; do cpulimit -l 3 -p $j & done &
#paste in /usr/local/bin/ion-dropbox
#ionice -c 2 -n 7 /System/Applications/komorebi
#cpulimit -b -e /System/Applications/komorebi -l 1
@rhoconlinux
rhoconlinux / 1604_installer_gnome_v1.sh
Last active December 15, 2016 09:56
1604 installer gnome v1
#!/bin/bash
############## Fixes & Upgrade
xrandr --output eDP1 --gamma 1.35:1.15:0.55 --brightness 1.05;
touch fix-xrandr ; echo "xrandr --output eDP1 --gamma 1.35:1.15:0.55 --brightness 1.05" > fix-xrandr ; sudo mv fix-xrandr /usr/bin ; sudo chmod +x /usr/bin/fix-xrandr;
touch freem ; echo "free -m ; sudo sync ; sudo sysctl -w vm.drop_caches=3 ; free -m" > freem ; sudo mv freem /usr/bin ; sudo chmod +x /usr/bin/freem ;
touch trim ; echo "sudo fstrim -v /" > trim ; sudo mv trim /usr/local/bin ; sudo chmod +x /usr/local/bin/trim ;
#color picker
@rhoconlinux
rhoconlinux / instaladores_loki_1604
Last active October 6, 2016 15:45
instaladores loki 1604
#dropbox fix-icon
git clone https://github.com/zant95/elementary-dropbox /tmp/elementary-dropbox ; bash /tmp/elementary-dropbox/install.sh -y
@rhoconlinux
rhoconlinux / installer-gisto-desktop-icon.sh
Last active June 4, 2016 01:38
installer-gisto-desktop-icon
#!/bin/bash
wget https://gist.githubusercontent.com/rhoconlinux/9bebb2190a63dc48154f2d045beaa2a7/raw/f5ba185e818275ec964bf48c6c03c28adf9ea491/gisto.desktop ; sudo mv /usr/share/applications/gisto.desktop /usr/share/applications/gisto-default.desktop ; sudo mv gisto.desktop /usr/share/applications/gisto.desktop ; sudo chmod +x /usr/share/applications/gisto.desktop
@rhoconlinux
rhoconlinux / gisto.desktop
Last active June 4, 2016 01:17
gisto desktop para icono
[Desktop Entry]
Name=Gisto
GenericName=Gisto
Comment=Browse, manage, create, tag, delete gist snippets
Exec=/usr/bin/gisto
Terminal=false
Icon=gisto
Type=Application
Categories=Network;Devel;
Version=0.2.6b
@rhoconlinux
rhoconlinux / genymotion-bin-installer.sh
Last active August 1, 2016 01:39
Genymotion VM bin launchers
#!/bin/bash
#muleto
#wget https://gist.githubusercontent.com/rhoconlinux/049e6f6314d75d23003321b65775d20d/raw/a8b68d9b8413b993e6632b17479d59943f2676fe/genymotion-muleto.sh ; sudo mv genymotion-muleto.sh /usr/local/bin ; sudo chmod +x /usr/local/bin/genymotion-muleto
sudo ln -s ~/.installer-genymotion/genymotion/player /usr/bin/genymotion-player ; sudo chmod +x /usr/bin/genymotion-player
sudo rm -f /usr/local/bin/genymotion-muleto; sudo rm -f /usr/local/bin/genymotion-rho; sudo rm -f /usr/local/bin/genymotion-rhocon; sudo rm -f /usr/local/bin/genymotion-dragonero;
wget https://gist.githubusercontent.com/rhoconlinux/049e6f6314d75d23003321b65775d20d/raw/e66590da9595ad3212b4df0e559701f5e78d048b/genymotion-muleto.sh ; sudo mv genymotion-muleto.sh /usr/local/bin ; sudo mv /usr/local/bin/genymotion-muleto.sh /usr/local/bin/genymotion-muleto ; sudo chmod +x /usr/local/bin/genymotion-muleto
@rhoconlinux
rhoconlinux / genymotion-muleto.sh
Last active August 1, 2016 01:30
genymotion muleto VM
#!/bin/bash
genymotion-player --vm-name muleto
@rhoconlinux
rhoconlinux / genymotion-dragonero.sh
Last active August 1, 2016 01:31
genymotion drago VM
#!/bin/bash
genymotion-player --vm-name dragonero
@rhoconlinux
rhoconlinux / genymotion-rho.sh
Last active August 1, 2016 01:29
genymotion rho VM
#!/bin/bash
genymotion-player --vm-name rho
@rhoconlinux
rhoconlinux / genymotion-rhocon.sh
Last active August 1, 2016 01:32
genymotion rhocon VM
#!/bin/bash
genymotion-player --vm-name rhoconlinux