?? squid.options
字號:
#!/sbin/sh## Squid Internet Object Cache configuration# AUTHOR: Markus Gyger# This is file /etc/rc.config.d/squid or /var/config/squid.options# SQUID: Set to 1 to enable Squid (HP-UX 10 only)# SQUID_OPTIONS: Options passed to Squid (e.g. "-f .../squid.conf")# SQUID_RESPAWN: Set to 1 to automatically restart squid after failureSQUID=0SQUID_OPTIONS="-s"SQUID_RESPAWN=1
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -