Linux

Server Web 146 Solutii

How to install Let’s Encrypt on CentOS 7 with Apache

Today, we will show you, How to install Let’s Encrypt on CentOS 7 with Apache. Let’s Encrypt is a completely free and automated, new certificate authority developed by the Internet Security Research Group (ISRG) and recognized by all major browsers. They make it a breeze to set up TLS certificates for your web server. And for free! Let’s Encrypt is supported by major players like Mozilla, Akamai, Cisco, the EFF and managed by the Linux Foundation. Let’s Encrypt provides free, automatic and secure certificates. The website owners can easily obtain security certificates within minutes, enabling a safer web experience for all.In today’s tutorial we are going to learn how to install a Let’s Encrypt SSL certificate on CentOS 7 with Apache, and configure the certbot for automatic renewal.

[mai mult...]

How to use LVM (pvcreate, pvscan, pvdisplay, vgcreate, lvcreate)

LVM = Logical Volume Manager.

You can create logical partitions with LVM that can span across one or multiple physical hard drives.

Hard drives are divided into physical volumes, then those physical volumes are combined together to create the volume group and next the logical volumes which is created from the volume group.

Macro steps.

  • Identify the physical hard drives to be used and create Physical Volumes
  • Create the Volume Group from Physical Volumes
  • Create Logical Volumes from Volume Group
[mai mult...]

FreePBX – Instalare

În acest document vedem instalarea unui VoIP prin IP FreePBX, distribuție care aduce Asterisk GUI instalată și ne permite să configurăm PBX-ul nostru folosind un mod simplu și intuitiv.

Printre altele, avem 2 opțiuni, sau instalăm FreePBX pe o mașină virtuală, sau folosim, cum ar fi un Raspberry Pi și instalăm direct RasPBX. In acest document vom instala o masina virtuala.

[mai mult...]

Cum se utilizeaza stat pentru a efectua un raport pe sistemul de fisiere

Comanda stat poate raporta în statusul sistemelor de fișiere, precum și starea fișierelor. Opțiunea -f (sistem de fișiere) indică comenzii stat să raporteze pe sistemul de fișiere pe care acesta se află. De asemenea, putem trece un director, cum ar fi „/” la stat în loc de nume de fișier.

Această opțiune poate fi verificată folosind comanda de ajutor:

stat --help

[mai mult...]