Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next 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 [2022/11/05 12:02] – synced with en page heybrowhatsup | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== | + | ====== |
| - | **嗯……我设备上已经成功刷上了 | + | **嗯……我设备上已经成功刷上了 |
| 设置 root 的密码,设置无线 Wifi,熟悉一下用户手册里面的关于 问题与恢复 的内容,然后您也可以看看手册中您感兴趣的部分。 | 设置 root 的密码,设置无线 Wifi,熟悉一下用户手册里面的关于 问题与恢复 的内容,然后您也可以看看手册中您感兴趣的部分。 | ||
| **我是默认安装,怎么才能进入图形界面管理后台?**\\ | **我是默认安装,怎么才能进入图形界面管理后台?**\\ | ||
| - | 打开你的浏览器,访问 http:// | + | 打开你的浏览器,访问 |
| - | **LEDE 默认的管理员帐号是什么?**\\ | + | **OpenWrt |
| root | root | ||
| **root 的初始密码是什么?**\\ | **root 的初始密码是什么?**\\ | ||
| - | 默认安装后, root 用户是没有密码的,您需要手工设置一下。你可以通过在终端界面使用命令 passwd ,或者通过 | + | 默认安装后, root 用户是没有密码的,您需要手工设置一下。你可以通过在终端界面使用命令 passwd ,或者通过 |
| - | **Can I reset the ' | + | **如果我忘记了' |
| - | Yes, check the troubleshooting section of the user guide. | + | 当然可以,看看用户指南的故障排除章节,里面的[[zh: |
| - | **I seem to have messed up the LEDE device configuration, | + | **我似乎搞乱了某些设置,现在没法连接到我的 OpenWrt 设备了,我该怎么办?**\\ |
| - | 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 | 在光标上面插入一行 | |
| + | | ESC u | 撤销上个编辑 | ||
| - | **What other tools can I use for administation of LEDE from a windows client?**\\ | + | **在 Windows 下,有什么管理 OpenWrt 设备的工具吗?**\\ |
| - | 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\\ | + | 空闲内存 |