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 | |
# This tool turns command line arguments into full featured JSON documents | |
# author: Hendrik Bergunde <[email protected]> https://gist.github.com/hendrikb/ | |
# Call jsonify --help for help | |
# Put this script somewhere into your $PATH variable to access it from anywhere | |
# Thanks for using this script - I love you all. |
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
! Xmodmap mapping for Macintosh Apple US Keyboards | |
! Very useful if You want to use an Apple keyboard on your Ubuntu PC. | |
! It turns (Mac's) CMD to (PC's) ALT and (Mac's) ALT to (PC's/Ubuntu's) SUPER key | |
! -- so it kind of behaves like a regular PC keyboard -- | |
! and enable German Umlauts when pressing right CMD + u/a/o/s | |
! Put these lines into your ~/.Xmodmap and call xmodmap ~/.Xmodmap to change your keyboard layout | |
! clean most of the modifiers |
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
egrep --color '[a-z0-9!#$%&*+-/=?^_`{|}~\._+-]+@' list_of_email_addresses |