Home Linux & Systems Cybersecurity Cloud & DevOps Networks & Infrastructure SIEM & Monitoring DFIR & Threat Intel Development & Other All categories Projects About Tools

Install centOS 6

Leer en espanol
Install centOS 6

Table of contents

CentOS (Community ENerprise Operating System) is a binary-level clone of the Red Hat Enterprise Linux RHEL Linux distribution, compiled by volunteers from ===

CentOS (Wikipedia Description):

CentOS (community ENTerprise EITHERperating Yesystem) is a binary clone of the Linux distribution Red Hat Enterprise Linux RHEL, compiled by volunteers from source code released by Red Hat.

Red Hat Enterprise Linux is composed of free software and open source, but is published in usable binary format (CD-ROM or DVD-ROM) only to paid subscribers. As required, Red Hat releases all source codeof the product publicly under the terms of the GNU General Public License and other licenses. CentOS developers use that source code to create a final product that is very similar to Red Hat Enterprise Linux and is freely available for download and use by the public, but is not maintained or supported by Red Hat. There are other distributions also derived from Red Hat sources.

As we already know, CentOS is one of the most used distributions for servers, and especially for Web servers, although I still stick with Debian.


Download centOS:

http://mirror.centos.org/centos-6/6/isos/

Once downloaded we start from the CD-ROM

As we can see the start of the system has been changed a little with a faded dark blue.

Pantallazo

The first thing we find, as always, is a test, SKIP

Pantallazo 1

As we can see, this version shows us a small menu with different options to carry out the installation process.

We select URL

Pantallazo 2

IP configuration, in my case I am going to leave it dynamic.

Pantallazo 3.2

We wait for you to configure the interface….

Pantallazo 4

We add the repository.

x86 architecture:

http://mirror.centos.org/centos/6/os/i386/

x64 architecture:

http://mirror.centos.org/centos/6/os/x86_64/

Pantallazo 5

We wait for it to download everything…

Pantallazo 71

Open the installation wizard, Next!

Pantallazo 11

We configure the language.

Pantallazo 12

We configure the keyboard.

Pantallazo 13

Basic storage device.

Pantallazo 14

Restart everything.

Pantallazo 15

Computer name and domain.

Pantallazo 16

Time zone.

Pantallazo 17

Root password.

Pantallazo 18

Create a custom design.

Pantallazo 19

We position ourselves in the free space and click CREATE.

Let's create the root partition. The operating system is installed in this partition.

Pantallazo 3

Standard Partition.

Pantallazo 6

We select the mount point /

File system: Ext4

and the size, in my case I put 9000MB

Pantallazo 8

We select the free space again and click create.

Standard Partition.

Pantallazo 6

Now we are going to create the swap area partition, it is used to save the images of the processes that do not have to be kept in physical memory.

What size does this partition have to be, depending on your memory?

  • Up to 1GB of RAM la SWAP debería tener un size equal to RAM.
  • Entre 2GB y 4GB SWAP size should be la mitad de la memoria RAM.
  • Para equipos con more than 4GB the SWAP should have a maximum size of 2GB.

More information: http://es.wikipedia.org/wiki/Espacio_de_intercambio

Pantallazo 9

Again, we select the free space. CREATE

Standard Partition.

Pantallazo 6

Now we are going to create our /Home, our personal folder where we keep all our documents.

this partition… well… depending on the space you have… and what you want to save….

In my case I want it to cover all the remaining space and I have selected: “Fill up to the maximum size allowed”

If you notice, at the bottom there is an “Encrypt” option. to encrypt and thus give more security to the partitions.

  • Secure our partitions to restrict unauthorized physical access to data.
  • Be able to increase and/or modify the sizes of the partitions if necessary.

Pantallazo 10

It would look like this, Next.

Pantallazo 20

Format

Pantallazo 21

Write changes to disk

Pantallazo 22

Here we could configure the bootloader or even put a password on it.

Pantallazo 23

Here we can configure the desktop, as we can see that it does not give you the option of the last version which said GNOME or KDE, we have 2 desktops, Minimal Desktop or Desktop, we also have options such as: Minimal, Basic Server, Database Server, Web Server...ETC. Depending on what we are going to use it for, in my case I am going to install it as a client with Desktop.

Pantallazo 24

It starts installing and it takes a long time... and I'm installing it under VirtualBox.

Pantallazo 25

Once the installation is complete we reboot.

Pantallazo 26

We hope it loads…

Pantallazo 27

He welcomes us and we can see the translation that instead of saying Next or Forward he has changed it TO the front

Pantallazo 28

License information.

Pantallazo 29

We create the user with which we will access the system

Pantallazo 30

Time and date

Pantallazo 31

and finally the Kdump, which gave me a crash saying that it doesn't have enough memory space, I don't know what requirements it has, I gave it 1 GB of RAM and 2 GB of swap for the dump... but it crashed, hahaha

Pantallazo 32

We log in.

Pantallazo 33

READY, we have CentOS 6 installed and ready to use!

Pantallazo 34

That's it for the manual, enjoy your centOS.

Greetings, rokitoh!

Comments