Hi

You can surely automate these tasks to come up when the system comes up.You will need to write a shell script and put all the commands and test it to doulbe check weather it is performing the task.After performing the above task you will have to copy the above file to the following directory

/etc/init.d

Name the file as

S100nameofthefile

The letters S is used to execute the file during startup and the no 100 is the sequence in which the files should be executed

Hope this helped

Regards