本帖最后由 speedturtle 于 2018-8-8 19:10 编辑
刷入固件第一件事很多人都会第一时间开启隐藏功能?
荒野无灯开启隐藏功能的三条命令(可在Telnet/SSH输入)
nvram set google_fu_mode=0xDEADBEEF #开启google-fu(s-s)
nvram set ext_show_lse=1 #开启KMS(可选功能,微软office认证)
nvram commit #写入固件
然后接下来说下利用自带的内存卡开启SWAP分区。有啥作用,请看官方说明。 (说人话就是,设置了swap缓存,你可以用很多软件都不卡)
You may need a SWAP partition if you intend to use applications like BitTorrent-clients or applications that require large amounts of memory (download managers, 'tiny servers', etc.). Also, the presence of the SWAP partition is recommended when using a media server UPnP/DLNA, which is in the process of database creation of media content consumed a large amount of RAM.
Important note!It is not recommended to create swap files or partitions on USB hard drives. There is a risk of a system crash if the USB disk is unplugged incorrectly(for example, if router is powered off suddenly, or some other reason).
!!!以下操作有可能会导致内存卡报废,请酌情使用!!!
BusyBox v1.24.2 (2018-06-06 01:13:02 CST) built-in shell (ash)
Enter 'help' for a list of built-in commands.
[YOUKU-L1 /home/root]# nvram set google_fu_mode=0xDEADBEEF
[YOUKU-L1 /home/root]# nvram set ext_show_lse=1
[YOUKU-L1 /home/root]# nvram commit
[YOUKU-L1 /home/root]# mount
rootfs on / type rootfs (rw)
/dev/root on / type squashfs (ro,relatime)
proc on /proc type proc (rw,relatime)
sysfs on /sys type sysfs (rw,relatime)
usbfs on /proc/bus/usb type usbfs (rw,relatime)
tmpfs on /dev type tmpfs (rw,relatime,size=8k)
tmpfs on /etc type tmpfs (rw,noatime,size=4096k)
tmpfs on /home type tmpfs (rw,relatime,size=1024k)
tmpfs on /media type tmpfs (rw,relatime,size=8k)
tmpfs on /mnt type tmpfs (rw,relatime,size=8k)
tmpfs on /tmp type tmpfs (rw,relatime,size=32768k)
tmpfs on /var type tmpfs (rw,relatime,size=4096k)
devpts on /dev/pts type devpts (rw,relatime,mode=600)
/dev/mmcblk0p1 on /media/AiCard_01 type vfat (rw,noatime,fmask=0000,dmask=0000,allow_utime=0022,codepage=cp866,iocharset=utf8,sh