Skip to content

Instantly share code, notes, and snippets.

Jun 28 22:48:04 raspi05 systemd[1]: Starting Docker Application Container Engine...
Jun 28 22:48:05 raspi05 dockerd[1926]: time="2020-06-28T22:48:04.999263573+01:00" level=info msg="Starting up"
Jun 28 22:48:05 raspi05 dockerd[1926]: time="2020-06-28T22:48:05.002466531+01:00" level=info msg="parsed scheme: \"unix\"" module=grpc
Jun 28 22:48:05 raspi05 dockerd[1926]: time="2020-06-28T22:48:05.002536438+01:00" level=info msg="scheme \"unix\" not registered, fallback to default scheme" module=grpc
Jun 28 22:48:05 raspi05 dockerd[1926]: time="2020-06-28T22:48:05.002605826+01:00" level=info msg="ccResolverWrapper: sending update to cc: {[{unix:///run/containerd/containerd.sock 0 <nil>}] <nil>}" module=grpc
Jun 28 22:48:05 raspi05 dockerd[1926]: time="2020-06-28T22:48:05.002872472+01:00" level=info msg="ClientConn switching balancer to \"pick_first\"" module=grpc
Jun 28 22:48:05 raspi05 dockerd[1926]: time="2020-06-28T22:48:05.006102004+01:00" level=info msg="parsed scheme: \"unix\"" module=grpc
Jun 28 22:48:05 ra
/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAMCAgICAgMCAgIDAwMDBAYEBAQEBAgGBgUGCQgKCgkICQkKDA8MCgsOCwkJDRENDg8QEBEQCgwSExIQEw8QEBD/2wBDAQMDAwQDBAgEBAgQCwkLEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBD/wgARCAHCAisDASIAAhEBAxEB/8QAHQAAAAcBAQEAAAAAAAAAAAAAAAECAwQFBgcICf/EABoBAAIDAQEAAAAAAAAAAAAAAAECAAMEBQb/2gAMAwEAAhADEAAAAeVsus3aER5LCvGbebVmkuIrLbiFhnEtP1XpMzDKUQDojd061bg8cL9a+Yg2cT7SBr8Xs+h+nSeLtX2LeOvI53WchryZugV6PYedLvr3mlpqGek36TjzOk6FJxZ7seXkwErrtA0x+I0FzaMved3xFYpsxVehtA41Qd186LM011G7x2cUr+2duU8C6BPwfTq2S4y+1Q+uM6A4G0SSTYWQ8GEASkNtwvBhUCqa0z9T8Naca8z1kMyGFdll5pXaQsUxpLqa9EpwhT00B4BmEvJNfpToXPe37fMteZPU3iwj295B9fZ4DjXXeYdxM+fH0A4J3sHB9Gg5Qjn+nqdLJvPK0zGmey3pGLE4B3PjPVGEXJW2dk9FeKvb/F5OVeiuHYnfX1b0NwfoXOtyBsvSdZ4t2nzG49C4OqtVOy5l0/DCdj8j+uPENo7YUGZ6fKtbItV4IIh8MCR8MoKy245GPKjugnQ3GboPF1Ic8x2WG1tKzaVBTGS8hLWTW3VbMVDfz9RxxlS2uNGgz0rusL2ff5AuGehfOJX0t4k9t8/B5r1vJ9Nk+cf0c4X3SHnPT+WdWK8S02B7BJc8W7bzqTp2T1XMJMXs4UwiioNBQ2D0D4i9zclU57Fo7N06+meOPVXCeZZrH8d1tZr/ADR6d8uWjb21Xa1nh3WNtHU9F8L+4PBTjcdS8/dn61N0
@tzhbami7
tzhbami7 / del_cluster.sh
Created April 7, 2019 22:48 — forked from ianchen06/del_cluster.sh
delete proxmox cluster
# source: https://forum.proxmox.com/threads/removing-deleting-a-created-cluster.18887/
#/bin/sh
# stop service
systemctl stop pvestatd.service
systemctl stop pvedaemon.service
systemctl stop pve-cluster.service
systemctl stop corosync
systemctl stop pve-cluster
# edit through sqlite, check, delete, verify
@tzhbami7
tzhbami7 / index.html
Created April 1, 2019 13:35
Unsupported Browser Page
<html>
<body class="unsupported">
<div class="grid-tools FullSite">
<div class="container">
<div class="container-wrapper">
<div class="container-full-column">
<div class="unsupported-browser">
<h1>Please upgrade your browser in order to use DSSI</h1>
<p>We built DSSI using the latest technology which improves the look of the site, increases the speed of the site, and gives you a better experience with new features and functions. Unfortunately, your browser does not support these technologies.</p>
@tzhbami7
tzhbami7 / online-net_systemd-network-configuration.md
Created March 2, 2019 13:21 — forked from jkhsjdhjs/online-net_systemd-network-configuration.md
online.net: systemd Network Configuration with (r)DNS

online.net: systemd Network Configuration with (r)DNS

Introduction

This document will guide you through the process of setting up your online.net network addresses, DNS servers and rDNS records. For IPv4 we will use systemd-networkd (part of systemd) and odhcp6c (OpenWrt embedded DHCPv6-client) together with iproute2 for IPv6. For DNS we'll use systemd-resolved.

systemd is the default init process on Arch Linux, Debian GNU/Linux, Fedora, Ubuntu and more. iproute2 is also preinstalled there. So, if you're using a distribution that uses systemd, this tutorial should work for you. If you're using Gentoo Linux first make sure that you're using systemd.

Table of Contents

<div id="app-4">
<ol>
<li v-for="todo in todos">
{{ todo.text }}
</li>
</ol>
</div>
var app4 = new Vue({
el: '#app-4',
data: {
@tzhbami7
tzhbami7 / install.bash
Last active December 17, 2017 13:19
mo-diff-home
#!/bin/bash
echo "This assumes that you are doing a green-field install. If you're not, please exit in the next 15 seconds."
sleep 15
echo "Continuing install, this will prompt you for your password if you're not already running as root and you didn't enable passwordless sudo. Please do not run me as root!"
if [[ `whoami` == "root" ]]; then
echo "You ran me as root! Do not run me as root!"
exit 1
fi
ROOT_SQL_PASS=$(cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 32 | head -n 1)
CURUSER=$(whoami)
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by cpuminer configure 1.0.4, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure
## --------- ##
## Platform. ##
<h3>Unterhaltsreinigung in Bürobereichen</h3>
<ul>
<li>Abstauben und reinigen der Bürotische und des Mobiliars</li>
<li>Leeren der Mülleimer und Altpapierbehälter</li>
<li>Reinigung der Bildschirme, Tastaturen und Rechner</li>
<li>Saugen der Teppichböden</li>
<li>Nasswischen der Hartbodenbeläge</li>
<li>Nachfüllen von Papier bei Drucker- und Faxgeräten</li>
</ul>