Home PC Games Linux Windows Database Network Programming Server Mobile  
           
  Home \ Linux \ Linux security configuration     - Ubuntu in Vim editor display processing method Chinese garbled (Linux)

- JBPM6 Tutorial - Fast Fun JBPM table (Linux)

- The simple multi-threaded Python (Programming)

- Install Java, Maven, Tomcat under Linux (Linux)

- Start Linux ISO image directly from the hard disk (Linux)

- Zabbix system email alert Python script (Server)

- Linux system started to learn: Teaches you install Fedora 22 on VirtualBox (Linux)

- CentOS 7 How to connect to a wireless network (Linux)

- C ++ function object (Programming)

- Open log in Hibernate (Programming)

- User and user group management Linux Command (Linux)

- ORA-12545: Connection failed because the target host or object does not exist (Database)

- Installation and configuration under Linux SVN server - Backup - Recovery - Scheduled Tasks (Server)

- How to use tmpfs in RHEL / CentOS 7.0 (Linux)

- namespace mechanism Linux kernel analysis (Linux)

- IOS interview questions Summary (Programming)

- Linux Security and Optimization (Linux)

- Performance Diagnosis of 60,000 milliseconds for Linux (Linux)

- Oracle procedure or function Empty Table (Database)

- Django template inheritance child (Programming)

 
         
  Linux security configuration
     
  Add Date : 2018-11-21      
         
         
         
  Linux regardless of function, there are many advantages in performance or price, however, as the open operating system, it inevitably there are some security risks. On how to address these risks, for the application to provide a secure operating platform, this article will tell you some of the most basic, the most common and also the most effective tactics.

Linux is a Unix-like operating systems. In theory, Unix itself is designed and no major security flaws. Over the years, the vast majority of security issues on the Unix operating system found mainly in individual programs, so most of the Unix vendors have claimed to have the ability to solve these problems and to provide secure Unix operating system. But Linux is somewhat different, because it does not belong to a particular vendor, manufacturer claims it does not provide security guarantees, so users only solve their own security problems.

Linux is an open system that can find many ready-made programs and tools on the Internet, which not only convenient for users, but also convenient for hackers, because they can easily find the programs and tools to sneak into the Linux system, or steal Linux important information on the system. However, if we carefully set the Linux variety of system functions, and with the necessary safety measures, no exploits can allow hackers.

In general, the security settings on the Linux system, including the elimination of unnecessary services, restrict remote access, hide important information, patch security holes, using security tools, and regular safety checks. The ten kinds of culture and education to improve your Linux system security tactics. Although little tricks, but mouths work, you may wish to try.

linux security configuration of the first move: eliminating unnecessary services

The early Unix versions, each has a different network service a service running in the background, the later version with a unified / etc / inetd server program to undertake this task. Inetd is Internetdaemon acronym, which also monitor multiple network ports, upon receiving the connection information coming from the outside world, on the implementation of the corresponding TCP or UDP network services.

Due to the unified command inetd, so Linux TCP or UDP in most of the services are set in the /etc/inetd.conf file. So the first step in eliminating unnecessary service is to check the /etc/inetd.conf file, before the service do not add "#" sign.

In general, in addition to http, smtp, telnet and ftp, other services should be eliminated, such as simple file transfer protocol tftp, imap / ipop mail storage and network transport protocol used to receive, find and search information using the gopher and the use daytime for time synchronization and time and so on.

There are also reports the system state services, such as finger, efinger, systat and netstat, etc., although the system is very useful troubleshooting and finding users, but also to provide a door to hackers. For example, a hacker can use finger to find the user's telephone service, use the directory as well as other important information. Therefore, many Linux system will cancel all or part of those services canceled in order to enhance system security.

In addition to using /etc/inetd.conf Inetd set the system service item, but also use / etc / services file to find the port used by the service. Therefore, the user must carefully examine the file to set the port each, in order to avoid security loopholes.

In Linux, there are two different service patterns: one is when the service has to be performed only as finger service; the other is a non-stop service has been performed. Such services activated when the system starts, you should not rely modify inetd to stop their service, but can only modify /etc/rc.d/rc[n].d/ file or to modify from Run?level?editor it. NFS servers to provide file services and NNTP news service providing news belong to such services, if not necessary, it is best to cancel these services.

linux security configuration 2 strokes: restricted access system

Before entering the Linux system, all users need to log in, that is, users need to enter a user ID and password, the system only after they are verified by the user to enter the system.

After other Unix operating systems, Linux will generally be password encrypted, stored in / etc / passwd file in. All users on the Linux system can read / etc / passwd file, although the file has been stored in encrypted password, but still not safe. Because the general users can use existing code-breaking tools to guess the password brute-force method. Safer method is to set the shadow file / etc / shadow, only allowed with special permission of the user to read the file.

In the Linux system, if you want to use the shadow file, all utilities must be recompiled to support the shadow file. This method is cumbersome, relatively simple method is to use Pluggable Authentication Modules (PAM). Many Linux systems come with the Linux utility PAM, it is an authentication mechanism can be used to dynamically change the authentication methods and requirements, without requiring recompilation of other utilities. This is because the PAM uses a closed package of the way, all the authentication-related logic all hidden in the module, so it is the best helper using shadow files.
     
         
         
         
  More:      
 
- Docker commonly used commands Description (Linux)
- ORA-01839 error caused by incorrect system date setting (Database)
- Install VMware Tools in Debian (Linux)
- Linux kernel IPv6 protocol closed manner (Linux)
- count (*) function in MySQL optimization of InnoDB storage engine (Database)
- To install HDRMerge 0.4.3 under ubuntu (Linux)
- Ubuntu Apache virtual host configuration (Server)
- Ubuntu 14.10 splash screen brightness settings (Linux)
- Samba file sharing server set up (Server)
- Docker study notes (Server)
- Use C program in JavaScript (Programming)
- Linux System Getting Started Tutorial: permission to permanently modify the USB device in Linux (Linux)
- Install the free open source financial software GnuCash 2.6.6 under Ubuntu (Linux)
- Ubuntu 14.04 Enable root and disable the guest (Linux)
- High-performance JavaScript reflows and repaints (Programming)
- CentOS installation of the ftp (Linux)
- CentOS 6.5 makes the LAN http source (Linux)
- Linux group account deletion, and other related operations (Linux)
- MySQL 5.7.10 source code for the latest version of the installation process in detail (Database)
- QBit development of micro-services (Server)
     
           
     
  CopyRight 2002-2022 newfreesoft.com, All Rights Reserved.