Kernel compilation (Debian Jessie)

Kernel compilation (Debian Jessie) http://www.tecmint.com/kernel-compilation-in-debian-linux/ You will need 8-10 GB of free disk space! apt-get install fakeroot kernel-package wget -c https://www.kernel.org/pub/linux/kernel/v3.x/linux-3.14.20.tar.xz tar -xvJf linux-3.14.20.tar.xz cd linux-3.14.20 cp /boot/config-`uname -r` .config apt-get install libncurses5-dev make menuconfig make-kpkg clean export CONCURRENCY_LEVEL=3 fakeroot make-kpkg –append-to-version "-customkernel" –revision "1" –initrd kernel_image kernel_headers cd .. dpkg -i linux-image-3.14.20-customkernel_1_amd64.deb linux-headers-3.14.20-customkernel_1_amd64.deb Install … Read more

Securing a New Linux Installation

http://linuxgazette.net/105/odonovan.html Linux Internet Server Security and Configuration Tutorial http://www.yolinux.com/TUTORIALS/LinuxTutorialInternetSecurity.html Install basic security tools aptitude install portsentry fail2ban denyhosts logwatch rkhunter Configure basic security tools OSSEC http://www.ossec.net/main/manual/manual-installation http://dcid.me/texts/my-ossec-setup-manual.php apt-get install gcc make libc-dev wget http://www.ossec.net/files/ossec-hids-2.6.tar.gz tar zxvf ossec-hids-2.6.tar.gz cd ossec-hids-2.6 sudo ./install.sh Select: local (if you only have one system to monitor), root@localhost, enable active response … Read more

Installation of new computer

Installation Installation of new computer (Debian Testing) Installation images (Debian Testing) Installation images AMD64 (STABLE / unofficial / non-free / including-firmware) Installation images AMD64 (TESTING / unofficial / non-free / including-firmware) Create installation USB: dd if=firmware-9.3.0-amd64-netinst.iso of=/dev/sdX During installation, do NOT fill in root password, account will be disabled and new user will be member … Read more