Register on the following services & make a gist with your OWN settings, have fun to collect!
- Papertrail
- Logentries
- Make a log dir, like /log on your MAIN host like:
mkdir /log && ln -f /var/log/syslog /log/syslog
| FROM node:latest | |
| RUN npm install -g statistik | |
| RUN echo "graph.foilo.de:8125" > ~/.statistik | |
| CMD ["--help"] | |
| ENTRYPOINT ["statistik"] |
| #!/usr/bin/perl | |
| # = CGminer.pm | |
| # | |
| # == Description | |
| # | |
| # Perl module to interface with the cgminer api | |
| # | |
| # == License | |
| # | |
| # "THE BEER-WARE LICENSE" (Revision 42-mrenz): |
| FROM ubuntu:14.10 | |
| RUN apt-get update | |
| RUN apt-get install wget python-support python-openssl python-wxgtk2.8 python-protobuf python-requests python-pyasn1 -y -f | |
| RUN wget http://de.archive.ubuntu.com/ubuntu/pool/universe/n/ndg-httpsclient/python-ndg-httpsclient_0.3.2-1_all.deb | |
| RUN dpkg -i python-ndg-httpsclient_0.3.2-1_all.deb | |
| RUN wget https://codingteam.net/project/googleplaydownloader/download/file/googleplaydownloader_1.4-1_all.deb | |
| RUN dpkg -i googleplaydownloader_1.4-1_all.deb |
Register on the following services & make a gist with your OWN settings, have fun to collect!
mkdir /log && ln -f /var/log/syslog /log/syslog| # -*- coding: utf-8 -*- | |
| import sys, time | |
| import urllib,os | |
| import xbmc,xbmcplugin,xbmcgui | |
| import urlparse, json | |
| import threading | |
| from resources.lib import mal | |
| from resources.lib import common |
| [ | |
| { | |
| "site" : "burning", | |
| "id" : "539" | |
| }, | |
| { | |
| "site" : "tube", | |
| "id" : "/anime-6.html" | |
| }, | |
| { |
| export PATH=/usr/bin:/usr/sbin:/usr/sfw/bin:/usr/sbin | |
| export PATH=/usr/bin:/usr/sbin:/usr/sfw/bin:/usr/sbin:/usr/sfw/bin | |
| zsh | |
| export PATH=/usr/bin:/usr/sbin:/usr/sfw/bin:/usr/sbin |
| #!/usr/bin/perl -w | |
| use JSON; | |
| use LWP::Simple; | |
| use Data::Dumper; | |
| my $mudb; | |
| my $home = "$ENV{'HOME'}"; | |
| my $mudbfile = $home."/.mudb.json"; |