Updated: 6.5.2003; 19:43:37 GMT

blogattic
weblog mostly about security


daily link  Monday, April 7, 2003

Intrusion protection and future of security

"We think IDS is dead. It’s failed to provide enterprise value." John Pescatore in an article on intrusion protection. This seems about right. Interestingly enough, although I remember hearing first about 'intrusion protection' some two years ago, I haven't encountered anyone actually deploying it. Warning signs? Bells ringing 'PKI'?

On the other hand, event correllation described in the related closely related article is one of the areas that IMHO do have some future. In a way similar to identity management, it is esentially helping do things, that were not done very well in the past, better, cheaper, faster and on larger scale.

  8:49:16 PM  permalink  
How to merge PDF files

I have finally found a time to sort out the NAP's book on authentication. As I am not alone who dislikes page by page view and because there are two older books I would eventually like to read, here's how I did it.

1. Download all 153 PDF files using something like FlashGet (Jobs/New Download).

2. Append PDF files using ghostscript. This is a bit tricky because the how-to described in PDF FAQ actually does not work. The FAQ recommends to put all files in one directory and execute following command:

gswin32c -sDEVICE=pdfwrite -dNOPAUSE -dQUIET -dBATCH -sOutputFile=out.pdf *.pdf

First off, use full path before gswin32c. Secondly, Windows seem to dislike *.pdf and require list of all files, and therefore some additional steps are needed.

2a) To get the list, one needs to create one using command line

dir *.pdf /b >list.txt

2b) Change and replace CRLF with space using your favourite word processor (suprisingly Word's Find and Replace function can help here)

Undoubtedly, the whole procedure would be much easier using some unix command line magic (probably sprinkled with some pipe, input redirect and grep spells). Unfortunately to do this I would have to reboot my computer and start to deal with the lack of winmodem drivers not talking about dealing with unused neuron paths in my brain that were once busy with linux command line signals.

Nevermind the clumsy way, I do have one 13 MB file now and finally am ready to print out the document.

  8:29:57 PM  permalink  

 
April 2003
Sun Mon Tue Wed Thu Fri Sat
    1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30      
Mar   May

Click to see the XML version of this web page.

jenett.radio.simplicity.1.3R
Radio Userland



Copyright 2003 © Jiri Ludvik.
Last update: 6.5.2003; 19:43:37.