Category: System

Linux (238)
Windows (383)

Inside Facebook’s Backend Technology

Facebook as one of the most visited websites in the world today, how does Facebook ensure its system runs stably and reliably for 500 million users. Facebook’s Scalability Challenges Before we discuss the details, here is some software scale Facebook has already achieved: Facebook serves 570,000,000,000 monthly page …

How to Perfectly Replace GD with ImageMagick for Image Processing in PHP

When developing in PHP, everyone is accustomed to using the GD library to handle image information, but the GD library’s numerous functions can be a headache—you often need to look up functions one by one and consult the official manual. Below, we’ll introduce a very powerful image processing tool—ImageMagick, which under Linux …

How to Install ImageMagick and PHP Imagick Extension on Linux

First, let’s look at the differences between the two:
(1) Imagick is a PHP extension that uses the API provided by ImageMagick to create and modify images. However, these operations have been wrapped into the imagick extension, and ultimately it calls the API provided by ImageMagick.

(2) ImageMagick is a software suite, primarily used for …

Skiller: The ARP-Free Sniffer Tool

First, this is a demo version. The only difference from the full version is that it does not include the traffic detection feature, because having multiple instances of this on a network would inevitably cause network chaos, so some restrictions will be placed on its distribution.
Features:
ARP-free sniffer;
Effectively works in environments with ARP firewalls, bidirectional binding, and more…

How to Configure a Router for Hundreds of Computers in an Internet Caf茅

Routers play a non-negligible role in internet cafes, so the configuration of internet cafe routers should also receive full attention from network administrators. So, how do you configure a router for a large internet cafe with 400 computers? Some internet cafes are still using the old proxy server method, dedicating a PC as a server and installing proxy software …

How to Set Up Simultaneous Internal and External Network Connections on Windows 7

How to Set Up Simultaneous Intranet and Internet Connections on Windows 7
My current work environment does not allow connections to the internet, but there are some Wi-Fi hotspots around. Using a laptop to connect to Wi-Fi allows internet access, but once connected to the intranet, the internet becomes unavailable. This is very inconvenient, so I tried to find some ways to solve this problem, enabling both intranet and …

How to Enable and Disable Ports in Linux

Under Linux, there doesn鈥檛 seem to be a direct command to open or close a port, because simply opening a port without associating it with a process would be meaningless (the port is open, but no program handles the incoming data). In other words, port activity in Linux is …

Networking Lab Basic Configuration

Network Structure: Server———(fa2/0)R6(s1/2)———(s1/5)R7(fa2/0)——-Client =============================================== The basic configuration is as follows R6: enable conf t host R6 no ip domain-lookup int fa2/0 ip add …

How to Run Sniffer Pro Perfectly on Windows 7

Recently, due to study requirements, I needed to perform network packet capture analysis. This called for a powerful packet capture and sniffing tool: Sniffer Pro. Sniffer can be translated as a network sniffer, which is a network analysis method based on passive listening principles. Using this technique, you can monitor network status, data …