I want to make a script of sorts such that I can automate the mundane tasks that I do to setup my linux box after a clean install. These steps are namely:
- Install perforce(as I work with perforce), or git and checkout code - This requires the user to enter a user/password
- Install software such as sun-jdk, maven, mysql, tomcat, etc
- Install eclipse and a couple of other plugins
- Mount a remote drive to local disk and create a copy of the data from that mount to local disk
There are other couple of task and the target system is mostly ubuntu/debian? How can I do this, I know preseed file is an option but how do i do user input and stuff. Pls help!