Информация о Linux | All about OS (11)

Kernel configurationa

Категория: Securing and Optimizing

Code maturity level options
Prompt for development and/or incomplete code/drivers (CONFIG_EXPERIMENTAL) [N/y/?]
Processor type and features (Далее…)

Страниц: 1 2 3 4 5 6 7

Securing the kernel

Категория: Securing and Optimizing

The secure Linux kernel patches from the Openwall Project are a great way to prevent attacks like Stack Buffer Overflows, and others. The Openwall patch is a collection of security-related features for the Linux kernel, all configurable via the new “‘Security options” configuration section that will be added to your new Linux kernel. This patch may change from version to version, and some may contain various other security fixes. (Далее…)

Страниц: 1 2

Configuring and Building a secure, optimized Kernels

Категория: Securing and Optimizing

Linux Kernel
Overview
Well, our Linux server seems to be getting in shape now! But wait, what is the most important part of our server? Yes, it’s the kernel. The Linux kernel is the core of our operating system, and without it there is no Linux at all. So we must take care of our kernel and configure it to fit our needs and compile just features we really need. (Далее…)

Страниц: 1 2 3 4 5

Tuning IDE Hard Disk Performance

Категория: Securing and Optimizing

Performance increases have been reported on massive disk I/O operations by setting the IDE drivers to use DMA, 32-bit transfers and multiple sector modes. The kernel seems to use more conservative settings unless told otherwise. The magic command to change the setting of your drive is “hdparm”. (Далее…)

Страниц: 1 2 3

The “noatime” attribute

Категория: Securing and Optimizing

Linux has a special mount option for file systems called noatime that can be added to each line that addresses one file system in the 7etc/fstab” file. If a file system has been mounted with this option, reading accesses to the file system will no longer result in an update to the atime information associated with the file like we have explained above. (Далее…)

Pages: Prev 1 2 3 ...9 10 11 12 13 14 15 16 17 Next