Blog
In-depth articles on AI agents, LLM engineering, servers, Python and software development.
### Apache Web Server Setup Guide Apache is an open-source, free, and mainstream web server suitable for Linux, Windows, and other systems, making it the first choice for beginners in website build
SSH is a secure remote management protocol for Linux servers, replacing insecure services like Telnet by ensuring data security through encrypted transmission. Its advantages include high security (de
This article introduces a Linux server installation guide suitable for beginners. Linux servers are secure, efficient, and ideal for high-concurrency tasks, making them fundamental for operations and
This article introduces 5 basic core commands for Linux servers to help beginners quickly get started. The `ls` command is used to view directory files, displaying the current directory by default. Co
There are two common methods to delete all lines in Vim. First, in command mode, press `gg` to jump to the beginning of the file, then enter `dG`. Here, `gg` positions the cursor at the first line, an
In the Ubuntu system, the `date` command can output the current time. The basic `date` command displays the complete date and time, including the weekday, month, day, specific time, and time zone. To
There is debate over whether foreign keys should be used in database design. While foreign keys ensure data integrity, they introduce issues such as reduced write performance, increased system couplin
In the Ubuntu system, the `chown` command is used to modify the owner user and group of a file or folder. The basic syntax is `chown [options] username:group filename/foldername`. Common operation exa
In Ubuntu system, there are multiple ways to check for malicious login situations. To view login history, commands like `last`, `lastb`, and `last -i` can be used. For system log inspection, commands
There are common methods to update graphics card drivers in Ubuntu. The third method is recommended in the introduction. Method 1 uses the official repository: first, run `sudo apt update` to update t