Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | Next revisionBoth sides next revision | ||
| zh:docs:guide-quick-start:starterfaq [2017/08/22 05:39] – chanix | zh:docs:guide-quick-start:starterfaq [2018/07/08 11:58] – jiangming1399 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== LEDE Starter | + | ====== LEDE 新手 |
| **嗯……我设备上已经成功刷上了 LEDE, 下面该做些什么?**\\ | **嗯……我设备上已经成功刷上了 LEDE, 下面该做些什么?**\\ | ||
| Line 13: | Line 13: | ||
| 默认安装后, root 用户是没有密码的,您需要手工设置一下。你可以通过在终端界面使用命令 passwd ,或者通过 [[http:// | 默认安装后, root 用户是没有密码的,您需要手工设置一下。你可以通过在终端界面使用命令 passwd ,或者通过 [[http:// | ||
| - | **Can I reset the ' | + | **如果我忘记了' |
| - | Yes, check the troubleshooting section of the user guide. | + | 当然可以,看看用户指南的故障排除章节,里面的[[zh: |
| - | **I seem to have messed up the LEDE device configuration, | + | **我似乎搞乱了某些设置,现在没法连接到我的设备了,我该怎么办?**\\ |
| - | Check the troubleshooting section of the user guide, several recovery options are available. | + | 用户指南的故障排除章节中提到了如何[[docs: |
| - | **How can I enable SSL for the web admin gui?**\\ | + | **怎么为图形界面管理添加https支持呢?**\\ |
| - | In an SSH-command line, run '' | + | 在SSH命令行中,运行'' |
| - | **Is there a command line editor available in SSH?**\\ | + | **SSH中有什么文本编辑器吗?**\\ |
| - | use '' | + | 使用'' |
| - | |ESC :q! | exits without saving| | + | |ESC :q! | 不保存并退出| |
| - | |ESC :wq | exit and save| | + | |ESC :wq | 保存并退出| |
| - | |ESC i | insert text at the current cursor position| | + | |ESC i | 在当前位置插入文本| |
| - | |ESC x | delete the character under the cursor| | + | |ESC x | 在当前位置删除文本| |
| - | |ESC dd | delete the whole current line| | + | |ESC dd | 删除一整行| |
| - | |ESC o | open new line below cursor| | + | |ESC o | 在光标下面插入一行| |
| - | |ESC O | open new line above cursor| | + | |ESC O | 在光标上面插入一行| |
| - | **What other tools can I use for administation of LEDE from a windows client?**\\ | + | **在Windows下,有什么管理设备的工具吗?**\\ |
| - | Get [[http:// | + | 有很多工具。例如cmder, |
| - | **I would like to customize LEDE, but am having difficulties finding the packages that I am interested in.**\\ | + | **我想自定义一些东西,但我很难找到我想要的软件包。**\\ |
| - | Remember to first run '' | + | 在每次重启后,记得运行'' |
| - | **Why is there a " | + | **为什么在OpenWrt里面有" |
| - | Note that there is a " | + | WAN接口有两个,分别是" |
| - | Also note that both an interface and a zone called "LAN" exist. Also "WAN" is used both as a name for a zone and as a name for the IPv4 WAN interface. Both the "WAN" and " | + | LAN、WAN接口需要与同名的防火墙区域区分开来,LAN接口是属于LAN区域的,而两个WAN口都是属于WAN区域的。 |
| - | **Why is there both a "Save & Apply" | + | **LuCi 里面的"保存"和"保存并应用"按钮有什么不同?**\\ |
| - | You can do several different changes in different tabs, each time clicking " | + | 你可以在不同的页面中更改很多设置,按下“保存”按钮来暂时存储这些设置。在修改完毕后,点击“保存并应用”就可以一次性提交所有的更改了。 |
| - | **What is the difference of total available memory, free and buffered shown in LuCi status overview?**\\ | + | ** LuCi状态页面中的总可用内存、空闲内存和缓存内存有什么区别?**\\ |
| - | Total = free + buffered. | + | 总可用内存 |
| - | Buffered | + | 缓存内存 |
| - | Free = really free memory\\ | + | 空闲内存 |