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 | |
| 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 |
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 | |
| ############## 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 |
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
| #dropbox fix-icon | |
| git clone https://github.com/zant95/elementary-dropbox /tmp/elementary-dropbox ; bash /tmp/elementary-dropbox/install.sh -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
| #!/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 | |
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] | |
| 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 |
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 | |
| #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 |
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 | |
| genymotion-player --vm-name muleto |
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 | |
| genymotion-player --vm-name dragonero | |
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 | |
| genymotion-player --vm-name rho | |
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 | |
| genymotion-player --vm-name rhoconlinux |