Chapter 13 Network Management for Linux

Contents of this article: 13.1 Linux Packet Forwarding 13.2 Several network-related file descriptions 13.2.1 Network Card Profile ifcfg-* 13.2.2 DNS Profile/etc/resolve.conf 13.2.3 /etc/udev/rules.d/70-persistent-net.rules 13.2.4 /etc/services 13.3 Network Interface Configuration and Host Name 13.3.1 ifconfig 13.3.2 ifcfg 13.3.3 hostname comman ...

Added by jsschmitt on Thu, 20 Jun 2019 01:14:54 +0300

nginx installation in RHEL 6.5 environment

1. Understanding Nginx Nginx ("engine x") is a high performance HTTP and reverse proxy server, as well as an IMAP/POP3/SMTP proxy server. Nginx was developed by Igor Sysoev for Rambler.ru, the second most visited site in Russia. The first public version, 0.1.0, was released on October 4, 2004. It distributes the source code in BSD-l ...

Added by THEMADGEEK on Sat, 25 May 2019 22:07:31 +0300

openssl certificate issuance under linxu

openssl components have been integrated in linux, so bloggers use examples to explain how to issue certificates under Linux system, because personal certificates are not recognized by Google Browser, so self-issued certificates can only be tested under Firefox browser! 1 openssl Certificate Generation Process Once the certific ...

Added by chrispos on Tue, 14 May 2019 20:00:37 +0300

Hadoop Installation and Configuration in Ubuntu

Tencent Yun ubuntu 16.04.1 LTS 64 bits Linux operation Modify the password of root sudo passwd root Log off users logout Close the firewall ufw disable Uninstall iptables components apt-get remove iptables Download vim components (for text editing) apt-get install vim Word change sudo dpkg-reconfigure console-setu ...

Added by EXiT on Tue, 14 May 2019 16:44:32 +0300

Primary management of selinux on Linux

What is selinux selinux, kernel-level enhanced firewall (File impact, security context) Label files and services, program labels and file labels are inconsistent (you can't see the file) (Impact on Services) Remove unsafe functionality from services, restrict program functionality, and restrict (can't be removed) on the kernel ...

Added by jacinthe on Tue, 14 May 2019 13:22:51 +0300

Linux-ftp Virtual User Configuration

Cloud server ESC deploys vsftpd virtual users Description: Cloud server deployment and local server deployment need to open the specified port, but the cloud server needs to open the corresponding port in the security group rules to allow passage. Environmental description: The corresponding user corresponds to different passwords and differ ...

Added by agret on Sun, 12 May 2019 12:52:35 +0300