網樂通加強版 BusyBox - 改機

By Delia
at 2011-03-11T14:49
at 2011-03-11T14:49
Table of Contents
繼續修改/etc/init.d/rcS 檔案,現在變成這樣:
============================================
#! /bin/sh
/bin/mount -a
if [ -x /sbin/udhcpc ];
then
udhcpc&
fi
if [ -x /usr/sbin/telnetd ];
then
telnetd&
fi
if [ -x /usr/sbin/ftpd ];
then
tcpsvd 0 21 ftpd -w /&
fi
if [ -x /usr/sbin/httpd ];
then
httpd -p 80 -h /home/httpd/html&
fi
============================================
這樣就把 FTP伺服器跟HTTP伺服器都架起來了,聽說busybox 的HTTP伺服器還能
支援cgi-bin ,換句話應該能跑 php跟mysql ,變身最便宜網頁伺服器XD
FTP根目錄我設在 /,這樣要修改檔案會方便很多,直接有寫入權限。
網頁我是放在 /home/httpd/html 目錄,有需要的人可以視情況改到其他的目錄
,然後丟一個index.html檔案進去測試。http.conf 的設定方式似乎跟一般的不
大一樣,得在研究研究。
--
○ ____ _ _ _ _ ____ _ _ ____ _____ ____
。 ★(_ _)( \( )( \/ )( ___)( \( )(_ _)( _ )( _ \
o _)(_ ) ( \ / )__) ) ( )( )(_)( ) / ● ‧
(____)(_)\_) \/ (____)(_)\_) (__) (_____)(_)\_) ★
o
--
============================================
#! /bin/sh
/bin/mount -a
if [ -x /sbin/udhcpc ];
then
udhcpc&
fi
if [ -x /usr/sbin/telnetd ];
then
telnetd&
fi
if [ -x /usr/sbin/ftpd ];
then
tcpsvd 0 21 ftpd -w /&
fi
if [ -x /usr/sbin/httpd ];
then
httpd -p 80 -h /home/httpd/html&
fi
============================================
這樣就把 FTP伺服器跟HTTP伺服器都架起來了,聽說busybox 的HTTP伺服器還能
支援cgi-bin ,換句話應該能跑 php跟mysql ,變身最便宜網頁伺服器XD
FTP根目錄我設在 /,這樣要修改檔案會方便很多,直接有寫入權限。
網頁我是放在 /home/httpd/html 目錄,有需要的人可以視情況改到其他的目錄
,然後丟一個index.html檔案進去測試。http.conf 的設定方式似乎跟一般的不
大一樣,得在研究研究。
--
○ ____ _ _ _ _ ____ _ _ ____ _____ ____
。 ★(_ _)( \( )( \/ )( ___)( \( )(_ _)( _ )( _ \
o _)(_ ) ( \ / )__) ) ( )( )(_)( ) / ● ‧
(____)(_)\_) \/ (____)(_)\_) (__) (_____)(_)\_) ★
o
--
Tags:
改機
All Comments

By Ula
at 2011-03-16T04:21
at 2011-03-16T04:21

By Victoria
at 2011-03-20T13:11
at 2011-03-20T13:11

By George
at 2011-03-23T02:06
at 2011-03-23T02:06

By Vanessa
at 2011-03-23T10:29
at 2011-03-23T10:29

By Adele
at 2011-03-24T13:40
at 2011-03-24T13:40

By Lauren
at 2011-03-29T10:57
at 2011-03-29T10:57
Related Posts
隨身硬碟的相容性與使用

By Ivy
at 2011-03-11T13:35
at 2011-03-11T13:35
網樂通加強版 BusyBox

By Cara
at 2011-03-11T13:20
at 2011-03-11T13:20
70000型 無法讀ps one的備份片

By Megan
at 2011-03-11T11:20
at 2011-03-11T11:20
MultiMan的選擇與使用問題

By Carolina Franco
at 2011-03-11T09:37
at 2011-03-11T09:37
slim的破解應該快出來了

By Cara
at 2011-03-11T09:01
at 2011-03-11T09:01