My device: TL-WR741ND v4.25, Atheros AR9330 rev 1 (via /proc/cpuinfo)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- Logs begin at Thu 2016-12-29 11:15:46 CET, end at Thu 2018-05-24 20:32:21 CEST. -- | |
May 24 20:30:10 dione lightdm[1529]: pam_kwallet5(lightdm:session): pam_kwallet5: final socket path: /tmp/kwallet5_martin.socket | |
May 24 20:30:10 dione lightdm[1529]: pam_kwallet5(lightdm:session): pam_kwallet5-kwalletd: Couldn't listen in socket | |
May 24 20:30:10 dione lightdm[1529]: pam_kwallet5(lightdm:session): pam_kwallet5: Impossible to write walletKey to walletPipe | |
May 24 20:30:10 dione lightdm[1529]: pam_systemd(lightdm:session): Failed to create session: Access denied | |
May 24 20:30:10 dione lightdm[1529]: pam_unix(lightdm:session): session opened for user martin by (uid=1000) | |
May 24 20:30:10 dione lightdm[1529]: pam_lastlog(lightdm:session): unable to open /var/log/lastlog: Permission denied | |
May 24 20:30:10 dione lightdm[1529]: pam_lastlog(lightdm:session): unable to open /var/log/btmp: Permission denied | |
May 24 20:30:35 dione lightdm[1529]: Failed to open CK session: Timeout was reached | |
May 24 20:31:41 dione dbus-daemon |
This is a list of Firefox extensions, which no longer works since Firefox 57, and replacements I'm trying out.
VimFx -> Vimium_ for Firefox, available as Vimium-FF_
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*~ | |
*.swp | |
*.aux | |
*.log | |
*.dvi | |
*.svg |
This is an overview of books, podcasts, talks and other resources related to Ancient Rome whichi I found interesting and here I just want to list them for future reference.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# General | |
# | |
set send_charset = "us-ascii:utf-8" | |
set signature = "~/.mutt/sig" | |
set sort = threads | |
# Color scheme | |
source ~/.mutt/colors.foobar |
This is a collection of snippets, not a comprehensive guide. I suggest you start with Operational PGP.
Here is an incomplete list of things that are different from other approaches:
- I don't use keyservers. Ever.
- Yes, I use Gmail instead of some bespoke hipster freedom service
In [20]: for node in nodetree.traverse(lambda node: isinstance(node, nodes.title)):
print(node.line)
....:
6
11
In [21]: list(zip(range(1,100), docstring.split("\n")))
NewerOlder