move dir fundamentals to basics
This commit is contained in:
12
basics/kernel.md
Normal file
12
basics/kernel.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# Living Space
|
||||
|
||||
Kernel modules live in lib/modules/$(uname -r)
|
||||
|
||||
Load them with
|
||||
|
||||
> sudo modprobe ath9k
|
||||
|
||||
Or remove one with
|
||||
|
||||
> sudo modprove uvcvideo
|
||||
|
Reference in New Issue
Block a user