Skip to content

Instantly share code, notes, and snippets.

View MartijnBraam's full-sized avatar

Martijn Braam MartijnBraam

View GitHub Profile
(*) Direct/Thread: Started 'SigHandler' (1519) [CRITICAL - OTHER/0] <85296>...
~~~~~~~~~~~~~~~~~~~~~~~~~| DirectFB 1.7.7 |~~~~~~~~~~~~~~~~~~~~~~~~~~
(c) 2012-2015 DirectFB integrated media GmbH
(c) 2001-2015 The world wide DirectFB Open Source Community
(c) 2000-2004 Convergence (integrated media) GmbH
----------------------------------------------------------------
(*) DirectFB/Core: Single Application Core. (2017-10-03 12:19)
(*) Direct/Memcpy: Using armasm_memcpy()
/interface vlan
add interface=ether1 name=vlan-uplink-internet vlan-id=6
/ppp profile
set 0 change-tcp-mss=yes name=default only-one=default use-compression=default use-encryption=default use-mlps=default use-vj-compression=default
/interface pppoe-client
add add-default-route=yes allow=pap,mschap2 dial-on-demand=no disabled=no interface=vlan-uplink-internet keepalive-timeout=20 max-mru=1480 max-mtu=1480 mrru=disabled name=pppoe-internet password=kpn profile=default use-peer-dns=no user=XX-XX-XX-XX-XX-XX@direct-adsl
/ip firewall nat
# i3status configuration file.
# see "man i3status" for documentation.
# It is important that this file is edited as UTF-8.
# The following line should contain a sharp s:
# ß
# If the above line is not correctly displayed, fix your editor first!
general {
colors = true
font pango:monospace 8
new_window 1pixel
mode "command" {
bindsym t exec i3-sensible-terminal; mode "default"
bindsym d exec dmenu_run; mode "default"
bindsym q mode "default"
bindsym k kill; mode "default"
bindsym b exec netsurf
# i3 config file (v4)
#
# Please see https://i3wm.org/docs/userguide.html for a complete reference!
#
# This config file uses keycodes (bindsym) and was written for the QWERTY
# layout.
#
# To get a config file with the same key positions, but for your current
# layout, use the i3-config-wizard
#
{
"brixit.nl": [{
"id": 1,
"name": "brixit.nl",
"type": "A",
"ttl": 3600,
"address": "127.0.0.1"
}, {
"id": 2,
"name": "brixit.nl",
@MartijnBraam
MartijnBraam / diffconfig.py
Created January 17, 2018 13:29
Tool to diff kernel configs
def parse_config(raw):
result = {}
for line in raw.splitlines():
if line.startswith("#"):
continue
if line.strip() == "":
continue
key, value = line.split("=", maxsplit=1)
result[key] = value
welcome to hammerhead bootloader
[10] Power on reason 91
[10] DDR: hynix
[110] Loaded IMGDATA at 0x11000000
[110] Display Init: Start
[190] MDP GDSC already enabled
[190] bpp 24
[230] Config MIPI_CMD_PANEL.
Could not load theme "default"
org.kde.kwindowsystem: Loaded plugin "/usr/lib/qt5/plugins/kf5/org.kde.kwindowsystem.platforms/KF5WindowSystemWaylandPlugin.so" for platform "wayland"
Could not load theme "default"
kpluginindex: Not cached "/home/martijn/.local/share/plasma/plasmoids/"
kpluginindex: Not cached "/usr/local/share/plasma/plasmoids/"
kpluginindex: Not cached "/usr/share/plasma/plasmoids/"
Could not load theme "default"
kpluginindex: Not cached "/home/martijn/.local/share/plasma/layout-templates/"
kpluginindex: Not cached "/usr/local/share/plasma/layout-templates/"
kpluginindex: Not cached "/usr/share/plasma/layout-templates/"
(*) Direct/Thread: Started 'SigHandler' (11369) [CRITICAL - OTHER/0] <85316>...
~~~~~~~~~~~~~~~~~~~~~~~~~| DirectFB 1.7.7 |~~~~~~~~~~~~~~~~~~~~~~~~~~
(c) 2012-2015 DirectFB integrated media GmbH
(c) 2001-2015 The world wide DirectFB Open Source Community
(c) 2000-2004 Convergence (integrated media) GmbH
----------------------------------------------------------------
(*) DirectFB/Core: Single Application Core. (2017-09-08 21:33)
(*) Direct/Memcpy: Using armasm_memcpy()