This file contains 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 | |
#uninstall previous staff | |
clear | |
echo "Installing *Show Your Desktop*..." | |
sleep 1 | |
cd | |
sudo rm -f /usr/share/icons/resources/show-your-desktop.svg ; | |
sudo rm -f /usr/share/icons/hicolor/scalable/show-your-desktop.svg ; |
This file contains 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] | |
Type=Application | |
Exec=gnome-sound | |
Hidden=false | |
NoDisplay=false | |
X-GNOME-Autostart-enabled=false | |
Name=gnome-sound | |
Comment[es_ES]= | |
Comment= | |
Icon=gnome-settings-sound |
This file contains 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 | |
#SOURCE:https://gist.github.com/pcworld/3198763 | |
# spotify-automute-simple | |
# - automatically mute Spotify when ad comes on and loop short track | |
# - automatically switch back to Spotify when ad over | |
# Settings |
This file contains 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 | |
clear; | |
echo "Checkeando Instalaciones Previas e Instalando dependencias..." | |
rm -R $HOME/.hiphop-install/ ; | |
rm -R /tmp/.hiphop-install/ ; | |
sudo rm /usr/share/applications/hiphop.desktop; | |
sudo rm /usr/bin/hiphop; | |
sudo rm /usr/share/icons/hiphop.svg; | |
clear; |
This file contains 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 | |
clear; | |
echo "Checkeando Instalaciones Previas e Instalando dependencias..." | |
rm -R $HOME/.hiphop-install/ ; | |
rm -R /tmp/.hiphop-install/ ; | |
sudo rm /usr/share/applications/hiphop.desktop; | |
sudo rm /usr/bin/hiphop; | |
sudo rm /usr/share/icons/hiphop.svg; | |
clear; |
This file contains 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] | |
Type=Application | |
Name=generico | |
Exec=generico | |
Hidden=false | |
NoDisplay=false | |
X-GNOME-Autostart-enabled=false | |
Comment= | |
Icon=generico | |
StartupNotify=true |
This file contains 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 | |
clear; | |
echo "Checkeando Instalaciones Previas e Instalando dependencias..." | |
rm -R $HOME/.installer-atraci/ ; | |
clear; | |
rm -R /tmp/.installer-atraci/ ; | |
clear; | |
echo "Eliminando instalaciones de Atraci en el sistema" | |
sudo rm /usr/share/applications/atraci.desktop; | |
sudo rm /usr/bin/atraci; |
This file contains 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 | |
clear; | |
echo "Checkeando Instalaciones Previas e Instalando dependencias..." | |
rm -R $HOME/.installer-atraci/ ; | |
clear; | |
rm -R /tmp/.installer-atraci/ ; | |
clear; | |
echo "Eliminando instalaciones de Atraci en el sistema" | |
sudo rm /usr/share/applications/atraci.desktop; | |
sudo rm /usr/bin/atraci; |
This file contains 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
#!/usr/bin/env xdg-open | |
[Desktop Entry] | |
Version=1.0 | |
Type=Application | |
Terminal=false | |
Icon[es_ES]=preferences-color | |
Name[es_ES]=color-picker | |
Exec=color-picker | |
Name=color-picker | |
Icon=preferences-color |
This file contains 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 | |
curl -s --url http://ur1.ca/ -d longurl="$1" | sed -n -e '/Your ur1/!d;s/.*<a href="\(.*\)">.*$/\1/;p' | |
OlderNewer