LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop
User Name
Password
Linux - Desktop This forum is for the discussion of all Linux Software used in a desktop context.

Notices


Reply
  Search this Thread
Old 07-06-2010, 04:05 AM   #1
ikkyusan
LQ Newbie
 
Registered: Jul 2010
Posts: 1

Rep: Reputation: 0
move development environment from distribution to distribution


Hi all,

I wonder if there's a way to prepare a development environment with all the programs, env variables, and share it along with different linux installation.

I am asking this because I am a (java) developer and most of the time, either because I buy new laptop, or upgrade distro, I need to download reinstall and configure all again.

Recently I was thinking about Virtualization, in this way I could prepare my Linux Box and make it run on VirtualBox or VMWare Player on any distribution.

Are there any other solutions ?

thanks
 
Old 07-06-2010, 04:23 AM   #2
serafean
Member
 
Registered: Mar 2006
Location: Czech Republic
Distribution: Gentoo, Chakra
Posts: 997
Blog Entries: 15

Rep: Reputation: 136Reputation: 136
Hi, you can save all your ~/.* files, there are hidden all the configuration files. As for your needed applications, do a list (AppList) and install them from a script :
Code:
for i in `cat AppList`;do 
apt-get install "$i"
done
This saves you the trouble of installing everything manually. You could of course do a disk image and use that to install to a new machine.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Best Distribution for a home-cum-development server dhruv17singhal Linux - Newbie 3 06-20-2010 11:14 AM
Recommend a distribution for C/C++ & x86 Assembly development reverse Programming 16 04-28-2007 11:04 AM
Best Linux distribution for commercial development chuckleberry Linux - Software 1 02-18-2006 08:12 AM
ROCK Development Rev. 6406 Crystal Distribution available stf ROCK 0 11-07-2005 01:41 PM
Which Distribution Package is best for development + learning system admistration+..? thandermax Linux - Newbie 11 07-02-2005 03:50 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop

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

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration