Skip to content

Instantly share code, notes, and snippets.

@rhoconlinux
rhoconlinux / genymotion.desktop
Last active August 29, 2015 14:25
genymotion desktop launcher
[Desktop Entry]
Name=genymotion
GenericName=Genymotion
Comment=Genymotion Android VM
Icon=genymotion
Exec=genymotion
Terminal=false
Type=Application
Categories=System
Name[es_ES]=genymotion
@rhoconlinux
rhoconlinux / get-all-gists
Last active March 7, 2016 17:19
bajar todos los gists
https://api.github.com/users/rhoconlinux/gists
@rhoconlinux
rhoconlinux / jdownloader.desktop
Created July 23, 2015 15:47
jdownloader 2 desktop launcher
[Desktop Entry]
Name=jdownloader
GenericName=jdownloader
Comment=Jdownloader 2
Icon=jdownloader
Exec=jdownloader
Terminal=false
Type=Application
Categories=System
Name[es_ES]=jdownloader
@rhoconlinux
rhoconlinux / spss-launcher.sh
Last active March 7, 2016 17:18
spss bin/trigger
#!/bin/bash
/opt/IBM/SPSS/Statistics/21/bin/stats -singleseat -nologo
@rhoconlinux
rhoconlinux / spss.desktop
Last active March 7, 2016 17:18
spss.desktop
[Desktop Entry]
Name=SPSS
GenericName=SPSS
Comment=SPSS 21
Icon=spss
Exec=spss
Terminal=false
Type=Application
Categories=System
Name[es_ES]=SPSS
@rhoconlinux
rhoconlinux / com.ubuntu.desktop.pkla
Last active March 7, 2016 17:17
com.ubuntu.desktop.pkla para hibernate
[Enable hibernate by default in upower]
Identity=unix-user:*
Action=org.freedesktop.upower.hibernate
ResultActive=yes
[Enable hibernate by default in logind]
Identity=unix-user:*
Action=org.freedesktop.login1.hibernate;org.freedesktop.login1.handle-hibernate-key;org.freedesktop.login1;org.freedesktop.login1.hibernate-multiple-sessions;org.freedesktop.login1.hibernate-ignore-inhibit
ResultActive=yes
@rhoconlinux
rhoconlinux / enable-hibernate.sh
Last active March 7, 2016 17:17
enable-hibernate.sh-INSTALLER
#!/bin/bash
cd /tmp/
wget https://gist.githubusercontent.com/rhoconlinux/4dabbc8ef0ae7926e823/raw/b7468c08d49d1d6cf0c535f1e25843d6ddfad9ff/com.ubuntu.desktop.pkla -O com.ubuntu.desktop.pkla
sudo mkdir -p /etc/polkit-1/localauthority/10-vendor.d/
mv com.ubuntu.desktop.pkla /etc/polkit-1/localauthority/10-vendor.d/
cd
clear
echo "Hibernate installed. Now logout & login to set it as active."
@rhoconlinux
rhoconlinux / freem.sh
Created October 21, 2015 18:07
freem script
#!/bin/bash
clear
free -m
sudo sync && sudo sysctl -w vm.drop_caches=3
sudo swapoff -a
sudo swapon -a
sudo sync && sudo sysctl -w vm.drop_caches=3
free -m
sudo fstrim -v /
@rhoconlinux
rhoconlinux / ninja-apt-3.0.sh
Last active December 13, 2015 14:49
ninja-apt
#!/bin/bash
# Author: rhoconlinux, http://rhoconlinux.wordpress.com
# ------
# Credit for the spinner > Tasos Latsas https://github.com/tlatsas/bash-spinner
##########################spinner funcion starts
@rhoconlinux
rhoconlinux / dropbox-fix-tray-elementary-freya.sh
Last active March 7, 2016 17:15
dropbox-fix-tray-elementary-freya.sh
#!/bin/bash
sleep 5 ;
# stop it if it's running
dropbox stop &>/dev/null
killall dropbox ;
rm /.config/autostart/dropbox.desktop ;
# start it properly
DROPBOX_USE_LIBAPPINDICATOR=1 XDG_CURRENT_DESKTOP=Unity \