-
Mount Partition Image From E01 Disk Image
Mount E01 as DD
#mount_ewf.py TEST.E01 /mnt/ewfRun mmls to find partition $START and $SECTOR_SIZE
#mmls /mnt/ewf/ewf1Calculate byte offset using bc
#echo "$START * $SECTOR_SIZE"|bcMount partition image with the byte offset
#mount -o ro,loop,show_sys_files,streams_interace=windows,offset=$OFFSET /mnt/ewf/ewf1 /mnt/partition -
Extract Unallocated Space From An E01 Image
Mount E01 as DD
#mount_ewf.py TEST.E01 /mnt/ewfUse mmls to find partition $START
#mmls /mnt/ewf/ewf1Use blkls to extract unallocated space
#blkls -o $START > /dst/unalloc.dd -
CentOS 6 RPMBUILD Directory
The default build directory has been changed to
/root/rpmbuildInstead of
/usr/src/redhat -
Security Breach Notification Soon Become Mandatory In Canada →
-
bulk_extractor with E01
#bulk_extractor -o ~/output TEST.E01 -
Wget all contents from a remote directory
#wget -r -np -nH --cut-dirs=3 -R index.html http://test.com/a/b/c/dWhere —cut-dirs=3 is the 3 levels of directories, /a/b/c
-
Terminus TrueType Fonts
Source
http://files.ax86.net/terminus-ttf/
Alternative Location