search for: _totally_

Displaying 7 results from an estimated 7 matches for "_totally_".

Did you mean: _totallen
1998 Mar 12
6
Re: Re: Re: Re: Towards a solution of tmp-file problems (fwd)
...rt -o /tmp/field1.$$ >awk '' { print $2 } '' < /tmp.a.$$ | sort -o /tmp/field2.$$ >paste /tmp/field1.$$ /tmp/field2.$$ >rm -f /tmp/a.$$ /tmp/field1.$$ /tmp/field2.$$ >exit 0 > >A private namespace protects this script and its subprocesses by making the >files _totally_ inaccessible to unrelated processes. The private namespace >can be imposed from above or the script can define its own. How about creating a subdir in /tmp with 600 mode and creating tmp files there ? -- David Balazic , student E-mail : 1stein@writeme.com | living in sLOVEnija home...
2003 Mar 28
1
hide files problem
Hi ! I want to hide files with names beginning with "." So I have added following lines to my smb.conf (2.2.8): hide dot files = yes hide files = /.* veto files = /.* When user changes options in folder options to show hide files and folders, he can see all files/folders beginning with "." greetz boka
1998 Mar 11
0
Re: Re: Re: Towards a solution of tmp-file problems (fwd)
...39;' < /tmp.a.$$ | sort -o /tmp/field1.$$ awk '' { print $2 } '' < /tmp.a.$$ | sort -o /tmp/field2.$$ paste /tmp/field1.$$ /tmp/field2.$$ rm -f /tmp/a.$$ /tmp/field1.$$ /tmp/field2.$$ exit 0 A private namespace protects this script and its subprocesses by making the files _totally_ inaccessible to unrelated processes. The private namespace can be imposed from above or the script can define its own. Nick. -- Zeta Internet SP4 Fax: +61-2-9233-6545 Voice: 9231-9400 G.P.O. Box 3400, Sydney NSW 1043 http://www.zeta.org.au/
2012 Oct 26
1
the future of markdown, according to jeff atwood (and/or david greenspan)
like history, the future is decided by the people who write it... > http://www.codinghorror.com/blog/2012/10/the-future-of-markdown.html by the way, if you want a form of light-markup which is still flexible enough to be molded, but will be _totally_ free of ambiguities and "edge-cases", and governed by a well-written specification and thorough documentation, along with an exhaustive test-suite (in a single document, rather than spread across a ton of little single-issue files), which is easy for completely naive end-users to grok ful...
2002 Mar 05
3
Having trouble getting winedbg to be invoked, trying to run sol.exe
...xe, and after making the same DLL adjustments as for sol.exe above I was able to get that to mostly work, although the position of some of the buttons was clearly off so that some things overlapped. But I was able to do some calculations with it without crashing. So my Wine installation isn't _totally_ broken. Not sure what's wrong with Solitaire, but I hesitate to try something large like MS Works 4 (much less Pegasus Mail 4) until I get the debugger working and figure out why sol.exe has problems...
2020 Jul 23
2
RFC: nbdkit block size advertisement
I'm thinking of adding one or more callbacks to nbdkit to let plugins/filters enforce various block size alignments (for example, the swab filter requires 2/4/8 alignment, or VDDK requires 512 alignment, etc). The NBD protocol currently has NBD_INFO_BLOCK_SIZE which can be sent in reply to NBD_OPT_GO to tell the client about sizing constraints; qemu already implements it as both client
2003 Aug 11
5
realpath(3) et al
First, I hope that this message is not considered flame bait. As someone who has used FreeBSD for for 5+ years now, I have a genuine interest in the integrity of our source code. Second, I hope that this message is not taken as any form of insult or finger pointing. Software without bugs does not exist, and I think we all know that. Acknowledging that point and working to mitigate the risks