January 30, 2025
·
1 min read
· Page View:
![](https://cdn.jsdelivr.net/gh/timerring/scratchpad2023/2024/2025-01-31-23-24-21.png)
I frequently use ifconfig
and cat /proc/net/dev
to examine network information. However, today, my cloud server crashed unexpectedly. I reached out to the cloud support for assistance. The engineer utilized iftop
to analyze the situation. After the issue was resolved, I started to consider using this tool. Now, let’s take a closer look at this powerful utility.
...
January 19, 2025
·
7 min read
· Page View:
![](https://cdn.jsdelivr.net/gh/timerring/scratchpad2023/2024/2025-01-19-20-08-08.png)
Do you know the basic method to manage the traffic? There are four methods: Load Balancers, Reverse Proxies, Forward Proxies, and API Gateways. And they have different features and usage scenarios.
...
January 4, 2025
·
10 min read
· Page View:
![](https://cdn.jsdelivr.net/gh/timerring/scratchpad2023/2024/2025-01-04-15-56-39.png)
HTTP protocol is the foundation of the Internet, and HTTPS is the secure version of HTTP. HTTP is an application layer protocol based on TCP/IP protocol. It does not involve packet (packet) transmission, mainly specifying the communication format between the client and the server, and the default port is 80.
...
January 4, 2025
·
2 min read
· Page View:
![](https://cdn.jsdelivr.net/gh/timerring/scratchpad2023/2024/2025-01-04-12-06-18.png)
Recently, I have been working on DNS of my domain name. And then I need to set up the mail service of my domain name. When I tried many times, I always failed to receive the mail on my phone. Suddenly, I remembered that I didn’t set up IMAP service. So let’s review the mail service and protocol.
...
January 2, 2025
·
10 min read
· Page View:
![](https://cdn.jsdelivr.net/gh/timerring/scratchpad2023/2024/2025-01-05-18-49-33.png)
We can learn the proxy process of clash through the configuration file.
...
December 26, 2024
·
11 min read
· Page View:
![](https://cdn.jsdelivr.net/gh/timerring/scratchpad2023/2024/2024-12-29-16-24-20.png)
In my mind, DNS is the key of the internet. I always believe if you control the DNS, you control the Internet world. So let us get started to know the DNS.
...
December 23, 2024
·
16 min read
· Page View:
![](https://cdn.jsdelivr.net/gh/timerring/scratchpad2023/2024/2024-12-26-17-21-23.png)
For the computer network, I believe that most people have learned it in the course of university or college. No matter whether you are familiar with it or not, this article will give you a different perspective of the network. It can really help you a lot.
...