Skip to content

Instantly share code, notes, and snippets.

~ $ dmesg
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd030]
[ 0.000000] Linux version 5.11.0-rc5-postmarketos-qcom-msm8916 (pmos@build) (aarch64-alpine-linux-musl-gcc (Alpine 10.2.1_pre1) 10.2.1 20201203, GNU ld (GNU Binutils) 2.35.1) #1 SMP PREEMPT Wed Jan 27 10:03:11 UTC 2021
[ 0.000000] Machine model: Motorola Moto G4 Play (harpia)
[ 0.000000] earlycon: msm_serial_dm0 at MMIO 0x00000000078af000 (options '')
[ 0.000000] printk: bootconsole [msm_serial_dm0] enabled
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000080000000-0x00000000bfffffff]
[ 0.000000] DMA32 empty
[ 0.000000] Normal empty
@MarcusE1W
MarcusE1W / nncli.log
Created August 27, 2018 15:36
Log file for nncli
2018-08-27 02:25:38,621 [DEBUG] nncli logging initialized
2018-08-27 02:25:39,636 [DEBUG] Sync worker: started
2018-08-27 02:25:39,637 [DEBUG] Starting full sync
2018-08-27 02:25:39,637 [DEBUG] REQUEST: https://user:****@blackberry.dedyn.io/nextcloud/index.php/apps/notes/api/v0.2/notes?exclude=content
2018-08-27 02:25:39,640 [ERROR] request error
Traceback (most recent call last):
File "/usr/lib/python3.7/site-packages/requests/models.py", line 375, in prepare_url
scheme, auth, host, port, path, query, fragment = parse_url(url)
File "/usr/lib/python3.7/site-packages/urllib3/util/url.py", line 199, in parse_url
raise LocationParseError(url)
@MarcusE1W
MarcusE1W / trizen.1
Created February 19, 2018 22:09
man page for trizen
.\" Automatically generated by Pandoc 2.1.1
.\"
.TH "" "" "" "" ""
.hy
.SH trizen
.PP
trizen is a lightweight wrapper for AUR, written in Perl.
.PP
Main features include:
.IP \[bu] 2

Keybase proof

I hereby claim:

  • I am marcuse1w on github.
  • I am marcuse1w (https://keybase.io/marcuse1w) on keybase.
  • I have a public key ASCHZPadflnZBxlqSif4Uy4--m-yTPkDancXcSpnnY9LPwo

To claim this, I am signing this object:

@MarcusE1W
MarcusE1W / supplemental.kmap
Created September 13, 2017 21:33
Linux console key mapping for micro
# The following is a map with supplemental key mappings for the linux console.
# Using these mappings will allow distinction between key presses for several
# keys with and without control and shift modifiers.
# These mappings can be loaded with the loadkeys(1) program. Simply run
# loadkeys supplemental.kmap
# as root to add these mappings to your console. How to make these changes
# permanent depends on your distribution. There are also two ways to make these
# changes permanent: create a keymap which contains this file, or add a job
# which is run on startup and executes the above loadkeys command.