Инфомарция о Securing and Optimizing для ОС Linux | All about OS (5)

Why would we choose to use tarballs?

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

All the Red Hat distributions of Linux are provided as RPM files. An RPM file, also known, as a “package”, is a way of distributing software so that it can be easily installed, upgraded, queried, and deleted. However, in the Unix world, the defacto-standard for package distribution continues to be by way of so-called “tarballs”. Tarballs are simply compressed files that can be readable and uncompressed with the “tar” utility. Installing from tar is usually significantly more tedious than using RPM. So why would we choose to do so? (Далее…)

The necessary packages

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

The following are the necessary packages needed to be able to make compilations on your system after recompilation of your kernel. This software is on your Red Hat Linux 6.1 or 6.2 Part 1 CD-ROM under RedHat/RPMS directory if they are not already installed.
[root@deep /]# mount /dev/cdrom /mnt/cdrom/ [root@deep /]# cd /mnt/cdrom/RedHat/RPMS/
(Далее…)

Страниц: 1 2

Linux Compiler functionality.Overview

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

We are now at one of the most interesting points-where we will compile and install all the services that we wish to offer in our Linux server. Before we begin to explain how to compile and install server software with all the necessary securities and optimizations that we will need on our server, it is important to know the commands and programs we’ll use often to do the job. First of all, we must ensure that we have the necessary packages needed to make compilations on our system. These packages must be installed on your server or you’ll not be able to compile programs. (Далее…)

IPCHAINS Administrative Tools

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

The commands listed below are some tools that we use often, but many more exist, and you should check the man page and documentation for more details and information.
ipchains (Далее…)

Deny access to some address

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

Sometimes you’ll know an address that you would like to block from having any access at all to your server. You can do that by creating the rc.firewall.blocked file under 7etc/rc.d/” directory and uncomment the following lines in your firewall rules scripts file: (Далее…)

Pages: Prev 1 2 3 4 5 6 7 8 ...10 11 12 Next