On Wed, Nov 25, 2015 at 16:52:11 -0500, Alex Pilon wrote:
> -find = subprocess.Popen(['find', '--'] + args.args,
> stdout=subprocess.PIPE)
> +find_args = ['-xdev'] if args.X else []
> +find = subprocess.Popen(['find'] + find_args + ['--'] +
> args.args,
> +
On Wed, Nov 25, 2015 at 14:21:55 -0500, Alex Pilon wrote:
> > On 15-11-25 01:39 PM, Alex Pilon wrote:
> > > Is it just me or should this work?
> > >
> > > $ find -xdev -- foo
> > > find: unknown predicate `--'
> > > $
man find
"This manual page talks about `options' within the e
On Tue, Apr 21, 2015 at 15:07:34 -0400, Prof J C Nash (U30A) wrote:
> So now I need to figure out how to properly set the SELinux policies
You should get useful ideas by running sealert
Joe
___
Linux mailing list
Linux@lists.oclug.on.ca
http://oclug.on
On Mon, May 05, 2014 at 05:40:03 -0400, Robert P. J. Day wrote:
>
> $ echo test2 >&${foofd}
> $ cat /tmp/foo.out
> test1
> test2
> $
>
> it *appends* to the file, which is not what i was expecting.
I'm guessing you were expecting the fd to be automatically closed, but I
don't think that would m
On Thu, Jan 02, 2014 at 09:36:05 -0500, Peter Sjöberg wrote:
> mount --bind has been around since kernel 2.4 but -d1 is way newer
but du --max-depth=1 has been around for a while
Joe
___
Linux mailing list
Linux@lists.oclug.on.ca
http://oclug.on.ca/mai
In Nautilus click Preferences, Behaviour, Executable Text Files, Run ...
Joe
On Sun, Aug 25, 2013 at 12:57:52 -0400, Rick wrote:
>
> I keep a shell script called 'ed' in my project directories. All it does
> is open gvim, paged, with the most edited files in that project section.
>
> Vim rules
On Wed, Jul 21, 2010 at 09:51:36 -0400, Peter Sjoberg wrote:
> On Wed, 2010-07-14 at 18:56 -0400, Stephen Gregory wrote:
> > To sort and filter incomming email I currently use Exim filter rules
> > in an Exim specific .forward file. For various reasons I am switching
> > from Exim to Postfix. What
On Wed, Mar 31, 2010 at 14:55:04 -0400, piper.guy1 wrote:
> On Wed, Mar 31, 2010 at 2:35 PM, Joe Burpee wrote:
> > On Wed, Mar 31, 2010 at 12:54:20 -0400, piper.guy1 wrote:
> >> 1. Can you create PEM's in OpenSSL without a passphrase?
> >
> > openssl req
On Wed, Mar 31, 2010 at 12:54:20 -0400, piper.guy1 wrote:
> 1. Can you create PEM's in OpenSSL without a passphrase?
openssl req -nodes ...
man req
"nodes" = "No DES"
Joe
___
Linux mailing list
Linux@lists.oclug.on.ca
http://oclug.on.ca/mailman/listi
On Fri, Jan 23, 2009 at 08:53:55 -0500, Brian Barber wrote:
> Is it just me or is there no text in the previous three messages in
> this thread?
Apparently some people choose to post html-only messages, despite
standard etiquette such as http://oclug.on.ca/mailing_lists/ . I assume
mailman is de
On Sat, May 24, 2008 at 21:18:26 -0600, Ralph Boland wrote:
> When I upggraded from ubuntu 7.10 to ubuntu 8.04 on my machine at work.
> I ended up with both versions installed.
> I finally figured out how to upgrade properly
Congrats, but perhaps you'd like to share a bit of your new-found
knowle
11 matches
Mail list logo