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
| --- | |
| - hosts: | |
| all | |
| gather_facts: no | |
| vars: | |
| verbose: false | |
| log_dir: "log/dist-upgrade/{{ inventory_hostname }}" | |
| pre_tasks: | |
| - block: | |
| - setup: |
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
| [gallery columns="1" ids="257972,257974,257975,257976,257979,257980,257981,257982,257983,257984,257985,257986,257987,257988,257989,257990,257991,257992,257993,257994,257995,257996,257997,257998,257999,258000,258001,258002,258003,258004,258005,258006,258007,258008"] |
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 | |
| # Usage: python tt2srt.py source.xml output.srt | |
| # FROM: https://gist.github.com/adammw/915259 | |
| from xml.dom.minidom import parse | |
| import sys | |
| def fixTime(time): | |
| parts = time.split(':') | |
| frames = int(parts[3]) # 00..24 |
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
| AVAILABLE PLUGINS | |
| ----------------- | |
| FallbackScsvPlugin | |
| SessionResumptionPlugin | |
| HeartbleedPlugin | |
| OpenSslCipherSuitesPlugin |
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/python | |
| import os | |
| import sys | |
| import csv | |
| import datetime | |
| import time | |
| import twitter | |
| def test(): |
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 | |
| recipient_email="" | |
| recipient_gpg_pub_key="" | |
| sender_gpg_pub_key="" | |
| file="$(mktemp)" | |
| test -x /usr/share/logwatch/scripts/logwatch.pl || exit 0 | |
| /usr/sbin/logwatch --detail high > $file | |
| test -s $file || exit 1 |
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
| mod_statusbar.create{ | |
| screen=0, | |
| pos='bl', | |
| fullsize=false, | |
| systray=true, | |
| template="%date || %>load || E: %netmon_avgin/%netmon_avgout W: %iwinfo_signal %iwinfo_ssid || %exec_tlpbattery %exec_temp || %workspace_pager ||%weather_tempC C %weather_wind || %exec_sera %exec_chris %exec_google PWK: %exec_pwk WP: %exec_wp GAuth: %exec_ggl %systray_dock", | |
| } | |
| mod_statusbar.launch_statusd{ | |
| date={ |
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
| # This file is part of my tinytinyRSSinstallation | |
| # It is used by systemd under Debian Jessie | |
| # WorkingDirectory=/var/www/html/ttrss must be YOUR Installationpath without | |
| # ending slash / | |
| # | |
| # vim /lib/systemd/system/ttrss-update.service | |
| # systemctl enable ttrss-update.service | |
| # systemctl --system daemon-reload | |
| # systemctl start ttrss-update.service | |
| # systemctl status ttrss-update.service |
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
| * { | |
| -moz-user-select: -moz-none; | |
| margin: 0; | |
| padding: 0; | |
| text-decoration: none; | |
| } | |
| #content { | |
| overflow: hidden; | |
| color: #423E3E; | |
| background: repeat scroll 0 0 #f3f3f3; |
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
| startup_message off | |
| deflogin on | |
| vbell on | |
| vbell_msg " Wuff ---- Wuff!! " | |
| defscrollback 1024 | |
| bind ^k | |
| bind ^\ | |
| bind \\ quit | |
| bind K kill | |
| bind I login on |