is there a way to autostart...Forum: Networking Topic: is there a way to autostart... started by: nbx909 Posted by nbx909 on May 02 2005,23:46
is there a way to auto start ssh, monkey webserver, and the ftp program when i start my DSL computer?
Posted by cbagger01 on May 03 2005,03:41
Does booting with the command:dsl ssh monkey ftp at the boot prompt work? If you have a hd-install, you will need to add these words to your append statement in your /etc/lilo.conf and rerun lilo to activate the changes. Posted by ke4nt1 on May 03 2005,04:37
also, for a truly hands-free frugal install, poorman's install, or a liveCD with a saved backup file, try adding these lines to your bootlocal.sh file for some autostart action. ---snip---- # for autostarting ssh /etc/init.d/ssh start # for autostarting the monkey webserver /opt/monkey/bin/banana start # for autostarting the betaftp daemon /usr/sbin/betaftpd ---snip--- This works well for USBpendrive users too.. 73 ke4nt Posted by nbx909 on May 03 2005,22:35
thanks i have a hd-install btw...
Posted by ke4nt1 on May 04 2005,05:07
They work just fine with a HDInstall also ..73 ke4nt |