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
#!/usr/bin/env python | |
# -*- coding:utf-8 -*- | |
# | |
""" convert vim outliner files to markdown """ | |
import sys | |
def count_indent(line): | |
"""count indentation level | |
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
ctrl_interface=/var/run/wpa-supplicant | |
ap_scan=1 | |
network={ | |
ssid="HIER_NETZWERK_NAMEN_EINTRAGEN" | |
scan_ssid=1 | |
proto=RSN | |
key_mgmt=WPA-PSK | |
pairwise=CCMP | |
group=TKMP | |
psk="HIERDASKENNWORTEINTRAGEN" |
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
deb http://de.archive.ubuntu.com/ubuntu/ raring main restricted universe multiverse | |
# deb-src http://de.archive.ubuntu.com/ubuntu/ raring main restricted universe multiverse | |
deb http://de.archive.ubuntu.com/ubuntu/ raring-updates main restricted universe multiverse | |
# deb-src http://de.archive.ubuntu.com/ubuntu/ raring-updates main restricted universe multiverse | |
deb http://de.archive.ubuntu.com/ubuntu/ raring-backports main restricted universe multiverse | |
# deb-src http://de.archive.ubuntu.com/ubuntu/ raring-backports main restricted universe multiverse | |
deb http://security.ubuntu.com/ubuntu raring-security main restricted universe multiverse |
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
# | |
# background = Background file to use, either an image path or a color (e.g. #772953) | |
# theme-name = GTK+ theme to use | |
# font-name = Font to use | |
# xft-antialias = Whether to antialias Xft fonts (true or false) | |
# xft-dpi = Resolution for Xft in dots per inch (e.g. 96) | |
# xft-hintstyle = What degree of hinting to use (hintnone, hintslight, hintmedium, or hintfull) | |
# xft-rgba = Type of subpixel antialiasing (none, rgb, bgr, vrgb or vbgr) | |
# show-language-selector (true or false) | |
# |
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 | |
# Configuration | |
# Backups will look like | |
# $BACKUPDEST/{calendar,contacts}_$CALENDAR_ID-$DATE.{vcf,ics} | |
DATE=`date +"%y-%m-%d_%H%M"` | |
BACKUPDEST=/some/path | |
# Enter your credentials here | |
HTTPUSER=florian |
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
VirtualBox VMs/ | |
.cache/ | |
.dbus/ | |
.gvfs/ | |
.local/share/gvfs-metadata/ | |
.local/share/Trash/ |
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
SHELL=/bin/sh | |
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin | |
1 5 user.daily nice run-parts --report /home/florian/.config/anacron/cron.daily | |
7 10 user.weekly nice run-parts --report /home/florian/.config/anacron/cron.weekly | |
30 30 user.monthly nice run-parts --report /home/florian/.config/anacron/cron.monthly |
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
/usr/sbin/anacron -t /home/florian/.config/anacron/anacrontab -S /home/florian/.config/anacron/spool/ &> /home/florian/.cache/anacron.log |
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
if [ ! "$TERM" == "screen" ] && [ "$SSH_TTY" != '' ]; then | |
screen -x -S sshscreen || screen -S sshscreen | |
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
[Desktop Entry] | |
Name=KeePass | |
GenericName=Passwortspeicher | |
Comment=Autostart KeePass with password from keyring | |
Exec=/home/florian/.bin/keepass.sh | |
Terminal=false | |
Type=Application | |
Icon=keepassx | |
Categories=Network;FileTransfer; | |
StartupNotify=false |
OlderNewer