zeldor.biz

Linux, programming and more

Copyright © 2023
Log in

Debian compile 3.10 Kernel

July 14, 2013 by Igor Drobot Leave a Comment

Kernel

Actuals Debian 7 brings a stable Kernel version 3.2.0-4. For some development reasons I need a newer Kernel version so in this way was this tutorial created.

Install the needed packages for the compilation process:

1
apt-get install kernel-package fakeroot build-essential ncurses-dev

apt-get install kernel-package fakeroot build-essential ncurses-dev

1
wget https://www.kernel.org/pub/linux/kernel/v3.x/linux-3.10.tar.xz

wget https://www.kernel.org/pub/linux/kernel/v3.x/linux-3.10.tar.xz

[Read more…]

Filed Under: Linux Tagged With: compile, Kernel, linux-headers, linux-image

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