Mundetaka JupyterHub
週刊文春
北海é“・函館
天声人語・令和五年
©2023 yushei.net
§2023-10-01
Obtain Kernel Config from Currently Running Linux System
From the /proc Directory
zcat /proc/config.gz > filename.config
From the /boot Directory
cat /boot/config-$(uname -r) > filename.config
Return to Top