[nlug] Best way to give remote access?

2012-05-08 Thread JMJ
Greetings! I have a spare box and would like to make it available to the developers of an application I use so they can test compatibility on Fedora 16. So, I'm trying to figure out the best plan for setting up the box, my LAN, etc. I don't expect to leave the box turned on 24/7, I prefer ha

Re: [nlug] Best way to give remote access?

2012-05-08 Thread Tilghman Lesher
On Tue, May 8, 2012 at 1:49 PM, JMJ wrote: > Greetings! > > I have a spare box and would like to make it available to the developers of > an application I use so they can test compatibility on Fedora 16. So, I'm > trying to figure out the best plan for setting up the box, my LAN, etc. > > I don't

Re: [nlug] Best way to give remote access?

2012-05-08 Thread Kent Perrier
On Tue, May 8, 2012 at 1:49 PM, JMJ wrote: > > The HD (1TB) was recently removed from my primary desktop and I'd like to > leave several of the partitions intact so I can keep them as back-ups. > But, I can delete that data if necessary. > > At the moment, my biggest question is whether to give

Re: [nlug] Best way to give remote access?

2012-05-08 Thread JMJ
On 05/08/2012 02:57 PM, Kent Perrier wrote: If you have data on that drive that you want to keep personal I would not give them root level access. Excellent point, I should have been more clear about the nature of the data. I'll probably delete anything "personal," or archive it elsewhere.

Re: [nlug] Best way to give remote access?

2012-05-08 Thread JMJ
On 05/08/2012 02:51 PM, Tilghman Lesher wrote: Is it possible to set up a regular user account to have permission to install software (via something like yum or rpm), but no other system permissions? Yes. See sudo(1), which you can set up to allow a user to run 'yum' as root and nothing else.

Re: [nlug] Best way to give remote access?

2012-05-08 Thread Jack Coats
This is one great reason to use virtual machines. They can have pretty much 'full rein' on a VM, but you need to make sure you have it set up 'right' (no real volumes, only virtual ones, etc). Just a thought. -- You received this message because you are subscribed to the Google Groups "NLUG" g

Re: [nlug] Best way to give remote access?

2012-05-08 Thread andrew mcelroy
On Tue, May 8, 2012 at 4:01 PM, Jack Coats wrote: > This is one great reason to use virtual machines. They can have > pretty much 'full rein' on a VM, but you need to make sure you have it > set up 'right' (no real volumes, only virtual ones, etc). > > If VMs are a possibility, then why not just

Re: [nlug] Best way to give remote access?

2012-05-08 Thread JMJ
On 05/08/2012 04:07 PM, andrew mcelroy wrote: If VMs are a possibility, then why not just have them setup a fedora VM and be done with the whole mess. Aaahhh... excellent idea... I'll point that out to them and see if that's a better option. Thanks! JMJ -- You received this message because

Re: [nlug] Best way to give remote access?

2012-05-08 Thread JMJ
On 05/08/2012 04:07 PM, andrew mcelroy wrote: If VMs are a possibility, then why not just have them setup a fedora VM and be done with the whole mess. The more I think about this, the more embarrassed I am that I didn't think of suggesting this route to begin with. Gaaahh. [facepalm] JMJ

Re: [nlug] Best way to give remote access?

2012-05-08 Thread Andrew Farnsworth
Yep, VMs are the way to go. But, you need to figure out if you should provide the hardware or just let them run it locally. Several people I know use git (or other version control) to manage the source code, everyone checks it out and runs it in a local VM (or VMs) and then checks in their change