Archive for January, 2012
TestDisk 6.12, Data Recovery Utility, May
by Emre Tugriceri on Jan.02, 2012, under Uncategorized
TestDisk 6.12, Data Recovery Utility, May 2011
Christophe GRENIER <grenier@cgsecurity.org>
http://www.cgsecurity.org
TestDisk is free data recovery software designed to help recover lost
partitions and/or make non-booting disks bootable again when these symptoms
are caused by faulty software, certain types of viruses or human error.
It can also be used to repair some filesystem errors.
Information gathered during TestDisk use can be recorded for later
review. If you choose to create the text file, testdisk.log , it
will contain TestDisk options, technical information and various
outputs; including any folder/file names TestDisk was used to find and
list onscreen.
Use arrow keys to select, then press Enter key:
>[ Create ] Create a new log file
[ Append ] Append information to log file
[ No Log ] Don’t record anything

Laptop Screen Brightness set via terminal
by Emre Tugriceri on Jan.02, 2012, under Uncategorized
echo 24 > /sys/class/backlight/acpi_video0/brightness

android system and / remount
by Emre Tugriceri on Jan.02, 2012, under Uncategorized
mount -o remount,ro -t yaffs2 /dev/block/stl9 /system
mount -o remount,rw -t yaffs2 /dev/block/stl9 /system
mount -o rw,remount -t rootfs /
mount -o ro,remount -t rootfs /

telnet to android
by Emre Tugriceri on Jan.02, 2012, under Uncategorized
/system/xbin/telnetd -l /system/xbin/sh
