Skip to content

Instantly share code, notes, and snippets.

#/bin/bash
#by caio2k
sudo aptitude install xbindkeys xautomation
#xbindkeys --defaults > $HOME/.xbindkeysrc
#xev to verify the available keys in mouse
echo "\"xte 'keydown Control_L' 'key Page_Up' 'keyup Control_L'\"" > .xbindkeysrc
echo " b:11" >> .xbindkeysrc
echo "\"xte 'keydown Control_L' 'key Page_Down' 'keyup Control_L'\"" >> .xbindkeysrc
echo " b:12" >> .xbindkeysrc
#!/bin/sh
#
# You should define BINTRAY_ACCOUNT and BINTRAY_APIKEY here or from the outside
# BINTRAY_ACCOUNT is you Bintray account and BINTRAY_APIKEY, API Key generated under your Bintray profile
# Redefine following variables to match your own usage
RPMS_DIR=RPMS/noarch
BINTRAY_ACCOUNT=hgomez
BINTRAY_REPO=devops-incubator-rpm