# Linux 系統操作

- [/proc/sys/net/ipv4/conf/eth\* 目錄中的參數](https://applezulab.netdpi.net/02-linux-xi-tong-cao-zuo/params-of-proc-eth.md)
- [Linux 伺服器效能調校](https://applezulab.netdpi.net/02-linux-xi-tong-cao-zuo/tune-linux-server-performance.md)
- [Linux 設定網卡速度](https://applezulab.netdpi.net/02-linux-xi-tong-cao-zuo/set-linux-nic-speed.md)
- [Proxy ARP](https://applezulab.netdpi.net/02-linux-xi-tong-cao-zuo/proxy-arp.md)
- [sysrq](https://applezulab.netdpi.net/02-linux-xi-tong-cao-zuo/sysrq.md)
- [Turn off beep in Linux system](https://applezulab.netdpi.net/02-linux-xi-tong-cao-zuo/turn-off-beep-in-linux-system.md)
- [umask()](https://applezulab.netdpi.net/02-linux-xi-tong-cao-zuo/umask.md)
- [以 ethtool 查看網路卡狀態及設定](https://applezulab.netdpi.net/02-linux-xi-tong-cao-zuo/ethtool.md)
- [使用 nameif 修改 Linux 網路卡名稱](https://applezulab.netdpi.net/02-linux-xi-tong-cao-zuo/set-nic-name-with-nameif.md)
- [使用 xhost](https://applezulab.netdpi.net/02-linux-xi-tong-cao-zuo/use-xhost.md)
- [利用 sed 取出檔案中某行](https://applezulab.netdpi.net/02-linux-xi-tong-cao-zuo/use-sed-to-get-some-line.md)
- [在 bash 中設定 Proxy server](https://applezulab.netdpi.net/02-linux-xi-tong-cao-zuo/set-proxy-server-in-bash.md)
- [在 Linux 系統呈現 dd 的進度](https://applezulab.netdpi.net/02-linux-xi-tong-cao-zuo/show-the-procedure-of-dd-process.md)
- [字串取代，使用 awk & sed](https://applezulab.netdpi.net/02-linux-xi-tong-cao-zuo/replace-using-awk-sed.md)
- [尋找多種副檔名](https://applezulab.netdpi.net/02-linux-xi-tong-cao-zuo/xun-zhao-duo-zhong-fu-dang-ming.md)
- [常用 VIM 選項](https://applezulab.netdpi.net/02-linux-xi-tong-cao-zuo/common-vim-options.md)
- [自動 CPU 調頻節能控制](https://applezulab.netdpi.net/02-linux-xi-tong-cao-zuo/cpu-power-saving-in-linux.md)
- [自動執行程式](https://applezulab.netdpi.net/02-linux-xi-tong-cao-zuo/run-program-at-time.md)
- [設定 Debian 預設啟動服務](https://applezulab.netdpi.net/02-linux-xi-tong-cao-zuo/she-ding-debian-yu-she-qi-dong-fu-wu.md)
- [設定 DHCPd server](https://applezulab.netdpi.net/02-linux-xi-tong-cao-zuo/she-ding-dhcpd-server.md)
- [透過 RS-232 操作 Linux console](https://applezulab.netdpi.net/02-linux-xi-tong-cao-zuo/linux-console-over-rs232.md)
- [Linux connect to serial port](https://applezulab.netdpi.net/02-linux-xi-tong-cao-zuo/linux-connect-to-serial-port.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://applezulab.netdpi.net/02-linux-xi-tong-cao-zuo.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
