Category: Articles

Computer (3)
Open Source (313)
Security (30)
Server (5)

ARP Attack Detection and Solution Summary

ARP attacks primarily occur within local area networks (LANs). If one computer on a LAN is infected with an ARP trojan, that compromised system will attempt to intercept communication data from other computers on the same network through “ARP spoofing,” thereby disrupting the connections of other machines on the network …

Windows Password Extraction Tool Mimikatz 2.0 Released

Just borrow a computer and you can easily grab the passwords…… “Goddess, may I borrow your computer for a moment?” This is something all the pros know about, a common tool for penetration testing. A lightweight debugger written by a badass French developer that helps security testers capture Windows passwords. mimik …

How to Call Discuz!X Forum Data from PHPCMS v9

After about a month of exploring PHPCMS v9, I have a general understanding of its features. Before building the site, I planned to integrate DZ X1.5. I found methods for synchronization in forums, but got little help on calling forum posts – probably because it’s too simple for anyone to write about. So I’ll organize it here

Using Memcache in PHPCMS v9

PHPCMS v9 is powerful indeed, but some built-in cache configuration methods lack clear tutorials, such as the memcache class.

PHPCMS has this cache built-in, but I never knew how to enable it.After tinkering all night, I wanted to configure PHPCMS’s setcache and getcache methods to dynamically switch cache types …

dstat Monitoring Tool in Linux Terminal

dstat is a versatile replacement for commands like vmstat, iostat, netstat, and ifstat. It overcomes their limitations while adding extra features, more monitoring items, and greater flexibility. dstat makes it easy to monitor system performance and is ideal for benchmarking and troub…

ngxtop: A Command-Line Tool for Real-Time Nginx Monitoring

Nginx web servers need real-time monitoring when running in production environments. Network monitoring software like Nagios, Zabbix, and Munin support Nginx monitoring. If you don’t need the comprehensive reports or long-term data statistics provided by these tools, and just need a quick and simple way to monitor Nginx server requests, I recommend a command-line tool called ngxtop