Welcome

Here you can find a lot of tips, from how to add windows fonts to how mount a server using GNU/Linux Debian linux Server, and useful software and books related with debian
rules
Italic : system output
# you need to be root to run this command
$ user no root

IMPORTANT ! To download the software provided here (megaupload) from linux you have to install the add-on megaupload SX for iceweasel or firefox
https://addons.mozilla.org/es-ES/firefox/addon/3843
enable it in the tool menu

jueves 3 de abril de 2008

recover erased data (ext2/ext3)

Section: General
Category: File System

# apt-get install testdisk

# photorec /dev/hda8 /root/recuperado

- The next step is choose the partition table type
- then SEARXH and find the erased data, this may take a while


SORT

# find /root/recuperado/ -name "*.txt" | xargs -i mv {} /root/ordenado/TEXT

# find /root/recuperado/ -name "*.jpg" | xargs -i mv {} /root/ordenado/IMG