Posts Tagged ‘admin’

compile smartd / smartmontools from svn source on debian linux

Saturday, March 13th, 2010

 

cd /usr/src
svn co https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk/smartmontools smartmontools
cd smartmontools
./autogen.sh
./configure --prefix='/usr' --sysconfdir='/etc'
make install

compile vanilla kernel on debian linux

Friday, July 10th, 2009
 - aptitude install kernel-package fakeroot

- download and uncompress the kernel source and copy the current config from /boot or /proc to .config

- make oldconfig
- export CONCURRENCY_LEVEL=4
- fakeroot make-kpkg --initrd --revision=custom.1.0 kernel_image

- install the deb package