BillHoo wrote: » I just wanted to use the word "Freakazoid" in a post Actually, I kinda did that for my GSLC cert. With the pages oriented horizontally, I had plenty of room to put in as much info as I could into one line (sometimes 3 lines). ie. ITEM VOL PAGE COMMENTS CIA - Confidentiality, Integrity, Accessibility 512.x pg xx The CIA Triad However, it does become tedious. Better to use your index development as a way of memorizing where certain items of info are and using the index as a memory trigger. Also, I tabbed the index with Alphabetic letters to ease searching. I put the tabs at the top edge of the page, so I could flip through the index better. Cheap, flimsy copy paper is hard to flip through easily. I recommend a good bond paper - pre-punched for a 3 hole binder I had a 2800 item index and it fit in a cheap 50 cent plastic folder with 3 bendable 3 metal tabs - but I barely had enough metal to bend in the tab to hold it all in!
LDRydr wrote: » So, the million dollar question is: does anybody want to share their index? I'm currently putting mine together for GCFE.
LunchMoney wrote: » My first GIAC exam, I put tabs all on the edges of my books, now I have it a little more refined with an actual index file. I use a perl script that after making my pages, puts them all together for me. I used it last test, and will use it in 10 days again. My GCFE instructor did provide an index, but i'm not sure I like it as much as mine. While I'm taking the class and/or during study, I read the book and indicate the page and topic(s) I think are important. For example in Book 1, I'd call my text file 508.1.txt (class, and book number) My notes look like this: [page number];[topic1];[topic2] 23-24;IE, WinXP session recovery data 39;Memory Acquisition, whats in it - processes, open files, encryption keys 44;EnCase user guide flags 56;Content to image;image tems;$MFT;$Logfile;$USN;$USRCLASS.DAT;sam;ntuser.dat 117;Volume Shadow Copy;VSS;Snapshot schedule this makes it very easy to associate multiple concepts to one or more pages. Below is what the output looks like when I run the script: $logfile: Book1, p56 $mft: Book1, p56 $usn: Book1, p56 $usrclass.dat: Book1, p56 content to image: Book1, p56 encase user guide flags: Book1, p44 ie, winxp session recovery data: Book1, p23 image tems: Book1, p56 memory acquisition, whats in it - processes, open files, encryption keys: Book1, p39 ntuser.dat: Book1, p56 sam: Book1, p56 snapshot schedule: Book1, p117 volume shadow copy: Book1, p117 vss: Book1, p117 It's just one idea. I didn't write the script and am told I can share it if anyone is interested in it.