zeldor.biz

Linux, programming and more

Copyright © 2026
Log in

Archives for September 2011

Ext3 restore data

September 29, 2011 by Igor Drobot Leave a Comment

I want to test some tools to restore deleted data on EXT3 file system, to make this tests safe on a production server without loosing date I created a virtual HDD with 100MB size that running as a file.

Create a 100MB virtual HDD: [Read more…]

Filed Under: Debian, Linux Tagged With: compile, ext2fs-dev, ext3, ext3grep, ext4, ext4magic, extundelete, filesystem ext3

Clear ARP-Cache

September 15, 2011 by Igor Drobot Leave a Comment

Stupid situation if device X tries to communicate with Bob, but Bob send no answer to request. Bob has a problem, his ARP table is broken and he cant reach X.

Solve this problem by clearing the ARP information table: [Read more…]

Filed Under: Linux, Networking Tagged With: ARP, ARP cache, clear ARP

Mail command

September 15, 2011 by Igor Drobot Leave a Comment

My tiny mail-command collection of the very important administrator mail command.
You can test E-Mail-Server create scripts with this useful command or send yourself some notifications.

The simplest one: [Read more…]

Filed Under: Linux, Mailing, Networking Tagged With: Debian, Linux, mail

Penetration Testing

September 7, 2011 by Igor Drobot Leave a Comment

Penetration testing(pentest) is very important for development and production environments unfortunately many people forget that and play with fire.

Pentest is a method of evaluating the security of a server services and hardware devices.
This hard analysis is carried out from the position of a potential attacker, in this case this attacker is a white hat and he can involve active exploitation of security vulnerabilities. [Read more…]

Filed Under: Linux Tagged With: amap, hacking attempt, Nikto, nmap, Penetration, pentest, security test

Backup your MBR

September 5, 2011 by Igor Drobot Leave a Comment

Master Boot Record (MBR), a small program that is executed when a computer boots up.

You can save your MBR with a simple DD-command to a file:

1
dd if=/dev/sda count=1 bs=512 > /var/backup/MBR

dd if=/dev/sda count=1 bs=512 > /var/backup/MBR

From this file you can restore your MBR very easy:

1
dd if=/var/backup/MBR of=/dev/sdb

dd if=/var/backup/MBR of=/dev/sdb

Filed Under: Linux Tagged With: Master Boot Record, MBR, Save MBR

  • 1
  • 2
  • Next Page »
Yeaaah Cookie! We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.