sandip's story links

Fun with strace and the GDB Debugger

(via www.ibm.com)

Programming a UNIX® system can be fun as well as educational. With the UNIX strace tool and GDB, the GNU Project Debugger, you can really dig deep into the functionality of your system and learn a lot about the various programs that comprise it. Using both tools in concert can be a rewarding experience as you look under the hood of your UNIX machine.

Linux Ramdisk mini-HOWTO

(via www.vanemery.com)

What is a RAM disk? A RAM disk is a portion of RAM which is being used as if it were a disk drive. RAM disks have fixed sizes, and act like regular disk partitions. Access time is much faster for a RAM disk than for a real, physical disk. However, any data stored on a RAM disk is lost when the system is shut down or powered off. RAM disks can be a great place to store temporary data...

Google Code University

(via code.google.com)

This website provides tutorials and sample course content so Computer Science students and educators can learn more about current computing technologies and paradigms. In particular, this content is Creative Commons licensed which makes it easy for CS educators to use in their own classes.

Installing Oracle 10g Guide

(via www.puschitz.com)

Very comprehensive oracle installation guide.

How to backup and import a MySQL InnoDB database

(via blog.spikesource.com)

Due to the way Innodb tables are structured, you cannot perform a hotback up of this database without using third party tools. Therefore you must take your database offline for a small period of time while you take the backup...

Comment