SEStefan Eletzhoferinseletz.hashnode.dev·Jan 8, 2023 · 1 min readHow to change the UNIX Birth Time of a fileNote that ctimeis NOT the Creation Time, but the Change Time. The Creation Time is really called the Birth Time. Not all filesystems store the birth time. POSIX only mandates to store ctime, mtime and atime. Some filesystems do store the btime, see a...00
SEStefan Eletzhoferinseletz.hashnode.dev·Jan 8, 2023 · 1 min readVTerm in DOOM EmacsVTerm won't work OOTB on my emacs 28 with byte compilation, presumably because the compilation of the emacs-vterm module is hacked around in the doom VTerm module. Emacs complains that It can't find the VTerm module. So we need to build that module m...00