Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revisionBoth sides next revision
zh-tw:doc:uci [2018/03/04 16:37] – ↷ Links adapted because of a move operation zh-tw:docs:guide-user:base-system:uci [2019/03/22 14:43] – links updated vgaetera
Line 29: Line 29:
 大致上, 每一個設定檔會和它所屬的系統功能有關. 大致上, 每一個設定檔會和它所屬的系統功能有關.
 使用者可以透過文字編輯器(vim, notepad之類的)直接修改UCI設定檔的內容, 來達到修改設定值的目的, 或者透過 ''uci'' 這個指令來修改設定值. 使用者可以透過文字編輯器(vim, notepad之類的)直接修改UCI設定檔的內容, 來達到修改設定值的目的, 或者透過 ''uci'' 這個指令來修改設定值.
-UCI設定檔也可以透過各種的API(例如shell, Lua 和 C)來修改, 例如Web GUI就可以透過 [[docs:guide-user:luci:luci.essentials-tomerge|LuCI]] 來修改UCI設定檔.+UCI設定檔也可以透過各種的API(例如shell, Lua 和 C)來修改, 例如Web GUI就可以透過 [[docs:guide-user:luci:luci.essentials|LuCI]] 來修改UCI設定檔.
  
 當UCI設定檔被修改, 不論使用者用什麼方式(透過文字編輯器修改或是透過uci指令)修改的, 其相關的service或是執行檔必須(重新)啟動, 方可讓修改過的設定值可以產生作用, (重新)啟動的方式是透過[[docs:techref:initscripts|init.d call]]. 當UCI設定檔被修改, 不論使用者用什麼方式(透過文字編輯器修改或是透過uci指令)修改的, 其相關的service或是執行檔必須(重新)啟動, 方可讓修改過的設定值可以產生作用, (重新)啟動的方式是透過[[docs:techref:initscripts|init.d call]].
Line 59: Line 59:
 | [[docs:guide-user:base-system:dhcp|/etc/config/dhcp]] | Dnsmasq 設定 和 DHCP 相關設定 | | [[docs:guide-user:base-system:dhcp|/etc/config/dhcp]] | Dnsmasq 設定 和 DHCP 相關設定 |
 | [[docs:guide-user:base-system:dropbear|/etc/config/dropbear]] | SSH server options | | [[docs:guide-user:base-system:dropbear|/etc/config/dropbear]] | SSH server options |
-| [[docs:guide-user:firewall:firewall_configuration|/etc/config/firewall]] | NAT, packet filter, port forwarding, etc.  |+| [[inbox:firewall:start|/etc/config/firewall]] | NAT, packet filter, port forwarding, etc.  |
 | [[docs:guide-user:base-system:basic-networking|/etc/config/network]] | Switch, interface and route configuration | | [[docs:guide-user:base-system:basic-networking|/etc/config/network]] | Switch, interface and route configuration |
 | [[docs:guide-user:base-system:system_configuration|/etc/config/system]] | Misc. system settings | | [[docs:guide-user:base-system:system_configuration|/etc/config/system]] | Misc. system settings |
Line 92: Line 92:
 | [[docs:guide-user:services:print_server:p910nd|/etc/config/p910nd]] | config for non-spooling Printer daemon [[docs:guide-user:services:print_server:p910nd.server]] | | [[docs:guide-user:services:print_server:p910nd|/etc/config/p910nd]] | config for non-spooling Printer daemon [[docs:guide-user:services:print_server:p910nd.server]] |
 | [[docs:guide-user:services:nas:pure-ftpd|/etc/config/pure-ftpd]] | Pure-FTPd server config | | [[docs:guide-user:services:nas:pure-ftpd|/etc/config/pure-ftpd]] | Pure-FTPd server config |
-| [[docs:guide-user:network:traffic-shaping:qos-tomerge|/etc/config/qos]] | Implementing Quality of Service for the //upload// |+| [[docs:guide-user:network:traffic-shaping:qos|/etc/config/qos]] | Implementing Quality of Service for the //upload// |
 | [[docs:guide-user:services:vpn:ipsec:racoon:basic|/etc/config/racoon]] | racoon IPsec daemon | | [[docs:guide-user:services:vpn:ipsec:racoon:basic|/etc/config/racoon]] | racoon IPsec daemon |
 | [[docs:guide-user:services:nas:samba|/etc/config/samba]] | settings for the Microsoft file and print services daemon | | [[docs:guide-user:services:nas:samba|/etc/config/samba]] | settings for the Microsoft file and print services daemon |
Line 105: Line 105:
 | [[docs:guide-user:services:media_server:ushare|/etc/config/ushare]] | uShare UPnP server settings | | [[docs:guide-user:services:media_server:ushare|/etc/config/ushare]] | uShare UPnP server settings |
 | [[docs:guide-user:services:vblade|/etc/config/vblade]] | vblade userspace AOE target | | [[docs:guide-user:services:vblade|/etc/config/vblade]] | vblade userspace AOE target |
-| [[doc:uci:vnstat|/etc/config/vnstat]] | vnstat downloader settings | +| [[docs:guide-user:services:network_monitoring:vnstat|/etc/config/vnstat]] | vnstat downloader settings | 
-| [[docs:guide-user:network:wifi:wifitoggle-tomerge|/etc/config/wifitoggle]] | Script to toogle WiFi with a button |+| [[docs:guide-user:network:wifi:wifi_toggle|/etc/config/wifitoggle]] | Toggle WiFi with a button |
 | [[docs:guide-user:services:w_o_l:wol|/etc/config/wol]] | Wake-on-Lan: wol | | [[docs:guide-user:services:w_o_l:wol|/etc/config/wol]] | Wake-on-Lan: wol |
 | [[doc:uci:wshaper|/etc/config/wshaper]] | wondershaper qos script settings | | [[doc:uci:wshaper|/etc/config/wshaper]] | wondershaper qos script settings |
  • Last modified: 2019/03/22 18:50
  • by vgaetera