Skip to content

Instantly share code, notes, and snippets.

@aiqc
aiqc / gist:96a906344d789ad5c8834ecf5b602b58
Created January 13, 2024 00:41
/var/crash/nvidia-dkms-390.0.crash
ProblemType: Package
DKMSBuildLog:
DKMS make.log for nvidia-390.157 for kernel 6.5.0-14-generic (x86_64)
Fri Jan 12 06:44:09 PM EST 2024
make[1]: Entering directory '/usr/src/linux-headers-6.5.0-14-generic'
make --no-print-directory -C /usr/src/linux-headers-6.5.0-14-generic \
-f /usr/src/linux-headers-6.5.0-14-generic/Makefile modules
make -f ./scripts/Makefile.build obj=/var/lib/dkms/nvidia/390.157/build need-builtin=1 need-modorder=1
# cmd_mod /var/lib/dkms/nvidia/390.157/build/nvidia.mod
printf '%s
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@aiqc
aiqc / .zshrc
Last active May 2, 2022 22:45
zsh_prompt.txt
# ========= PROMPT =========
# Version control information
autoload -Uz vcs_info
precmd() { vcs_info }
# Format the vcs_info_msg_0_ variable
zstyle ':vcs_info:git:*' formats ' %b '
# Render the prompt
setopt PROMPT_SUBST