Richard Freeman on 19 May 2010 08:57:36 -0700 |
On 05/14/2010 11:54 PM, Paul L. Snyder wrote: > > This month we welcome Gentoo developer Richard Freeman for a talk > on Gentoo Linux. He will be giving a general intro to Gentoo, > incorporating some of what has been raised at previous meetings > about Gentoo and will also include some more advanced topics is > such as how ebuilds work and about running Gentoo on production > servers. Slides from the meeting can be found at: http://dev.gentoo.org/~rich0/IntroGentoo.odp You can find a bunch of other presentations at: http://www.gentoo.org/proj/en/pr/docs/presentation-listing.xml Many thanks to all who turned out and contributed to the discussion, regardless of whether you helped found the Open Source movement or not. :) As an aside - there was some discussion around the scp permissions issue that was on the list a week or two ago. Here is what we found during our live experiments: Scp with the -p option sets the permissions on the destination file the same as the source file. Scp without the -p option sets the permissions on the destination file according to the result of the bitwise operation source-perms AND NOT remote-umask. The remote umask is whatever it ends up being based on the behavior of the remote sshd, but keep in mind that openssh does end up executing your shell before it runs the process to create the file on the remote end, and that usually means .bashrc/etc are run. Rich ___________________________________________________________________________ Philadelphia Linux Users Group -- http://www.phillylinux.org Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce General Discussion -- http://lists.phillylinux.org/mailman/listinfo/plug
|
|