Linux Server

Linux VPS Server
Free ModSecurity Rules from Comodo Provides powerful, real-time protection for web applications and websites running on Apache, LiteSpeed and Nginx on Linux. Web applications are the back-end...
Replies
0
Views
107
Reasons to block Bytedance and Bytespider Bots: They do not respect robots.txt rules. They are using well-known hosting services to bypass normal blocking channels or methods. For example, they...
Replies
0
Views
77
PHP 8.3 is 2023's major new update to PHP. It brings nice new features such as typed class constants, a new set of Exceptions in DateTime extension, a new json_validate function, and a handful of...
Replies
0
Views
538
When HTTP/2 is enabled on the webserver, uploads are very slow, topping out at slightly over 1MByte/s, despite both client and server offering vastly more bandwidth. Once HTTP2 was disabled...
Replies
0
Views
527
Linux is free and open-source, this has emanated from the low total cost of ownership of a Linux system, compared to other operating systems. Although Linux operating systems (distributions) are...
Replies
4
Views
749
Software Package Manager is a command line utility that makes it possible for the user to install, update or configure packages on the system. There are different package managers that are used in...
Replies
0
Views
286
The /dev/null is a null device that discards any data that is written to it. However, it reports back that the write operation is successful. In UNIX terminology, this null device is also referred...
Replies
0
Views
209
The storage space of an operating system is much more important than you think. If your system’s storage runs out of space, it becomes unstable and slow, leading to unexpected crashes. Hence...
Replies
0
Views
243
The ICMP Echo and Echo Reply messages are sent and received by the ping command. In fact, when people say that they sent a ping packet, they really mean that they sent an ICMP Echo Request. These...
Replies
0
Views
231
Swap is a space on a disk that is used when the amount of physical RAM memory is full. When a Linux system runs out of RAM, inactive pages are moved from the RAM to the swap space. Swap space can...
Replies
0
Views
249
Linux Change SSH Port (CentOS, AlmaLinux, Rocky, Ubuntu, Debian, etc) Changing the SSH port from the default 22 is a good idea for a few reasons, and it will cut out the majority of bots trying to...
Replies
0
Views
287
IP whitelist is a security feature that limits and controls access only to trusted users. We can easily whitelist IP addresses using iptables. The complete list of IP ranges that it announces to...
Replies
0
Views
223
There are different ways of building your own anti-DDoS rules for iptables. We will be discussing the most effective iptables DDoS protection methods in this comprehensive tutorial. This guide...
Replies
0
Views
543
Top