Category: Linux

ExFAT file system driver for Linux is coming

After Microsoft opened up exFAT technology and actively added it to the Linux kernel, Linux Kernel 5.4 brought initial support for the exFAT file system . Now, based on earlier code improvements, the new...

How to prevent SYN flood attacks in Linux

SYN flooding attack refers to an attack method that uses the imperfect TCP/IP three-way handshake and maliciously sends a large number of packets that contain only the SYN handshake sequence. This kind of attack...

Ubuntu 20.04 switches to Snap Store

The mailing list for the Ubuntu development team shows that the upcoming release of Ubuntu 20.04 will come with a pre-seeded Snap app by default. ubuntu-desktop and ubuntu-minimal meta-packages have been introduced in the...

0

Zorin OS 16.2 released: Ubuntu-based Linux distribution

“Zorin OS is an Ubuntu-based Linux distribution designed especially for newcomers to Linux. It has a Windows-like graphical user interface and many programs similar to those found in Windows. Zorin OS also comes with...

0

Linux From Scratch (LFS) 10.1 releases

Linux From Scratch is to help you learn how a Linux system works from the inside out. Building an LFS system helps demonstrate what makes Linux tick, and how things work together and depend...

Top tips to improve Apache performance

Apache is still in the dominance of the webserver field. This article introduces the Apache performance optimization tips, if you can understand and master, you will make your Apache web server performance significantly improved....

How to use nginx as HTTP load balancer

The following is a simple example file for configuring nginx load balancing. The main functions are: Users visit http://www.meterpreter.org and load balance them to four servers: 192.168.1.2:80, 92.168.1.3:80, 192.168.1.4:80, 192.168.1.5:80 Users visit http://new.meterpreter.org and...

How to deny or allow specified IP in Nginx

Nginx denies or allows the specified IP and uses the module HTTP Access Control Module (HTTP Access). The control rules are checked in the stated order, and the first access rule that matches the...

How to set file permissions for securing website

The setting of website directory file permissions is very important to the security of the website. The following briefly describes the basic settings of website directory file permissions. We assume that the user and...