On Mon, 2003-03-03 at 11:46, Louis Selvon wrote: > Louis> For me it's for experimenting before I try anything on a live server.
well then, I suppose the answer to your question is "yes, you do need sendmail, apache etc" > I actually already have rsync installed on the live server. How do I run rsync > to ftp files over ssh from remote to a live server ? rsync -e ssh refer to the man page for the rest of the options. There's lots of them. > > Will install rsync on the home based network as well. I will also setup the > ISP stuff on the remote Linux machine so that I can talk from remote Linux to > the live server one. This is sure going to be fun. barrels thereof. > > BTW: On a side note where can I get MySql as freeware or shareware ? I don't > think RH provides this. My live server came with it. I need this as all my > Perl/PHP development uses MySql as a backend DB. install apt-get. Then type "apt-get install mysql-server" or something. Mysql will be on your installation CDs. Just use rpm to install it. James. -- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
