Skip to content

Instantly share code, notes, and snippets.

@biwhite
biwhite / gist:5fbd93681e018ffacd40a00f8d3ac8b3
Last active February 22, 2025 08:57
table of docker overlay sizes per container
docker inspect -f $'{{.Name}}\t{{.GraphDriver.Data.MergedDir}}' $(docker ps -aq) | \
while IFS=$'\t' read -r name where; \
do \
size=$(du -hs "$where" 2>/dev/null | awk '{print $1}'); \
echo -e "$name\t$where\t$size"; \
done | \
sort -h -k 3 | \
column -t
## /etc/salt/master
roster: file
roster_file: /etc/salt/roster
file_roots:
base:
- /srv/salt
[13760.597800] BTRFS warning (device sda2): sda2 checksum verify failed on 281167462400 wanted a62c6107 found 1581246f level 0
[13796.231995] BTRFS warning (device sda2): sda2 checksum verify failed on 505803915264 wanted 749e11cd found b6a27226 level 0
[13796.232056] BTRFS: error (device sda2) in btrfs_run_delayed_refs:2795: errno=-5 IO failure
[13796.232066] BTRFS info (device sda2): forced readonly
[13797.356123] systemd-journald[305]: /var/log/journal/298f803097dd4e13b3549aea3567142a/user-1000.journal: Journal file corrupted, rotating.
[13797.356235] systemd-journald[305]: Failed to rotate /var/log/journal/298f803097dd4e13b3549aea3567142a/system.journal: Read-only file system
[13797.356283] systemd-journald[305]: Failed to rotate /var/log/journal/298f803097dd4e13b3549aea3567142a/user-1000.journal: Read-only file system
[13797.376160] systemd-journald[305]: Failed to delete archived journal /var/log/journal/298f803097dd4e13b3549aea3567142a/[email protected]~: Read-only file s

Keybase proof

I hereby claim:

  • I am biwhite on github.
  • I am biwhite (https://keybase.io/biwhite) on keybase.
  • I have a public key ASD33ABRvbuHP-pD9IUjhN1W_JMbVMPwnyAlGS0tmQ2mggo

To claim this, I am signing this object:

    ~  grep -v '^#' .config/kitty/kitty.conf  ✔ 
font_family Fira Code Retina
italic_font Fira Mono
bold_font Fira Code
bold_italic_font Fira Mono
font_size 10.0
foreground #c0b18b
#!/bin/sh
# $0 volup
# $0 voldown
# make adjustment
# read new volume level
# set icon relevant to new volume
# send notification with con + level
# play ding
# $0 togglemute
# read whether currently muted
2019-02-28 15:58:50 - [sway/sway/main.c:153] Linux gatsby 4.20.12-arch1-1-ARCH #1 SMP PREEMPT Sat Feb 23 15:11:34 UTC 2019 x86_64 GNU/Linux
2019-02-28 15:58:50 - [sway/sway/main.c:169] Contents of /etc/lsb-release:
2019-02-28 15:58:50 - [sway/sway/main.c:153] LSB_VERSION=1.4
2019-02-28 15:58:50 - [sway/sway/main.c:153] DISTRIB_ID=Arch
2019-02-28 15:58:50 - [sway/sway/main.c:153] DISTRIB_RELEASE=rolling
2019-02-28 15:58:50 - [sway/sway/main.c:153] DISTRIB_DESCRIPTION="Arch Linux"
2019-02-28 15:58:50 - [sway/sway/main.c:169] Contents of /etc/os-release:
2019-02-28 15:58:50 - [sway/sway/main.c:153] NAME="Arch Linux"
2019-02-28 15:58:50 - [sway/sway/main.c:153] PRETTY_NAME="Arch Linux"
2019-02-28 15:58:50 - [sway/sway/main.c:153] ID=arch
ben@gatsby  ~  coredumpctl gdb  ✔  7433  16:13:03
PID: 23490 (sway)
UID: 1000 (ben)
GID: 1000 (ben)
Signal: 11 (SEGV)
Timestamp: Thu 2019-02-28 16:06:28 GMT (6min ago)
Command Line: sway
Executable: /usr/bin/sway
Control Group: /user.slice/user-1000.slice/session-9.scope
Unit: session-9.scope
# cat 10-monitor.conf
Section "Monitor"
Identifier "HDMI-1"
Option "Rotate" "Right"
Option "RightOf" "DP-1"
EndSection
Section "Monitor"
Identifier "DP-1"
root@301f822132f7:/tmp$ curl -v ftp://ftp.musicbrainz.org/pub/musicbrainz/data/fullexport/LATEST
* Trying 2600:3402:200:227::2...
* TCP_NODELAY set
* Connected to ftp.musicbrainz.org (2600:3402:200:227::2) port 21 (#0)
root@301f822132f7:/tmp/a$ curl -4 -v ftp://ftp.musicbrainz.org/pub/musicbrainz/data/fullexport/LATEST
* Trying 140.211.166.134...
* TCP_NODELAY set
* Connected to ftp.musicbrainz.org (140.211.166.134) port 21 (#0)