qbit linux网页ui不能设置中文,嘿嘿..终于搞定DD-WRT修改WEB界面和添加中文语言

本文主要是介绍qbit linux网页ui不能设置中文,嘿嘿..终于搞定DD-WRT修改WEB界面和添加中文语言,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!

Phantom曾经把DD的源码压缩为926.92M的7z包,:

Phantom5月27日 19:22笔记

感谢Phantom打包的DD-WRT的源码!

ddwrt(解压需10G,至少20G剩余空间,不要用GUI界面解压,死在哪都不知道).7z(926.92M)

Phantom说:为了压缩率 字典 用的比较大 解压需要 512m+ 空余内存

Phantom(229388568)  19:05:00

解压 需要 10G 空间 总共有 20G 空间剩余的才能玩

Phantom(229388568)  19:06:00

不要用 gui界面的解压

Phantom(229388568) 19:06:08

死在那里 什么都看不出来

Phantom(229388568)  19:07:03

7z 可以 在 win 下面解压 内存丰富 性能强

Phantom(229388568)  19:07:23

然后 把 tar 的目录挂载到 vm 里面再解压

Phantom(229388568)  19:08:07

为了压缩率 字典 用的比较大 解压需要 512m+ 空余内存

Phantom QQMail_REFER_SPLIT 5月27日 19:22

export PATH=/opt/4.1.2/bin:$PATH

#export PATH=/opt/4.1.2/bin:$PATH

apt-get -y install libreadline-dev subversion gcc g++ binutils patch bzip2 flex-old bison make gettext unzip zlib1g-dev libc6 libncurses5-dev libstdc++6 automake openssl libxml2-dev ia32-libs

#wget http://mirrors.kernel.org/ubuntu ... -17ubuntu1_i386.deb

#dpkg -i ./libstdc++5_3.3.6-17ubuntu1_i386.deb

#rm ./libstdc++5_3.3.6-17ubuntu1_i386.deb

ln -s /root/toolchains/3.4.6-uclibc-0.9.28/ /opt/3.3.4

ln -s /root/toolchains/3.4.6-uclibc-0.9.28/ /opt/3.3.6

ln -s /root/toolchains/3.4.6-uclibc-0.9.28/ /opt/3.4.4

ln -s /root/toolchains/3.4.6-uclibc-0.9.28/ /opt/3.4.6

ln -s /root/toolchains/4.1.0-uclibc-0.9.28/ /opt/4.1.0

ln -s /root/toolchains/toolchain-mipsel_gcc4.1.2/ /opt/4.1.2

#ln -s /root/toolchains/3.4.6-uclibc-0.9.28/ /root/toolchains/3.4.6

#ln -s /root/toolchains/3.4.6-uclibc-0.9.28/ /root/toolchains/3.4.4

#ln -s /root/toolchains/3.4.6-uclibc-0.9.28/ /root/toolchains/3.3.6

#ln -s /root/toolchains/3.4.6-uclibc-0.9.28/ /root/toolchains/3.3.4

#ln -s /root/toolchains/4.1.0-uclibc-0.9.28/ /root/toolchains/4.1.0

# Creating symlinks

rm ~/ddwrt/src/linux/brcm/linux.v24_2/include/asm

ln -s ~/ddwrt/src/linux/brcm/linux.v24_2/include/asm-mips ~/ddwrt/src/linux/brcm/linux.v24_2/include/asm

mkdir ~/tmp

cd ~/ddwrt

#64位系统 不用搞

wget http://mirrors.kernel.org/ubuntu ... -17ubuntu1_i386.deb

dpkg -i --force-all ./libstdc++5_3.3.6-17ubuntu1_i386.deb

rm ./libstdc++5_3.3.6-17ubuntu1_i386.deb

echo "Compiling jsformat..."

cd ~/ddwrt/src/router/tools

rm jsformat

make jsformat

echo "done.."

echo "Compiling strip..."

cd ~/ddwrt/tools

rm ./strip

gcc strip.c -o ./strip

echo "done.."

echo "Compiling process_langfile..."

rm process_langfile

gcc -o process_langfile process_langfile.c

echo "done.."

# make write3

rm ./write3

gcc write3.c -o ./write3

echo "Compiling write4..."

rm ./write4

gcc write4.c -o ./write4

echo "done.."

echo "Compiling webcomp..."

rm ./webcomp

gcc -o webcomp -DUEMF -DWEBS -DLINUX webcomp.c

#change compile flage in /home/dd-wrt/DD-WRT/src/squashfs-tools/Makefile to use non x64 compiler if oyu do not have x64 machine

sed -i -e "s%-m64%-m32%" ~/ddwrt/src/squashfs-tools/Makefile

sed -i -e "s%-m64%-m32%" ~/ddwrt/src/squashfs-tools/lzma/C/7zip/Compress/LZMA_Lib/makefile

# same in /home/dd-wrt/DD-WRT/src/squashfs-tools/lzma/C/7zip/Compress/LZMA_Lib/makefile

# now make the lzma util. because Version in svn is 64 bit. There should not be any problem with recompiling in on 64bit, too.

cd ~/ddwrt/src/squashfs-tools/lzma/C/7zip/Compress/LZMA_Alone

mv makefile makefile.disabled

mv makefile.gcc makefile

make

cp -vf lzma ~/ddwrt/opt/loader-0.02/

# restore point checked out of SVN

mv makefile makefile.gcc

mv makefile.disabled makefile

# compile mksquashfs-lzma (again it is 64 bit)

cd ~/ddwrt/src/squashfs-tools

rm mksquashfs-lzma

make

cp mksquashfs-lzma ../linux/brcm/linux.v24_2/scripts/squashfs

#64 end

echo "Creating Makefile for packages .."

cd ~/ddwrt/src/router/

#建议从 configs 文件夹拷贝

cp .config_mega.v24 .config

gedit .config

cd ./busybox/

cp .config_std .config

#gedit .config

cd ..

cd ./sputnik

mv ./Makefile ./Makefile.away

cd ..

echo "#define BUILD_DATE \"$(date +%D)\"" > ~/ddwrt/opt/build.h

make configure

make clean

export PATH=/opt/3.4.6/bin:$PATH

make rflow

export PATH=/opt/4.1.2/bin:$PATH

#wget ftp://bird.network.cz/pub/bird/bird-1.2.2.tar.gz

#tar zxvf ./bird-1.2.2.tar.gz

#rm -rv bird

#mv ./bird-1.2.2 ./bird

cd ./bird

./configure --host=mipsel-linux-uclibc --disable-client --with-sysconfig=sysdep/cf/linux-22.h --localstatedir=/tmp/bird --sysconfdir=/tmp/bird --no-recursion CC=mipsel-linux-uclibc-gcc bird_cv_c_endian=big-endian

#添加 LD=mipsel-linux-uclibc-ld

gedit ./obj/Rules

make

cd ..

#cd ./iptraf/src/

#make clean

#make

#make install

#cd ../..

#http://svn.dd-wrt.com:8000/dd-wrt/ticket/646

#make zlib

#cd ./asterisk

#make dist-clean

#./configure --host=mipsel-linux-uclibc --without-curl --without-curses --with-gsm=internal --without-gtk --without-gtk2 --without-isdnnet --without-kde --without-misdn --without-nbs --with-ncurses="/root/ddwrt/src/router/ncurses" --without-netsnmp --without-newt --without-odbc --without-ogg --without-osptk --without-pri --without-qt --without-radius --without-sdl --without-spandsp --without-suppserv --without-tds --without-termcap --without-tinfo --without-vorbis --without-vpb --with-z="/root/ddwrt/src/router/zlib" --disable-xmldoc --without-dahdi --without-gnutls --without-iksemel CC=mipsel-linux-uclibc-gcc LD=mipsel-linux-uclibc-ld

make

cd ..

echo "done.."

make all install

##########################################################

cd ~/ddwrt/opt

mkdir ../src/router/mipsel-uclibc/target/etc/config

./sstrip/sstrip ../src/router/mipsel-uclibc/target/bin/*

./sstrip/sstrip ../src/router/mipsel-uclibc/target/sbin/rc

./sstrip/sstrip ../src/router/mipsel-uclibc/target/usr/sbin/*

cp ./bin/ipkg ../src/router/mipsel-uclibc/target/bin

cp ./libgcc/* ../src/router/mipsel-uclibc/target/lib

cd ../src/router/mipsel-uclibc/target/lib

ln -s libgcc_s.so.1 libgcc_s.so

cd ../../../../../opt

cp ./etc/preinit ../src/router/mipsel-uclibc/target/etc

cp ./etc/postinit ../src/router/mipsel-uclibc/target/etc

cp ./etc/ipkg.conf ../src/router/mipsel-uclibc/target/etc

cp ./etc/config/* ../src/router/mipsel-uclibc/target/etc/config

cp ./usr/lib/smb.conf ../src/router/mipsel-uclibc/target/usr/lib

cd ../src/router/mipsel-uclibc/target/www

ln -s ../tmp/smbshare smb

cd ../../../../../opt

./strip_libs.sh

../src/linux/brcm/linux.v24_2/scripts/squashfs/mksquashfs-lzma ../src/router/mipsel-uclibc/target target.squashfs -noappend -root-owned -le

#./make_kernel.v24_2.sh

../tools/trx -o dd-wrt.v24_2.trx ./loader-0.02/loader.gz ../src/router/mipsel-uclibc/vmlinuz target.squashfs

这个是我 最新的 笔记 有点乱 大家将就研究下吧

附解压过程截图如下:

thread-48463-1-1.html

这篇关于qbit linux网页ui不能设置中文,嘿嘿..终于搞定DD-WRT修改WEB界面和添加中文语言的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!



http://www.chinasem.cn/article/389637

相关文章

Linux中shell解析脚本的通配符、元字符、转义符说明

《Linux中shell解析脚本的通配符、元字符、转义符说明》:本文主要介绍shell通配符、元字符、转义符以及shell解析脚本的过程,通配符用于路径扩展,元字符用于多命令分割,转义符用于将特殊... 目录一、linux shell通配符(wildcard)二、shell元字符(特殊字符 Meta)三、s

如何设置vim永久显示行号

《如何设置vim永久显示行号》在Linux环境下,vim默认不显示行号,这在程序编译出错时定位错误语句非常不便,通过修改vim配置文件vimrc,可以在每次打开vim时永久显示行号... 目录设置vim永久显示行号1.临时显示行号2.永www.chinasem.cn久显示行号总结设置vim永久显示行号在li

Linux之软件包管理器yum详解

《Linux之软件包管理器yum详解》文章介绍了现代类Unix操作系统中软件包管理和包存储库的工作原理,以及如何使用包管理器如yum来安装、更新和卸载软件,文章还介绍了如何配置yum源,更新系统软件包... 目录软件包yumyum语法yum常用命令yum源配置文件介绍更新yum源查看已经安装软件的方法总结软

linux报错INFO:task xxxxxx:634 blocked for more than 120 seconds.三种解决方式

《linux报错INFO:taskxxxxxx:634blockedformorethan120seconds.三种解决方式》文章描述了一个Linux最小系统运行时出现的“hung_ta... 目录1.问题描述2.解决办法2.1 缩小文件系统缓存大小2.2 修改系统IO调度策略2.3 取消120秒时间限制3

Linux alias的三种使用场景方式

《Linuxalias的三种使用场景方式》文章介绍了Linux中`alias`命令的三种使用场景:临时别名、用户级别别名和系统级别别名,临时别名仅在当前终端有效,用户级别别名在当前用户下所有终端有效... 目录linux alias三种使用场景一次性适用于当前用户全局生效,所有用户都可调用删除总结Linux

Linux:alias如何设置永久生效

《Linux:alias如何设置永久生效》在Linux中设置别名永久生效的步骤包括:在/root/.bashrc文件中配置别名,保存并退出,然后使用source命令(或点命令)使配置立即生效,这样,别... 目录linux:alias设置永久生效步骤保存退出后功能总结Linux:alias设置永久生效步骤

Linux使用fdisk进行磁盘的相关操作

《Linux使用fdisk进行磁盘的相关操作》fdisk命令是Linux中用于管理磁盘分区的强大文本实用程序,这篇文章主要为大家详细介绍了如何使用fdisk进行磁盘的相关操作,需要的可以了解下... 目录简介基本语法示例用法列出所有分区查看指定磁盘的区分管理指定的磁盘进入交互式模式创建一个新的分区删除一个存

Linux使用dd命令来复制和转换数据的操作方法

《Linux使用dd命令来复制和转换数据的操作方法》Linux中的dd命令是一个功能强大的数据复制和转换实用程序,它以较低级别运行,通常用于创建可启动的USB驱动器、克隆磁盘和生成随机数据等任务,本文... 目录简介功能和能力语法常用选项示例用法基础用法创建可启动www.chinasem.cn的 USB 驱动

使用SQL语言查询多个Excel表格的操作方法

《使用SQL语言查询多个Excel表格的操作方法》本文介绍了如何使用SQL语言查询多个Excel表格,通过将所有Excel表格放入一个.xlsx文件中,并使用pandas和pandasql库进行读取和... 目录如何用SQL语言查询多个Excel表格如何使用sql查询excel内容1. 简介2. 实现思路3

Go语言实现将中文转化为拼音功能

《Go语言实现将中文转化为拼音功能》这篇文章主要为大家详细介绍了Go语言中如何实现将中文转化为拼音功能,文中的示例代码讲解详细,感兴趣的小伙伴可以跟随小编一起学习一下... 有这么一个需求:新用户入职 创建一系列账号比较麻烦,打算通过接口传入姓名进行初始化。想把姓名转化成拼音。因为有些账号即需要中文也需要英