I hereby claim:
- I am guedressel on github.
- I am guedressel (https://keybase.io/guedressel) on keybase.
- I have a public key whose fingerprint is A283 E1EF 9F79 135C F85E 0A85 7D1A E15E 9E21 9A30
To claim this, I am signing this object:
<?php | |
// | |
// Basic Drupal settings.php | |
// (As I use it for development) | |
// | |
// | |
// Database settings |
#!/bin/bash | |
echo | |
echo | |
DEVS=($(cat /proc/net/dev | tail -n+3 | cut -d: -f1 | tr -d " ")) | |
for i in "${DEVS[@]}" |
#! /bin/sh | |
### BEGIN INIT INFO | |
# Provides: FastCGI server for graphite | |
# Required-Start: networking | |
# Required-Stop: networking | |
# Default-Start: 2 3 4 5 | |
# Default-Stop: S 0 1 6 | |
# Short-Description: Start/Stop FastCGI server of graphite-web package. | |
# Description: Grahpite-web is a Django webapp. Django has a built-in FastCGI server | |
# which is started/stopped by this init script. |
#!/bin/bash | |
# | |
# switch keyboardlayout of my external cherry keyboard to german layout | |
# | |
set -e | |
DEV_NAME="HID 046a:0023" | |
LAYOUT="at" |
#> zmaccts | grep '@' | awk -F" " '{print $1}' > /tmp/accounts | |
#> for account in $(< /tmp/accounts); do size=$(zmmailbox -z -m $account gms); echo $account $size; done |
<?php | |
/** | |
* Get font awesome file icon class for specific MIME Type | |
* @see https://gist.github.com/guedressel/0daa170c0fde65ce5551 | |
* | |
*/ | |
function font_awesome_file_icon_class( $mime_type ) { | |
// List of official MIME Types: http://www.iana.org/assignments/media-types/media-types.xhtml |
#!/bin/bash | |
# | |
# NINETEEN.SH | |
# This script allows you to install/update Enlightenment 19 git version on | |
# Ubuntu 14.04 LTS or Debian wheezy/sid, or remove E19 git from your system. | |
# Originally from: http://ubuntuforums.org/showthread.php?t=2203190 | |
# By: Philippe J. Guillaumie (batden AT sfr DOT fr). | |
# Additional updates by: Bryan Hundven (bryanhundven AT gmail DOT com). | |
# | |
# Tip: |
<?php | |
class Timer { | |
private $start = 0; | |
private $stop = 0; | |
function Timer( $start = TRUE ) { | |
if ( $start ) |
dn: cn=config | |
changetype: modify | |
# Security - TLS section | |
add: olcTLSCertificateFile | |
olcTLSCertificateFile: /path/cert_bundle.crt | |
- | |
add: olcTLSCertificateKeyFile | |
olcTLSCertificateKeyFile: /path/cert.rsa.key | |
- | |
add: olcTLSDHParamFile |
I hereby claim:
To claim this, I am signing this object: