-
Travis Account erstellen bzw. Github Account zulassen
-
Github Access Token erstellen
"Access public repositories" genügt als Permission
- Access Token verschlüsseln, auf dem Client
# on macosx
| # KBFS todo post-install (#24764) | |
| mkdir -p "$HOME/FUSE/kbfs" | |
| keybase config set mountdir "$HOME/FUSE/kbfs" | |
| sudo touch /etc/keybase/config.json | |
| sudo -e /etc/keybase/config.json | |
| # Copy/paste below config | |
| { | |
| "disable-root-redirector" : true |
| { | |
| "version": "v1.0", | |
| "license": "BSD 2-Clause", | |
| "url": "https://github.com/nmaier/simpleDLNA/releases/download/v1.0/simpledlna-1.0.msi", | |
| "homepage": "http://nmaier.github.io/simpleDLNA/", | |
| "hash": "b079dbad0719f678c1b01a302f26e2d7c6267a5c36d91795e2926d994619ccef", | |
| "bin": "sdlna.exe" | |
| } |
| 'echo' +"'\ | |
| @ goto dos \ | |
| [exit[if {[lsearch -exact [package names] Expect]>=0} {puts expect\ [\ | |
| package require Expect]\ (Tcl\ [info patchlevel])} elseif {[lsearch -exact [\ | |
| package names] Tk]>=0} {puts wish\ (Tcl\ [info patchlevel],\ Tk\ [package \ | |
| require Tk])} else {puts tcl\ [info patchlevel]}]]' >/dev/null ' {\">/dev/null \ | |
| ">"/dev/null" +"\'";q='''=.q,';q=%[\" | |
| echo ">/dev/null;status=0;@ {status=1};*=(" '$' ");~ $status 1&&{e='"\ | |
| "';eval catch $2 ^'&version {eval ''echo <='^ $2 ^'&version''}';exit};e='"\ | |
| "';if (eval '{let ''a^~a''} >[2] /dev/null'){e='"\ |
| <div id="wrapper"> | |
| <canvas id="chart"></canvas> | |
| </div> |
| #!/usr/bin/env bash | |
| JDKS_DIR="/Library/Java/JavaVirtualMachines" | |
| JDKS=( $(ls ${JDKS_DIR}) ) | |
| JDKS_STATES=() | |
| # Map state of JDK | |
| for (( i = 0; i < ${#JDKS[@]}; i++ )); do | |
| if [[ -f "${JDKS_DIR}/${JDKS[$i]}/Contents/Info.plist" ]]; then | |
| JDKS_STATES[${i}]=enable |
| /* Compile: gcc -o nsschk nsschk.c -ldl */ | |
| /* Blog/info: http://tiny.cc/mozbigsig */ | |
| #include <stdio.h> | |
| #include <stdlib.h> | |
| #include <dlfcn.h> | |
| void bail(char *msg) { | |
| fprintf(stderr,"%s\n",msg); | |
| exit(1); |
| # Original blog post https://randomnerdtutorials.com/video-streaming-with-raspberry-pi-camera/ | |
| # Why Legacy? https://www.raspberrypi.com/news/bullseye-camera-system/ | |
| # Alternative https://www.tomshardware.com/how-to/stream-live-video-raspberry-pi | |
| # See also https://github.com/jacksonliam/mjpg-streamer | |
| ############################################################################################## | |
| # Web streaming example | |
| # Source code from the official PiCamera package | |
| # http://picamera.readthedocs.io/en/latest/recipes2.html#web-streaming | |
| import io |
| #!/usr/bin/env bash | |
| # | |
| # Author: Markus (MawKKe) ekkwam@gmail.com | |
| # Date: 2018-03-19 | |
| # | |
| # | |
| # What? | |
| # | |
| # Linux dm-crypt + dm-integrity + dm-raid (RAID1) | |
| # |
Travis Account erstellen bzw. Github Account zulassen
Github Access Token erstellen
"Access public repositories" genügt als Permission
# on macosx
| smartctl 7.2 2021-01-17 r5171 [x86_64-linux-5.10.18-200.fc33.x86_64] (local build) | |
| Copyright (C) 2002-20, Bruce Allen, Christian Franke, www.smartmontools.org | |
| === START OF INFORMATION SECTION === | |
| Model Family: Seagate Archive HDD (SMR) | |
| Device Model: ST8000AS0002-1NA17Z | |
| Serial Number: Z8403AYG | |
| LU WWN Device Id: 5 000c50 07b1008d0 | |
| Firmware Version: AR13 | |
| User Capacity: 8,001,563,222,016 bytes [8.00 TB] |