Dail with GPRS modem using ppp

Require: pppd & chat dail on script kernel support - CONFIG_PPP pppd为point-to-point协议守护程序,用来建立internet连接。 chat为modem的自动交互脚本程序,pppd通过chat解析用户编写好的脚本对modem进行初始化并建立连接 注意: 脚本里面需要包含 AT+CGDCONT=1,"IP","CMNET" 用来对sim card做初始化设置。

minicom输出乱码

以前使用TERM=linux发现minicom输出经常有乱码现象。 env显示TERM默认为vt102,从host linux拷贝文件"/usr/share/terminfo/v/vt102"至rootfs 重新生成rootfs Done。

How to enable user ftp while disable user shell

As wu-ftpd man say "The user must have a standard shell returned by getusershell" and getusershell() function returns the next line from the file /etc/shells. Step1: assign /usr/sbin/nologin shell to…