Jul 22 2010

How to recovery and repair Linux hard drive

Hard drive broken? Computer crashed? What now? Useful tips and tricks, tools and utilites for hard disk drive recovery and repair with Linux, for Linux distributions and non-linux operating systems. (ext2 ext3 ext4 reiserfs ntfs fat32, etc.). Next time make a backup! But for now …

Continue reading


Jul 18 2010

Linux Multi-Processes Command

Linux is a multitasking operating system, which means that more than one task can be active at once. To find out what tasks are running on your system concurrently, use the command:

ps -f
UID PID PPID STIME TTY TIME COMD
hermie 24 1 00:35:28 tty1 0:01 bash
hermie 137 24 00:36:39 tty1 0:00 ps -f

Continue reading


Jul 17 2010

vi Manual

by Tony Chen, adchen@cs.fsu.edu (last changed Dec 7, 1993)

Table of Contents

Continue reading