• Increase font size
  • Default font size
  • Decrease font size

Linux Commands

Display packages not installed via official RHN subscribed repos

 Show all packages not available via subscribed channels or repositories i.e show packages installed via other repos:

# yum list extras
Sample output:

Loading "installonlyn" pluginLoading "security" pluginSetting up repositoriesReading repository metadata in from local filesExtra PackagesDenyHosts.noarch 2.6-python2.4 installedVMwareTools.i386 6532-44356 installedjohn.i386 1.7.0.2-3.el5.rf...

 

Linux Kernel Threads in Device Drivers

From: http://www.scs.ch/~frey/linux/kernelthreads.html

This examples shows how to create and stop a kernel thread.

The driver is implemented as a loadable module. In the init_module() routine five kernel threads are created. This kernel threads sleep one second, wake up, print a message and fall asleep again. On unload of the module (cleanup_module), the kernel threads are killed.
The example has been tested with Linux kernel 2.4.2 on Intel (uni processor only) and Alpha platform (COMPAQ...

 
  • «
  •  Start 
  •  Prev 
  •  1 
  •  2 
  •  3 
  •  4 
  •  5 
  •  Next 
  •  End 
  • »
Page 1 of 5