Skip to content

Instantly share code, notes, and snippets.

@cooked
cooked / disable_xfce_error_sound.md
Last active May 22, 2025 11:41
Disable the bell error sound on Linux XFCE desktop (e.g. when pressing backspace at the beginning of the line)
@cooked
cooked / buildroot_make.strace
Created November 28, 2018 16:45
Buildroot on WSL error
107 execve("/usr/bin/make", ["make"], [/* 14 vars */]) = 0
107 brk(NULL) = 0x7fffc74a3000
107 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
107 mmap(NULL, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f92f6e60000
107 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
107 open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
107 fstat(3, {st_mode=S_IFREG|0644, st_size=23320, ...}) = 0
107 mmap(NULL, 23320, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f92f6e6a000
107 close(3) = 0
107 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)