UNIX Command $ls -l vmlinuz lrwxrwxrwx 1 root root 26 Dec 1 02:44 vmlinuz -> boot/vmlinuz-3.1.0-1-amd64 $ls -lL vmlinuz -rw-r–r– 1 root root 2725680 Nov 29 19:49 vmlinuz $ UNIX Explanation -L, –dereference when showing file information for a symbolic link, show information for the file the link references rather than for the link …
Category Archives: Uncategorized
stackable filesystems . Wrapfs filesystem .
Classroom. Wrapfs is a full-fledged stackable null-layer (or loopback) filesystem that simply passes all operations and objects (unmodified) between the VFS and the lower filesystem. Wrapfs itself, however, is not easy to write for one main reason; it has to treat the lower filesystem as if it were the VFS, while appearing to the real …
Continue reading “stackable filesystems . Wrapfs filesystem .”
http://people.csail.mit.edu/jrennie/
http://people.csail.mit.edu/jrennie/20Newsgroups/vocabulary.txt
The Linux Frame Buffer Device Subsystem
Paper. The Linux Frame Buffer Device Subsystem
Endianness .. Little endian .. Big endian.
Topic Endianness Explanation Endianess is the byte order of the number in the computer’s memory. The number can have any size of bits, bu the most common numbers used are 32 bits (4 bytes) and 16 bits (2 bytes). source : http://www.rapidtables.com/prog/endianess.htm Theory Drop In computing, the term endian or endianness refers to the ordering …
Continue reading “Endianness .. Little endian .. Big endian.”
ls ( -I option ) do not list implied entries matching shell PATTERN
UNIX Command $ls bp cfg.c cfg.h CVS gtk Makefile sample.cfg simpleproxy.c $ls -I gtk bp cfg.c cfg.h CVS Makefile sample.cfg simpleproxy.c $ls -I gtk CVS Entries Repository Root $ls -I CVS gtk main.c Makefile simpleproxy-gtk.c $ls -I cfg.c bp cfg.h CVS gtk Makefile sample.cfg simpleproxy.c $ls -I bp cfg.c cfg.h CVS gtk Makefile sample.cfg simpleproxy.c …
Continue reading “ls ( -I option ) do not list implied entries matching shell PATTERN”
moves like jagger (cover ) 1
[audio:http://www.beautifulwork.org/wp-content/uploads/2011/12/mlj.1.mp3] Lyrics Related Just shoot for the stars If it feels right And aim for my heart If you feel like And take me away and make it OK I swear I’ll behave source : http://www.azlyrics.com/lyrics/maroon5/moveslikejagger.html
ls ( -m option )
UNIX Command $ls AUTHORS autom4te.cache ChangeLog CVS cvs.sh doc po README src TODO $ls -m AUTHORS, autom4te.cache, ChangeLog, CVS, cvs.sh, doc, po, README, src, TODO $ UNIX Explanation -m fill width with a comma separated list of entries Theory Drop In computer science, an array data structure or simply array is a data structure consisting …
ls ( -i option )
UNIX Command $ls bp cfg.c cfg.h CVS gtk Makefile sample.cfg simpleproxy.c $ls -i 5448322 bp 7569479 cfg.h 5448162 gtk 925726 sample.cfg 7569478 cfg.c 5448150 CVS 8489600 Makefile 5448260 simpleproxy.c $ UNIX Explanation -i, –inode print the index number of each file Theory Drop In computing, an index-node (inode) is a data structure on a traditional …
bubble sort testing… 0.00007 Ver — 8000 No.'s related
$time php bubble.php real 0m30.911s user 0m28.362s sys 0m0.268s $time php bubble.php real 0m32.206s user 0m29.726s sys 0m0.208s $time php bubble.php real 0m30.047s user 0m28.366s sys 0m0.220s $time php bubble.php real 0m30.306s user 0m28.226s sys 0m0.248s $time php bubble.php real 0m29.819s user 0m28.258s sys 0m0.252s $time php bubble.php real 0m30.567s user 0m28.598s sys 0m0.244s $time …
Continue reading “bubble sort testing… 0.00007 Ver — 8000 No.'s related”