Skip to content
Archive of entries posted on 24th January 2010

statifier — Dynamic to Static

Homepage of statifier. Statifier create from dynamically linked executables and all it\’s libraries one file. This file can be copied and run on another machine without need to drag all it\’s libraries. Dynamically linked executables are smaller then statically linked. From the other side dynamically linked executables use shared libraries compiled in PIC (position independend [...]

Short Information about loaded kernel modules

There are couple of ways you can find the information on the loadable kernel modules. All these would always involve calling lsmod to get the loaded kernel modules and then calling modinfo to get the info on the loaded modules. I will show you with examples: $ lsmod Module                  Size  Used by cdc_acm                19616  0 [...]

Seders\’s grab bag – Tutorials

http://sed.sourceforge.net/grabbag/tutorials/ seder\’s grab bag scripts tutorials seders ssed links Intros Advanced Miscellaneous Sed Tutorials If you have written anything about sed – whether an introduction, how sed got you out of a real-life situation, or perhaps an advanced technique you\’ve discovered – you may like have your work published here. Your contribution will be very [...]