Erlangen.pm
- Website: perlmongers.de/?ErlangenPM
- About: Erlangen.pm perl mongers group account. Since 2005 we meet and discuss Perl and other programming topics.
Recent Actions
-
Commented on Perl tutorials suck (and cause serious damage)
The best Perl tutorial I know: http://onyxneon.com/books/modern_perl/ It just doesn't advertise itself as "perl tutorial"....
-
Commented on SSH Can Do That? Productivity Tips for Working with Remote Servers
I am running OpenSSH_5.8p2, OpenSSL 1.0.0d 8 Feb 2011 and it seems that the option AgentForwarding is called ForwardAgent there. but nice talk at YAPC::EU anyway!...
-
Posted Christmas Meeting of Erlangen.pm to Erlangen.pm
Ok, I must admit that we havn't posted something for quite some time. We actually held our meetings and everything, but there was nothing of interest so far. But recently at Christmas time we had our special christmas meeting.
Lots of Perl mongers become busy at christmas time. Buying gift…
-
Posted Talk about CouchDB to Erlangen.pm
In october a fellow Monger, Wolfgang Kinkeldei, made a talk about "Couch-DB" for the ERLUG, the Erlangen Linux User Group. One of our Perl-Mongers organized a room for the at the computing center of the university Erlangen-Nuremberg. Therefore the Erlangen Perl-Mongers recognized this talk and…
-
Posted September Meeting of Erlangen.pm to Erlangen.pm
This months meeting took place in the refurbished Trattoria Dolomiti.
We were eight perl mongers and had a special guest, Bernd Hendl. Bernd guest had nothing to do with actual Perl programming but he was searching for a new employer for some …
-
Posted August Meeting of Erlangen.pm to Erlangen.pm
On Monday we had our monthly meeting of Erlangen.pm. Because our usual establishement, the Trattoria Dolomiti, is closed for refurbishment we went to the restaurant Sofra. A nice turkish restaurant with…
-
Posted Erlangen.pm at YAPC::EU 2010 in Pisa to Erlangen.pm
This year six of our fellow mongers managed to attend to the YAPC::EU in Pisa, constituting the 6th-largest perl mongers delegation at the conference. Every one of us also managed to get a room in the conference hotel, so it was a very…
- Posted Github-Group Erlangen.pm to Erlangen.pm
-
Posted Monthly Meeting Report Of July to Erlangen.pm
Yesterday, on Monday 19th of July we had our reoccuring Perl-mongers group meeting. Due to refurbishment we went to a different restaurant this time.
We were eight Perl programmers and every one of them primarly declared their participation on Doodle. Yes, we use Doodle to coordinate our m…
-
Posted Erlangen.pm is blogging to Erlangen.pm
Erlangen.pm is a very active Perl mongers group in the Franconian city Erlangen in Germany.
We are about 15 to 20 peoples who meet on the third Monday every month with Perl in our minds. Our meetings usually take place in a small Italian res…
Comment Threads
-
kustodian commented on
SSH Can Do That? Productivity Tips for Working with Remote Servers
Great article, so many useful tips for.
One small suggestion. I wouldn't recommend enabling ForwardAgent in your .ssh/config, since that could be a security risk if you connect to a malicious host. I would suggest that you use ssh -A when you need it, or enable ForwardAgent just for specific hosts.
-
Smylers commented on
SSH Can Do That? Productivity Tips for Working with Remote Servers
enable ForwardAgent just for specific hosts
Good point. Thanks for suggesting this.
-
BillThom21 commented on
SSH Can Do That? Productivity Tips for Working with Remote Servers
I actually use WebDrive to do this, if anyone still happens to be looking for a reasonably-priced option. It is a bit less expensive than Expandrive (which I will admit I have never tried). But I've always had success with Webdrive and have been using it for years. www.webdrive.com
-
David Cantrell commented on
SSH Can Do That? Productivity Tips for Working with Remote Servers
For persistent connections I find it better to use the
%C
token inControlPath
. It produces a shorter string, so will help get around some path length restrictions. Also, that really ought not to be a path in a world-readable place like/tmp
! -
Smylers commented on
SSH Can Do That? Productivity Tips for Working with Remote Servers
Both good ideas.
%C
didn't exist when I wrote the above.On a laptop only used by me, I was using
/tmp/
(it avoids need to know your username to put in the config), but for shared computers it isn't a good idea.
About blogs.perl.org
blogs.perl.org is a common blogging platform for the Perl community. Written in Perl with a graphic design donated by Six Apart, Ltd.