rsync note
rsync server (debian) $ apt-get install rsync $ vi /etc/rsyncd.conf [vanix_mac] path = /home/vanix/rsync/ uid = vanix gid = vanix auth users = vanix_mac secrets file = /etc/rsyncd.secrets 其...
rsync server (debian) $ apt-get install rsync $ vi /etc/rsyncd.conf [vanix_mac] path = /home/vanix/rsync/ uid = vanix gid = vanix auth users = vanix_mac secrets file = /etc/rsyncd.secrets 其...
$ apt-get install lighttpd $ vi /etc/lighttp/lighttp.conf “mod_userdir” , userdir.path =”public_html” $ vi /etc/rc.local /usr/sbin/lighttpd -f /etc/lighttpd/lighttpd.conf
$ apt-get install proftpd$ vi /etc/proftpd/proftpd.conf<blockquote>ServerType standaloneDefaultServer onDefaultroot ~ nogroup</blockquote>$ vi /etc/rc.local<blockquote>/etc/init.d...
First, Creating a bootable microSD card for gumstix http://www.gumstix.net/Overo/view/Overo/Creating-a-bootable-microSD-card/115.html 切出兩個partition, 一個是FAT, 另一個是ext3 在 http://www.gumstix.net/ove...
for example ssh -NfR 36900:”某ip”:22 user@moon so… 在moon機器底下輸入 moon> ssh 127.0.0.1 -p 36900 則會連上某ip指定的pc 同理把22改成其他服務,也可使用 ex:VNC sshd_config設定說明 AllowTCPForwarding yes GatewayPorts ...
參考網址 http://forum.xda-developers.com/showthread.php?t=442480 …temp
1.安裝部份tar -zxvf linux-2.6.18.tar.gz to /usr/srcmake mrpropermake oldconfig(make menuconfig有error…不太清楚原因)make cleanmake bzImagemake modulesmake modules_installmake install2.重複編譯注意事項cd /lib/modulesmv...