Tis Week's Stammtische (especially the Avondale one)

2010-08-15 Thread Tuna
Hi, It's Stammtisch time! We have the Tempe and the Avondale stammtische this week. (Fun fact: stammtische is plural for stammtisch) The Tempe stammtisch is on Tuesday at Boulders on Broadway, which is on Broadway Roosevelt (near Mill Ave). http://plug.phoenix.az.us/node/427 The Avondale

Re: Tarballs

2010-08-15 Thread Dennis Kibbe
Message: 47 Date: Sat, 14 Aug 2010 18:02:12 GMT From: Eric - A ericall...@juno.com Content-Type: text/plain; charset=iso-8859-1 it helps if I need to create, but what I am doing is trying to unpack and install a program. Hi Eric, Since the original file has a bin extension

Re: Tarballs

2010-08-15 Thread Dan Dubovik
Contents of the .bin file: These are the commands I'm following: - Tar jxfv konversation-1.3.1.tar.bz2 ls cd konversation-1.3.1 ./configure make make install vi INSTALL - and nothing happens. Are you actually capitalizing the Tar command? Or was that just your editor that did that?

Re: Tarballs

2010-08-15 Thread Eric - A
I've never used cmake . Eric - A . Project Management Cert Villanova PMP#174 CAPM#174 Classes. Average Salary For PMPs is $100K http://thirdpartyoffers.juno.com/TGL3141/4c682376b1d896d8150st03vuc

OT: Any eclipse people out there using it for XML editing?

2010-08-15 Thread Bryan O'Neal
I need to edit some large scale XML and while I like eclipse it seems woefully inadequate for the task. Usually I feel this way because I don't know what I am doing with Eclipse. So something simple like I want to create a template that says when I add an interface_item I want the following

Re: OT (slightly): SSL Requirement

2010-08-15 Thread Lisa Kachold
On Fri, Aug 13, 2010 at 11:50 PM, Bryan O'Neal bryan.on...@theonealandassociates.com wrote: So you do name based virtual hosts with SSL and without SNI? I would love to see your config files! - As always you teach us lowly mortals so much ;) Hey, I just bungle along too. Not sure what I

Re: Blackbeery no longer secure

2010-08-15 Thread keith smith
http://www.whitehouse.gov/assets/documents/Cyberspace_Policy_Review_final.pdf It is a 76 PDF. Keith Smith --- On Sat, 8/14/10, Bryan O'Neal bryan.on...@theonealandassociates.com wrote: From: Bryan O'Neal bryan.on...@theonealandassociates.com Subject: Re: Blackbeery

Re: How to do two or more rsyncs with one password?

2010-08-15 Thread Kevin Fries
My preference is to NEVER rsync across an un secured channel. Rsync is easily tunneled inside ssh, and ssh can use rsa encryption keys for authentication. Solving both problems with one solution. HTH Kevin On Aug 15, 2010 2:23 PM, j...@actionline.com wrote: How can one do two or more rsyncs

Re: Blackbeery no longer secure

2010-08-15 Thread Mark Phillips
Are IPhones or Android phones more or less secure than a BB? Thanks! Mark On Sun, Aug 15, 2010 at 1:25 PM, keith smith klsmith2...@yahoo.com wrote: http://www.whitehouse.gov/assets/documents/Cyberspace_Policy_Review_final.pdf It is a 76 PDF. Keith Smith ---

Re: How to do two or more rsyncs with one password?

2010-08-15 Thread joe
Kevin wrote: My preference is to NEVER rsync across an un secured channel. Rsync is easily tunneled inside ssh, and ssh can use rsa encryption keys for authentication. Solving both problems with one solution. HTH Thanks for your opinion ... although what you wrote does not provide any

Re: How to do two or more rsyncs with one password?

2010-08-15 Thread Brian Cluff
My first thought is, why aren't you doing it with just one rsync call like: rsync -avHp --progress subdir1 subdir2 subdir3 webh...@box000.bluehost.com:www/ If it's because your example doesn't directly reflect your situation, as in your are needing to copy into several different destination

Re: How to do two or more rsyncs with one password?

2010-08-15 Thread Lisa Kachold
Hey Joe! On Sun, Aug 15, 2010 at 1:23 PM, j...@actionline.com wrote: How can one do two or more rsyncs with entering the password just once? I've set up a script that I named copy2blue to copy three specified subdirectories to my web hosted space, and it works fine, except it asks me to

Re: How to do two or more rsyncs with one password?

2010-08-15 Thread Kevin Fries
A bit snotty for someone asking for help! Set up ssh-server on each of your target machines. Once key authentication is set up, I generally turn off password authentication, but that is just my paranoia. Man for sah-keygen, the how to is right there. Then man rsync and the switches to tunnel

Re: OT (slightly): SSL Requirement

2010-08-15 Thread Lisa Kachold
On Sun, Aug 15, 2010 at 12:25 PM, R P Herrold herr...@owlriver.com wrote: On Sun, 15 Aug 2010, Lisa Kachold wrote: On Fri, Aug 13, 2010 at 11:50 PM, Bryan O'Neal bryan.on...@theonealandassociates.com wrote: So you do name based virtual hosts with SSL and without SNI? I would love to see

Re: How to do two or more rsyncs with one password?

2010-08-15 Thread Lisa Kachold
Kevin, Shine it on! http://www.obnosis.com/motivatebytruth/beprepared.jpg On Sun, Aug 15, 2010 at 1:52 PM, Kevin Fries kfri...@gmail.com wrote: A bit snotty for someone asking for help! Set up ssh-server on each of your target machines. Once key authentication is set up, I generally turn

Re: How to do two or more rsyncs with one password?

2010-08-15 Thread Kevin Fries
Sorry about getting a bit snotty myself. But the OP isn't doing the work to solve and learn himself, he just wanted someone to do his job for him. Had I been home I would have googled the answer and posted a link, but I am replying from my phone, trying to help someone too lazy to help

Re: How to do two or more rsyncs with one password?

2010-08-15 Thread Brian Cluff
On 08/15/2010 01:52 PM, Kevin Fries wrote: A bit snotty for someone asking for help! Lets not go there, encryption can be a difficult concept for those that haven't ever touched it. I think we tend to forget how some of these things come very easy to us and what we perceive as a push in the

Re: How to do two or more rsyncs with one password?

2010-08-15 Thread Lisa Kachold
http://www.allowe.com/images/DemotivationalPosters/Demotivation09.jpg On Sun, Aug 15, 2010 at 2:03 PM, Kevin Fries kfri...@gmail.com wrote: Sorry about getting a bit snotty myself. But the OP isn't doing the work to solve and learn himself, he just wanted someone to do his job for him. Had I

Re: File - revisited

2010-08-15 Thread John
Looks like Konversation uses cmake try: /home/eric/Downloads/konversation-1.3.1# cmake CMakeLists.txt --- On Sat, 8/14/10, Eric - A ericall...@juno.com wrote: From: Eric - A ericall...@juno.com Subject: Re: File - revisited To: plug-discuss@lists.plug.phoenix.az.us Date: Saturday, August 14,

Re: File - revisited

2010-08-15 Thread Eric - A
I hopr you get better luck than me . Eric - A . Please note: message attached From: John jhari...@yahoo.com To: Main PLUG discussion list plug-discuss@lists.plug.phoenix.az.us Subject: Re: File - revisited Date: Sun, 15 Aug 2010 15:16:06 -0700 (PDT)

Re: File - revisited

2010-08-15 Thread Eric - A
Thanks John, those two files made it all come together. I have learned a lot on this one. Maybe I bit off to much for being new to ubuntu. . Eric - A . Penny Stock Jumping 2000% Sign up to the #1 voted penny stock newsletter for

Re: Tarballs

2010-08-15 Thread Ed
On Sun, Aug 15, 2010 at 10:25 AM, Eric - A ericall...@juno.com wrote: I've never used cmake cmake is like make only not so much... much easier 1) use 'which cmake' to see if you have cmake on your Linux system - on widows.. iforget 2) if not, go get it - it is free and runs on all sorts of

Re: Tarballs

2010-08-15 Thread Ed
On Sun, Aug 15, 2010 at 4:45 PM, Ed p...@0x1b.com wrote: On Sun, Aug 15, 2010 at 10:25 AM, Eric - A ericall...@juno.com wrote: I've never used cmake cmake is like make only not so much...  much easier 1) use 'which cmake' to see if you have cmake on your Linux system - on widows.. iforget

Re: File - revisited

2010-08-15 Thread Kevin Fries
No way to learn unfortunately without getting a few scortch marks on your butt. But learn you will. Kevin On Aug 15, 2010 5:19 PM, Eric - A ericall...@juno.com wrote: Thanks John, those two files made it all come together. I have learned a lot on this one. Maybe I bit off to much for being new

Re: File - revisited

2010-08-15 Thread John
I'm glad you got it to work. For us to use Linux makes us more adventurous. I compiled mythtv when I first installed PCLinux OS it really taught me a lot on compiling. --- On Sun, 8/15/10, Eric - A ericall...@juno.com wrote: From: Eric - A ericall...@juno.com Subject: Re: File - revisited To:

Re: File - revisited

2010-08-15 Thread Eric - A
Well, my bruises shall heal, lol . Eric - A . Get Free Email with Video Mail Video Chat! http://www.juno.com/freeemail?refcd=JUTAGOUT1FREM0210 --- PLUG-discuss mailing list -