LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   ease of use question (https://www.linuxquestions.org/questions/linux-newbie-8/ease-of-use-question-676291/)

leicaphotos 10-14-2008 11:27 AM

ease of use question
 
A few things, I want to make sure that on every boot the following happen:

KDE Starts

/usr/local/bin/mysqld_safe --user=root & is run

httpd and apache start

any thoughts for automating these processes?


thanks


other question, now that I've got my webserver up and running, how do I create a situation to where I can ftp in from a remote box (I will be the only ftp user, but wish to have this to be able to work from home)

using pcbsd lateszt version

lugoteehalt 10-14-2008 11:43 AM

Quote:

Originally Posted by leicaphotos (Post 3309853)
A few things, I want to make sure that on every boot the following happen:

KDE Starts....1

/usr/local/bin/mysqld_safe --user=root & is run....2a

httpd and apache start....2

any thoughts for automating these processes?


thanks


other question, now that I've got my webserver up and running, how do I create a situation to where I can ftp in from a remote box (I will be the only ftp user, but wish to have this to be able to work from home)

using pcbsd lateszt version

1/ Install kdm, the display manager. It should be started, it should set this up, in /etc/init.d/kdm.

2/ If you start them and then log out of KDE without closing them kdm will start them the next time it starts KDE????

2a/ Shove command in .bashrc or a file sourced from there???? Suspect you should get the login shell to run it, don't know how.

Vis ftp just start an ftp daemon, e.g. pftpd????????

Total-MAdMaN 10-14-2008 11:47 AM

I'm not sure how *BSD does it, but on Linux programs are started at boot by placing them in the appropriate run level.

As for FTP access for your webserver, you need to be running an FTP server.

john test 10-14-2008 01:21 PM

May not be the best way, but this is what I did:
Download "xampp" and un tar it into /opt/lampp
This installs apache, php, proftp and mysql
Then edit /etc/rc.local to include "/opt/lampp/lampp start"
This will start Apache web server and proftpd


All times are GMT -5. The time now is 01:16 PM.