Python / Django
(Move to ...)
Home Page
Python Internals
JIT vs AOT
Kernel
User mode linux
Unix as IDE
Vim
Gdb
Software Design Patterns
Algorithms
Mercurial
Git
Popularity of programming languages
▼
May 21, 2012
Services, kernel modules
Use
service --status-all
to see what's running on your system, and
service service-name stop
to shut it down.
Use
lsmod
to see what kernel modules are loaded, and
rmmod module-name
to unload it.
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment