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
--type-set=haml=.haml | |
--type-set=slim=.slim | |
--type-add=html=.haml,.slim | |
--type-set=sass=.sass,.scss | |
--type-add=css=.sass,.scss | |
--type-set=coffee=.coffee | |
--type-add=js=.js.erb,.coffee |
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
# using vi mode keys | |
setw -g mode-keys vi | |
# color settings | |
set -g default-terminal "screen-256color" | |
set -g pane-active-border-fg yellow | |
unbind q | |
bind q kill-window |
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
Delivery to the following recipient failed permanently: | |
[email protected] | |
Technical details of permanent failure: | |
Google tried to deliver your message, but it was rejected by the server for the recipient domain airbrake.io by mxa.mailgun.org. [198.61.253.48]. | |
The error that the other server returned was: | |
550 5.1.0 Recipient rejected: <[email protected]> |
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 | |
DBUSER=root | |
DBPASS=deinrootpasswort | |
DUMPDIR=./DatabaseDumps | |
DUMPDATE=$(date '+%Y-%m-%d') | |
if [ ! -d $DUMPDIR ] ; then | |
mkdir $DUMPDIR | |
fi |
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
hallo welt |
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
require 'net/ftp' | |
require 'uri' | |
ftp_hosts_hq = %w( | |
ftp://ftp.halifax.rwth-aachen.de/CCC/27C3/mp4-h264-HQ/ | |
ftp://mirror.fem-net.de/CCC/27C3/mp4-h264-HQ/ | |
ftp://ftp.selfnet.de/CCC/27C3/mp4-h264-HQ/ | |
ftp://ftp.uni-kl.de/CCC/27C3/mp4-h264-HQ/ | |
) |
NewerOlder