Development Howto
From TLUGWiki
This will hopefully turn into a more thorough 'Development Howto' as time progresses. For now this is just a place to collect useful information on development.
Contents |
[edit] Tools
[edit] IDEs/Editors
[edit] Source Version Control
[edit] Misc. Development tools
- DevTodo - Console based TODO list manager
[edit] Code Snippets
- Obtaining your own IP address
- Userspace FIB Lookup
- Obtaining a stack trace in C upon SIGSEGV (Works for C++ too)
- colorstderr - illustrates the use of fork(2), pipe(2), dup2(3), execve(2), perror(3) and a few other obscure function calls. It also happens to be a remotely usefull application.
[edit] Kernel Development
- Linux Device Drivers, 3rd Edition: Official online version of the O'Reilly book by Jonathan Corbet, Alessandro Rubini, and Greg Kroah-Hartman.
- The Linux Kernel Module Programming Guide
- Linux Loadable Kernel Module HOWTO

