search for: multipass

Displaying 14 results from an estimated 14 matches for "multipass".

Did you mean: multipart
2007 Apr 15
3
Fwd: Response from Canon - MultiPASS (KMM7153196V60774L0KM)
...ibute the Window$ drivers with the printers. Maybe I should advertise this - canonmp160.ppd available here (and put up a web site for it). ---------- Forwarded message ---------- From: Canon Support - MFP <mfp at cits.canon.com> Date: Apr 15, 2007 11:13 AM Subject: Re: Response from Canon - MultiPASS (KMM7153196V60774L0KM) To: Mark Hull-Richter <mhullrich at gmail.com> Dear Mark: Thank you for writing to us. We value you as a Canon customer and appreciate the opportunity to assist you. I apologize for the difficulty you are having with finding a Linux driver for the MP160. Canon doe...
2017 May 31
2
CentOS 6.9, shredding a RAID
...into 12 discrete drives, and use Well, shred's already been running for this long... <snip> > unless that volume has data that requires military level destruction, > where upon the proper method is to run the drives through a grinder so > they are metal filings. the old DoD multipass erasure specification > is long obsolete and was never that great. If I had realized it would run this long, I would have used DBAN.... For single drives, I do, and choose DoD 5220.22-M (seven passes), which is *way* overkill these days... but I sign my name to a certificate that gets stuck on...
2010 Jul 06
0
[LLVMdev] runtime assert failure when trying to obtain analysis pass info within a transformation pass
...se into the following bare bone: Pass1: simple FunctionPass, counting functions Pass2: transformation pass, for now, just trying to obtain a reference of Pass1 using AU.getAnalysis<Pass1>() inside its runOnFunction(). When I run it, I get the following runtime error: opt -load Release/lib/MultiPasses.so -pass2 < ../test/test.bc > /dev/null opt: /autofs/steffan/a/a0/czhao/ResearchTools/LLVM/2.7/llvm-2.7//include/llvm/PassAnalysisSupport.h:53: llvm::AnalysisUsage& llvm::AnalysisUsage::addRequiredID(const llvm::PassInfo*): Assertion `ID && "Pass class not registered!&qu...
2017 May 31
0
CentOS 6.9, shredding a RAID
...AN.... For > single drives, I do, and choose DoD 5220.22-M (seven passes), which is > *way* overkill these days... but I sign my name to a certificate that gets > stuck on the outside of the server, meaning I, personally, am responsible > for the sanitization of the drive(s). the DoD multipass erase procedure is long obsolete and deprecated. It was based on MFM and RLL technology prevalent in the mid 1980s. NISPOM 2006-5220 replaced it in 2006, and says "DESTROY CONFIDENTIAL/SECRET INFORMATION PHYSICALLY". http://www.infosecisland.com/blogview/16130-The-Urban-Legend-of-...
2009 Apr 26
2
Theora/Thusnelda features questions.
...ew code since Theora 1.0 version (for what i've read). Congratulations to the devs! Even so, In most cases I can still get better quality with Codecs like Xvid using a Two-Pass setup... So here's the first row of questions: *- Is it possible to support a "Two-Pass" or even "multipass" feature in Theora? *- Is there any plan to support that or a similar feature in Theora? ... And just to clarify, I'm not asking for timeframes, just if it's possible... if it's in the plans... of is there's a similar feature on the "roadmap" :) Ok, and the other q...
2011 Nov 01
0
[LLVMdev] Proposal: MCLinker - an LLVM integrated linker
...time optimization against IR or machine code - Incremental linking - Support for IR in ELF - GNU ld compatibility - IR processing by plugin - Limited non-ELF support (for boot blocks, etc) - Alternative hash table support - Crunching support - Be fast - Native cross-architecture support - Multipass lookup - Unit tests - Coded to LLVM standards (to allow inclusion in LLVM) - linker is a library - C and C++ support - Architecture support: i386, x86_64, ARM, PPC(64), - MIPS(64), PiNaCl - Possible architecture support: sparc64 You might notice that some are really obvious, but we were try...
2017 May 31
3
CentOS 6.9, shredding a RAID
...le drives, I do, and choose DoD 5220.22-M (seven passes), which is >> *way* overkill these days... but I sign my name to a certificate that >> gets stuck on the outside of the server, meaning I, personally, am >> responsible for the sanitization of the drive(s). > > the DoD multipass erase procedure is long obsolete and deprecated. It > was based on MFM and RLL technology prevalent in the mid 1980s. NISPOM > 2006-5220 replaced it in 2006, and says "DESTROY CONFIDENTIAL/SECRET > INFORMATION PHYSICALLY". > > http://www.infosecisland.com/blogview/16130...
2017 May 31
6
CentOS 6.9, shredding a RAID
I've got an old RAID that I attached to a box. LSI card, and the RAID has 12 drives, for a total RAID size of 9.1TB, I think. I started shred /dev/sda the Friday before last... and it's still running. Is this reasonable for it to be taking this long...? mark
2017 May 31
0
CentOS 6.9, shredding a RAID
...o 12 discrete drives, and use dd if=/dev/zero of=/dev/sdX bs=65536 on each drive, running these concurrently unless that volume has data that requires military level destruction, where upon the proper method is to run the drives through a grinder so they are metal filings. the old DoD multipass erasure specification is long obsolete and was never that great. -- john r pierce, recycling bits in santa cruz
2005 May 04
1
Help with R
Hello I am a long-time SAS user, but am new to R. I specifically am looking for information pertaining to generating graphics for web output. I would like to create dynamic graphics (in the form of generalized reports) for my web site that is written with php and mysql. Is 'R' capable of doing this? I heard that 'R' does not do a very good job at handling large datasets, is
2011 Oct 21
5
How to remove a Trash folder from a mounted ntfs partition
CentOS-5.7 using fuse-ntfs-3g I have a HDD from a laptop that is being returned for repair replacement. I wish to remove certain files before sending the laptop back with the HDD. I have mouunted the HDD on my desktop as an ntfs filesystem using an external SATA / USB adapter. As root I then used the gnome desktop to move the desired files to trash. Now I wish to delete the contents of the
2011 Nov 01
6
[LLVMdev] Proposal: MCLinker - an LLVM integrated linker
...fine a simpler grammar. >  - Incremental linking >  - GNU ld compatibility >  - IR processing by plugin >  - Limited non-ELF support (for boot blocks, etc) >  - Alternative hash table support >  - Crunching support >  - Be fast >  - Native cross-architecture support >  - Multipass lookup >  - Unit tests >  - Coded to LLVM standards (to allow inclusion in LLVM) >  - linker is a library >  - C and C++ support >  - Architecture support: i386, x86_64, ARM, PPC(64), >  - MIPS(64), PiNaCl >  - Possible architecture support: sparc64 We still have some idea abo...
2011 Nov 01
6
[LLVMdev] Proposal: MCLinker - an LLVM integrated linker
Hi all, We are developing a linker, MCLinker. MCLinker is a linker for LLVM. It leverages the LLVM machine code (MC) layer to link object files and bitcodes, and generate shared objects and executable files. Motivation ---------- The development of MCLinker was started out of the need for an LLVM integrated linker. LLVM lacks an integrated linker; hence, it relies on external linkers to
2004 Mar 16
24
Softfax/spandsp
Hi all, After a long time having no time, I have finally done some fresh work on my software fax machine. I have replaced the original carrier tracking with something more robust. I have also added 4800, and 2400 bits per second modes, and cleaned up a few bugs in areas like superfine mode operation. I apologise for this update taking so long. At ftp://ftp.opencall.org/pub/spandsp you will