Skip to content

Instantly share code, notes, and snippets.

View SuddenGunter's full-sized avatar
🐧

Artem K SuddenGunter

🐧
View GitHub Profile
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@SuddenGunter
SuddenGunter / glxinfo
Created August 26, 2020 15:59
my home glxinfo
name of display: :0
display: :0 screen: 0
direct rendering: Yes
server glx vendor string: NVIDIA Corporation
server glx version string: 1.4
server glx extensions:
GLX_ARB_context_flush_control, GLX_ARB_create_context,
GLX_ARB_create_context_no_error, GLX_ARB_create_context_profile,
GLX_ARB_create_context_robustness, GLX_ARB_fbconfig_float,
GLX_ARB_multisample, GLX_EXT_buffer_age,
[marthoc/deconz] Starting deCONZ...
[marthoc/deconz] Current deCONZ version: 2.05.77
[marthoc/deconz] Web UI port: 80
[marthoc/deconz] Websockets port: 8443
[marthoc/deconz] VNC Disabled
libpng warning: iCCP: known incorrect sRGB profile
16:04:27:242 HTTP Server listen on address 0.0.0.0, port: 80, root: /usr/share/deCONZ/webapp/
16:04:27:252 CTRL. 3.16.216:04:27:591 dev /dev/ttyAMA0
16:04:27:591 COM: /dev/ttyACM0 / serialno:
16:04:27:591 COM: --dev: /dev/ttyACM0 (ConBee II)
version: "3"
services:
deconz:
container_name: deconz
image: marthoc/deconz:aarch64-2.05.77
ports:
- "8442:80/tcp"
- "8443:8443/tcp"
environment:
URxvt.perl-ext-common: default,matcher,font-size
URxvt.matcher.button: 1
URxvt.urlLauncher: /usr/bin/xdg-open
URxvt*termName: rxvt-unicode-256color
URxvt.font: xft:Hack-Regular:pixelsize=18
URxvt*scrollBar: false
!URxvt.keysym.C-BackSpace: \033[33~
#!/bin/sh
userresources=$HOME/.Xresources
usermodmap=$HOME/.Xmodmap
sysresources=/etc/X11/xinit/.Xresources
sysmodmap=/etc/X11/xinit/.Xmodmap
# merge in defaults and keymaps
if [ -f $sysresources ]; then
type stringer(T) interface {
String() string
}
package main
import (
"fmt"
"time"
)
var c chan int
var done chan bool
logging:
driver: gelf
options:
gelf-address: "tcp://${GRAYLOG_IP}:12201"
tag: "_"
"Serilog": {
"MinimumLevel": {
"Default": "Verbose",
"Override": {
"System": "Information",
"Microsoft": "Warning"
}
},
"WriteTo": [
{